5-10
Catalyst2950 and Catalyst2955 Switch Software Configuration Guide
78-11380-10
Chapter5 Assigning the Switch IP Address and Default Gateway
Assigning Switch Information
switchb-confg
switchc-confg
switchd-confg
prompt> cat network-confg
ip host switch1 10.0.0.21
ip host switch2 10.0.0.22
ip host switch3 10.0.0.23
ip host switch4 10.0.0.24
DHCP Client Configuration
No configuration file is present on Switch A through Switch D.
Configuration Explanation
In Figure 5-3, Switch A reads its configuration file as follows:
It obtains its IP address 10.0.0.21 from the DHCP server.
If no configuration filename is given in the DHCP server reply, Switch A reads the network-confg
file from the base directory of the TFTP server.
It adds the contents of the network-confg file to its host table.
It reads its host table by indexing its IP address 10.0.0.21 to its host na me (s witc ha).
It reads the configuration file that corresponds to its host name; for example, it reads switch1-confg
from the TFTP server.
Switches B through D retrieve their configuration files and IP addresses in the same way.
Manually Assigning IP Information
Beginning in privileged EXEC mode, follow these steps to manually assign IP information to VLANs or
ports:
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface vlan vlan-id Enter interface configuration mode, and enter the VLAN to which the IP
information is assigned. The range is 1 to 4094 when the e nh an ced
software image is installed and 1 to 1001 when the standard software
image is installed.
Step3 ip address ip-address subnet-mask Enter the IP address and subnet mask.
Step4 exit Return to global configuration mode.
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.