RouterSim 2.X Lab 5.3a Question

2000-12-31 Thread TSQR1951
2621(config)#ip route 0.0.0.0.0.0.0.0 172.16.11.1 % Incomplete command.-Got this? 2621(config)# 2621#config t Enter configuration commands, one per line. End with CNTL/Z. 2621(config)#ip route 0.0.0.0.0.0.0.0 172.16.11.1---I typed this EXACTLY as it said to do. %

Re: RouterSim 2.X Lab 5.3a Question

2000-12-31 Thread D. J. Jones
You need to separate the default route from the mask. You should have a total of six (6) periods or dots. You have seven (7) use this instead: ip route 0.0.0.0 0.0.0.0 172.16.11.1 ..dj [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 2621(config)#ip route

Re: RouterSim 2.X Lab 5.3a Question

2000-12-31 Thread D. J. Jones
Also, you cannot run a show command while in config mode. ""D. J. Jones"" [EMAIL PROTECTED] wrote in message 92nv6k$tvt$[EMAIL PROTECTED]">news:92nv6k$tvt$[EMAIL PROTECTED]... You need to separate the default route from the mask. You should have a total of six (6) periods or dots. You have

RouterSim 2.X Lab 5.3a Question

2000-12-31 Thread TSQR1951
2621(config)#ip route 0.0.0.0.0.0.0.0 172.16.11.1 % Incomplete command.-Got this? 2621(config)# 2621#config t Enter configuration commands, one per line. End with CNTL/Z. 2621(config)#ip route 0.0.0.0.0.0.0.0 172.16.11.1---I typed this EXACTLY as it said to do. %

Re: RouterSim 2.X Lab 5.3a Question

2000-12-31 Thread L Reid
Try : 2621(config)#ip route 0.0.0.0 0.0.0.0 172.16.11.1 I think that you need space in between the0.0.0.0 0.0.0.0 Yours is just: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 - Smile [EMAIL PROTECTED] wrote: 2621(config)#ip route 0.0.0.0.0.0.0.0 172.16.11.1 % Incomplete