A SERVICE OF

logo

System Management Commands
4-51
Example
Related Commands
show running-config (4-51)
show running-config
This command displays the configuration information currently in use.
Default Setting
None
Command Mode
Privileged Exec
Console#show startup-config
building startup-config, please wait.....
!
!
username admin access-level 15
username admin password 0 admin
!
username guest access-level 0
username guest password 0 guest
!
enable password level 15 0 super
!
snmp-server community public ro
snmp-server community private rw
!
vlan database
vlan 1 name DefaultVlan media ethernet state active
!
spanning-tree mst-configuration
!
interface ethernet 1/1
switchport allowed vlan add 1 untagged
switchport native vlan 1
lacp partner admin-key 0
spanning-tree edge-port
.
.
.
interface vlan 1
ip address dhcp
!
line console
!
line vty
!
end
Console#