Pconline(config)# ip address 192.169.1.1 255.255.255.0 /*设置交换机IP地址/ Pconline(config)# ip default-gateway 192.169.1.254 /*设置默认网关 Pconline(config)# ip domain-name pconline.com /*设置域名 Pconline(config)# ip name-server 200.0.0.1 /*设置域名服务器 配置交换机端口属性: 交换机默认...
switch(config)# interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 (4、配置交换机特权密码及远程终端telnet 密码 switch>en switch#conf t ;进入全局配置模式 switch(config)#enable secret cisco ;...
switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 (4、配置交换机特权密码及远程终端telnet 密码 switch>en switch#conf t ;进入全局配置模式 switch(config)#enable secret cisco ;设置特权加密口令为 aaa switch(confi...
switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password] 12. 在基于IOS的交换机上配置VTP版本: switch# vlan database switch(vlan)# vtp v2-mode 在基于CLI的交换机上配置VTP版本: switch(enable) set vtp v2 enable 13. 在基于IOS的交换机上启动VTP剪裁: sw...
Switch(config-if)# %LINK-5-CHANGED: Interface Vlan1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up Switch(config-if)#exit Switch(config)#ip default-gateway 192.168.1.1 Switch(config)# ...
switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 (4、配置交换机特权密码及远程终端telnet 密码 switch>en switch#conf t ;进入全局配置模式 switch(config)#enable secret cisco ;设置特权加密口令为 aaa ...
switch(config-if)#ipdefault-gatewayip-address 在基于CLI的交换机上设置管理IP: switch(enable)setinterfacesc0ip-addressnetmaskbroadcast-address switch(enable)setinterfacesc0vlan switch(enable)setiproutedefaultgateway 4.在基于IOS的交换机上启用和浏览CDP信息: ...
DEFAULT_GATEWAY=172.27.74.1 IP_ADDRESS=172.27.74.111 IP_SUBNET_MASK=255.255.255.0 TFTP_SERVER=172.19.64.31 透過TFTP 伺服器的 Ping 測試您的組態: ping 172.19.64.31 建立連線後,請直接啟動至 TFTP 的檔案: boot tftp://172.19.64.31/cat9k_iosxe.16.12.01.SPA.bin ...
Default gateway(s) unreachable— 對預設網關執行Ping操作,以便列出無法訪問的預設網關。 檢查bootflash的格式是否正確,以及是否有足夠的空間來儲存crashinfo檔案。 以下是輸出範例: 註:實際輸出可能因軟體版本而異。 Switch#show diagnostic sanityStatus of the default gateway is: ...
To configure an IPv4 default gateway on a switch, use the ip defult-gateway ip-address global configuration command. The ip-address that is configured is the IPv4 address of the local router interface connected to the switch(路由器连接这个switch的interface的ip就是这个switch的默认Gateway, ).编辑...