Advertisement
byt3_m3

R1-inet

Dec 4th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 786 bytes
  4. !
  5. version 12.2
  6. service timestamps debug uptime
  7. service timestamps log uptime
  8. no service password-encryption
  9. !
  10. hostname inet
  11. !
  12. !
  13. ip subnet-zero
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. interface Loopback0
  21. ip address 172.0.0.2 255.255.255.255
  22. !
  23. interface Loopback1
  24. ip address 67.1.1.1 255.255.255.0
  25. !
  26. interface FastEthernet0/0
  27. ip address 68.1.1.2 255.255.255.252
  28. duplex auto
  29. speed auto
  30. !
  31. interface FastEthernet0/1
  32. no ip address
  33. shutdown
  34. duplex auto
  35. speed auto
  36. !
  37. router bgp 6810
  38. no synchronization
  39. bgp router-id 172.0.0.3
  40. bgp cluster-id 2885681154
  41. bgp log-neighbor-changes
  42. network 67.1.1.0 mask 255.255.255.0
  43. network 172.0.0.2 mask 255.255.255.255
  44. neighbor 68.1.1.1 remote-as 6800
  45. no auto-summary
  46. !
  47. ip classless
  48. ip http server
  49. !
  50. !
  51. line con 0
  52. logging synchronous
  53. line aux 0
  54. line vty 0 4
  55. login
  56. !
  57. end
  58.  
  59. inet#show ip route
  60. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
  61. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  62. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  63. E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  64. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  65. ia - IS-IS inter area, * - candidate default, U - per-user static route
  66. o - ODR, P - periodic downloaded static route
  67.  
  68. Gateway of last resort is not set
  69.  
  70. 68.0.0.0/30 is subnetted, 1 subnets
  71. C 68.1.1.0 is directly connected, FastEthernet0/0
  72. 172.0.0.0/32 is subnetted, 1 subnets
  73. C 172.0.0.2 is directly connected, Loopback0
  74. 67.0.0.0/24 is subnetted, 1 subnets
  75. C 67.1.1.0 is directly connected, Loopback1
  76.  
  77. inet#show ip bgp
  78. BGP table version is 3, local router ID is 172.0.0.3
  79. Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
  80. Origin codes: i - IGP, e - EGP, ? - incomplete
  81.  
  82. Network Next Hop Metric LocPrf Weight Path
  83. *> 67.1.1.0/24 0.0.0.0 0 32768 i
  84. *> 172.0.0.2/32 0.0.0.0 0 32768 i
  85.  
  86. inet#show ip bgp summary
  87. BGP router identifier 172.0.0.3, local AS number 6810
  88. BGP table version is 3, main routing table version 3
  89. 2 network entries using 194 bytes of memory
  90. 2 path entries using 72 bytes of memory
  91. 1 BGP path attribute entries using 60 bytes of memory
  92. 0 BGP route-map cache entries using 0 bytes of memory
  93. 0 BGP filter-list cache entries using 0 bytes of memory
  94. BGP using 326 total bytes of memory
  95. BGP activity 2/0 prefixes, 2/0 paths, scan interval 60 secs
  96.  
  97. Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
  98. 68.1.1.1 4 6800 858 862 3 0 0 01:11:28 0
  99.  
  100.  
  101. inet#show ip int brief
  102. Interface IP-Address OK? Method Status Protocol
  103. FastEthernet0/0 68.1.1.2 YES NVRAM up up
  104. FastEthernet0/1 unassigned YES NVRAM administratively down down
  105. Loopback0 172.0.0.2 YES NVRAM up up
  106. Loopback1 67.1.1.1 YES NVRAM up up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement