只要你的路由器没有配置缺省路由,即默认路由,show ip route 的结果,最上方就会出现Gateway of last resort is not set。你可以配置一条缺省路由 ip route 0.0.0.0 0.0.0.0 ip-addr之后,再show ip route,可以看到这名话变成你的默认路由。
R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 //配置目标网段1.0的静态路由 R2(config)#ip route 192.168.4.0 255.255.255.0 192.168.3.2 //配置目标网段4.0的静态路由 R2(config)#end R2# %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S ...
R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 //配置目标网段1.0的静态路由 R2(config)#ip route 192.168.4.0 255.255.255.0 192.168.3.2 //配置目标网段4.0的静态路由 R2(config)#end R2# %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S ...
In this example, the tag is RIPPROC1 for the name of the RIPng routing process and RIPng is enabled on FastEthernet0/0. To view the IPv6 routing table for RIPng, use theshow ipv6 route ripcommand. The 12 in the interface command again references the AS number that was enabled in ...
2、查看路由表show ip route //各个子网已接通 3、查看RIP发送和接收报文debug ip rip 4. 理解RIP消息传得慢 通过命令shutdown关闭R1接口G0/0/0。在R1查看RIP路由更新信息debug ip rip,并简要(不需要每一步都分析)分析R1的路由表是如何再次收敛的。
Download lab (Packet Tracer >= 6.2) Configuration tasks CME-3 configuration IP configuration hostname CME-3 ! interface FastEthernet0/0 ip address 192.168.69.254 255.255.255.0 duplex auto speed auto ! ip classless ip route 0.0.0.0 0.0.0.0 192.168.69.1 ...
ip route 0.0.0.0 0.0.0.0 192.168.3.1 ! ... ! line con 0 line vty 0 4 login ! ! ! end R3# PC1: Packet Tracer PC Command Line 1.0 PC>ipconfig IP Address...: 192.168.1.2 Subnet Mask...: 255.255.255.0 Default Gateway...: 192.168.1.1 PC>ping 192.168.4.2 Pinging 192.168.4.2 with...
About 3560-24PS, it does not have option to input "ip default-gateway x.x.x.x" but has an "show ip route" command. I searched a bit and find out that in packet tracer 3560-24PS lacks that option. Can someone explain? Anyway i will use this as a help http://www.cisco.com/en...
The below example will explain the configuration of theCisco Static Routing Configuration. You can download “All Packet Tracer Labs” inPacket Tracer Labs Pagesection. Configure the Static Routes on Router A For ourStatic Route Cisco configurationexample, firsttly, run the commandshow ip routeto ...
IPv6 Configuration Example on Packet Tracer IPv6 and Subnetting ICMP and ARP Lessons Ping Command Gratuitous ARP Proxy ARP ICMP (Internet Control Message Protocol) Address Resolution Protocol (ARP) Routing Fundamentals Lessons IPv6 Static Route Configuration on Cisco IOS Policy Based...