路由器和交换机基本配置
Configuring the Switch IP Address配置交换机的管理IP地址 SW2950(config)#interface vlan 1 SW2950(config-if)#ip address 10.1.1.1 255.255.255.0 SW2950(config-if)#no shutdown配置交换机的网关 Switch(config)#ip default-gateway{ip address}例如: SW2950(config)#ip default-gateway 10.1.1.254