Advertisement
GraionDilach

Untitled

Nov 4th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1.  
  2.  
  3. Router(config)#router eigrp 1
  4. Router(config-router)#net 172.16.0.0
  5. Router(config-router)#network 192.168.10.4 0.0.0.3
  6. Router(config-router)#no auto-summary
  7.  
  8. Router(config)#int loopback1
  9.  
  10. Router(config-if)#
  11. %LINK-5-CHANGED: Interface Loopback1, changed state to up
  12.  
  13. %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
  14. ip add 10.1.1.1 255.255.255.252
  15. Router(config-if)#no sh
  16. Router(config-if)#ex
  17. Router(config)#ip route 0.0.0.0 0.0.0.0 loo
  18. Router(config)#ip route 0.0.0.0 0.0.0.0 loopback 1
  19. Router(config)#redist
  20. Router(config)#router eigrp 1
  21. Router(config-router)#red
  22. Router(config-router)#redistribute static
  23. Router(config-router)#exit
  24. Router(config)#exit
  25.  
  26.  
  27. Gateway of last resort is 0.0.0.0 to network 0.0.0.0
  28.  
  29. 10.0.0.0/30 is subnetted, 1 subnets
  30. C 10.1.1.0 is directly connected, Loopback1
  31. 172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
  32. D 172.16.0.0/16 is a summary, 00:11:59, Null0
  33. D 172.16.1.0/24 [90/2172416] via 172.16.3.1, 00:14:02, Serial0/3/0
  34. C 172.16.2.0/24 is directly connected, FastEthernet0/0
  35. C 172.16.3.0/30 is directly connected, Serial0/3/0
  36. D 192.168.1.0/24 [90/2684416] via 172.16.3.1, 00:06:26, Serial0/3/0
  37. D 192.168.2.0/24 [90/2809856] via 172.16.3.1, 00:06:26, Serial0/3/0
  38. D 192.168.3.0/24 [90/2809856] via 172.16.3.1, 00:06:26, Serial0/3/0
  39. 192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
  40. D 192.168.10.0/24 is a summary, 00:11:59, Null0
  41. D 192.168.10.4/30 [90/2681856] via 172.16.3.1, 00:14:02, Serial0/3/0
  42. C 192.168.10.8/30 is directly connected, Serial0/3/1
  43. S* 0.0.0.0/0 is directly connected, Loopback1
  44.  
  45. illetve
  46.  
  47. Gateway of last resort is 192.168.10.9 to network 0.0.0.0
  48.  
  49. 172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
  50. D 172.16.0.0/16 [90/2172416] via 192.168.10.9, 00:06:41, Serial0/3/1
  51. D 172.16.1.0/24 [90/2172416] via 192.168.10.5, 00:06:39, Serial0/3/0
  52. D 172.16.2.0/24 [90/2684416] via 192.168.10.5, 00:06:39, Serial0/3/0
  53. D 172.16.3.0/30 [90/2681856] via 192.168.10.5, 00:06:39, Serial0/3/0
  54. C 192.168.1.0/24 is directly connected, FastEthernet0/0
  55. C 192.168.2.0/24 is directly connected, Loopback1
  56. C 192.168.3.0/24 is directly connected, Loopback2
  57. 192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
  58. D 192.168.10.0/24 is a summary, 00:15:47, Null0
  59. C 192.168.10.4/30 is directly connected, Serial0/3/0
  60. C 192.168.10.8/30 is directly connected, Serial0/3/1
  61. D*EX 0.0.0.0/0 [170/3449856] via 192.168.10.9, 00:00:26, Serial0/3/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement