|
raisecom#show running-config |
|
|
|
System current configuration: |
|
!command in view_mode |
|
! |
|
!command in config_mode first-step |
|
create vlan 1-4094 active |
|
ptp mode e2etransparent |
|
link-state-tracking group 2 |
|
! |
|
!command in aclmap_mode |
|
! |
|
!command in qos mapping mode |
|
! |
|
!command in wred mode |
|
! |
|
!command in enable_mode |
|
enable encrypt-password <redacted (was base64, likely MD5 hash, non-default password)> |
|
user name raisecom encrypt-password <redacted (same as above)> 15 |
|
! |
|
!command in region_mode |
|
! |
|
!command in ip igmp profile mode |
|
! |
|
!command in service_mode |
|
! |
|
!command in mpls_bidirection_ingress_mode |
|
! |
|
!command in mpls_bidirection_transit_mode |
|
! |
|
!command in mpls_bidirection_egress_mode |
|
! |
|
!command in mpls_tunnelif_mode |
|
! |
|
!command in mpls_tunnel_policy_mode |
|
! |
|
!command in l2cp profile mode |
|
l2cp-process profile 1 |
|
l2cp-process protocol dot1x action tunnel |
|
l2cp-process protocol lacp action tunnel |
|
l2cp-process protocol oam action tunnel |
|
l2cp-process protocol cdp action tunnel |
|
l2cp-process protocol vtp action tunnel |
|
l2cp-process protocol pvst action tunnel |
|
l2cp-process protocol lldp action tunnel |
|
! |
|
!command in aggregation_mode |
|
! |
|
!command in port_mode |
|
! |
|
interface nni 1 |
|
switchport trunk allowed vlan 1-4094 |
|
switchport mode trunk |
|
switchport protect |
|
oam disable |
|
link-state-tracking group 2 downstream |
|
mtu 9600 |
|
l2cp-process profile 1 |
|
! |
|
interface nni 2 |
|
switchport trunk allowed vlan 1-4094 |
|
switchport mode trunk |
|
switchport protect |
|
oam disable |
|
mtu 9600 |
|
l2cp-process profile 1 |
|
! |
|
interface uni 1 |
|
switchport trunk allowed vlan 1-4094 |
|
switchport mode trunk |
|
no switchport protect |
|
oam disable |
|
link-state-tracking group 2 upstream |
|
mtu 9600 |
|
l2cp-process profile 1 |
|
! |
|
!command in vlan configuration mode |
|
! |
|
!command in ip interface mode |
|
! |
|
!command in loopback interface mode |
|
! |
|
!command in traffic policer mode |
|
! |
|
!command in cmap_mode |
|
! |
|
!command in pmap_mode |
|
! |
|
!command in pmap_vlan_mode |
|
! |
|
!command in pmap_cos_mode |
|
! |
|
!command in bandwidth profile mode |
|
! |
|
!command in hcos_mode |
|
! |
|
!command in hvlan_mode |
|
! |
|
!command in mpls_expath_mode |
|
! |
|
!command in keychain_mode |
|
! |
|
!command in mlacp_mode |
|
! |
|
!command in tdm port mode |
|
! |
|
!command in iccp mode |
|
! |
|
!command in config_mode |
|
! |
|
!command in mpls_qos_mode |
|
! |
|
!command in clkmgmt_mode |
|
! |
|
!command in cespw mode |
|
! |
|
!command in stm1 port mode |
|
! |
|
!command in stm4 port mode |
|
! |
|
!command in mefpm mode |
|
! |
|
!command in rcsam mode |
|
! |
|
!command in mefservice_mode |
|
sdp nni 1 |
|
! |
|
!command in mefservice l2cp profile mode |
|
! |
|
!command in mefservice cos profile mode |
|
! |
|
!command in mefservice threshold profile mode |
|
! |
|
!command in mefservice flow profile mode |
|
! |
|
!command in mefservice bandwidth profile mode |
|
! |
|
!command in mefservice interface mode |
|
! |
|
!command in mefservice evc mode |
|
! |
|
raisecom# |
With access to VxWorks shell, you’ve already won, because it has full read / write access to the memory. 🥇
From the VxWorks you could use
lkup "super_user"to search for super user related symbols. There should be something likehide_show_super…cmd. In my case, it shows the super user login credentials.