IBM 12.1(22)EA6 ユーザーズマニュアル

ページ / 550
 
3-4
Cisco Systems Intelligent Gigabit Ethernet Switch Modules for the IBM BladeCenter, Software Configuration Guide
24R9746
Chapter 3      Assigning the Switch IP Address and Default Gateway
Checking and Saving the Running Configuration
To remove the switch IP address, use the no ip address interface configuration command. If you are 
removing the address through a Telnet session, your connection to the switch will be lost. To remove the 
default gateway address, use the no ip default-gateway global configuration command.
Note
The no ip address interface configuration command is not supported on the management VLAN.
For information on setting the switch system name, protecting access to privileged EXEC commands, 
and setting time and calendar services, see 
Checking and Saving the Running Configuration
You can check the configuration settings you entered or changes that you made by entering the show 
running-config 
privileged EXEC command:
Switch# show running-config
Building configuration...
Current configuration : 5277 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
username USERID privilege 15 password 0 PASSW0RD
username USERID1 privilege 15 password 0 PASSWORD
ip subnet-zero
!
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
vlan 2
 name operational
!
interface GigabitEthernet0/1
 description blade1
 switchport access vlan 2
 switchport trunk native vlan 2
Step 4
management
Enable the VLAN interface as the management VLAN.
Step 5
exit
Return to global configuration mode.
Step 6
end
Return to privileged EXEC mode.
Step 7
show interfaces vlan vlan-id 
Verify the configured IP address.
Step 8
show ip redirects
Verify the configured default gateway. 
Step 9
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose