3-10
Cisco ME 3400 EthernetAccess Switch SoftwareConfiguration Guide
78-17058-01
Chapter3 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 lo st. To remove the
default gateway address, use the no ip default-gateway global configuration command.
For information on setting the switch system name, protecting access to privileged EXEC commands,
and setting time and calendar services, see Chapter 5, “Administering the Switch.”
Checking and Saving the Running Configuration
You can check the configuration settings you entered or changes you made by entering this privileged
EXEC command:
Switch# show running-config
Building configuration...
Current configuration : 2010 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 3400-3
!
enable password cisco
!
no aaa new-model
ip subnet-zero
no ip domain-lookup
!
table-map test
default copy
!
no file verify auto
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
Step5 ip default-gateway ip-address Enter the IP address of the next-hop router interface t ha t is di rec tly
connected to the switch where a default gateway is being configured. The
default gateway receives IP packets with unresolved destination IP
addresses from the switch.
Once the default gateway is configured, the switch has connectivity t o the
remote networks with which a host needs to communicate.
Note When your switch is configured to route with IP, it does not ne ed
to have a default gateway set.
Step6 end Return to privileged EXEC mode.
Step7 show interfaces vlan vlan-id Verify the configured IP address.
Step8 show ip redirects Verify the configured default gateway.
Step9 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose