Cisco Gigabit Ethernet Switch Module for HP p-Class BladeSystem Software Configuration Guide

3-11
Cisco Gigabit Ethernet Switch Module for HP p-Class BladeSystem Software Configuration Guide
380261-003
Chapter 3 Assigning the Switch IP Address and Default Gateway
Checking and Saving the Running Configuration
Checking and Saving the Running Configuration
You can check the configuration settings that you entered or changes that you made by entering this
privileged EXEC command:
Switch# show running-config
Building configuration...
Current configuration : 1833 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
!
no aaa new-model
ip subnet-zero
!
no file verify auto
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
speed 1000
spanning-tree portfast
!
interface GigabitEthernet0/2
switchport access vlan 2
speed 1000
storm-control unicast level 50.00
storm-control action shutdown
spanning-tree portfast
!
<output truncated>
!
interface Vlan1
ip address 192.168.100.21 255.255.255.0
no ip route-cache
!
ip http server
ip http secure-server
!
control-plane
!
!
line con 0
exec-timeout 0 0
line vty 0 4
no login
line vty 5 15
no login
!
end