Advertisement
byt3_m3

r2-iaswnpk

Dec 4th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1380 bytes
  4. !
  5. version 12.2
  6. service timestamps debug uptime
  7. service timestamps log uptime
  8. no service password-encryption
  9. !
  10. hostname iaswnpk
  11. !
  12. !
  13. ip subnet-zero
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. interface Loopback0
  21. ip address 2.2.2.1 255.255.255.0
  22. !
  23. interface Loopback1
  24. ip address 172.0.0.1 255.255.255.255
  25. !
  26. interface FastEthernet0/0
  27. description Link to crwnpk_7206 fa 0/0 10.30.0.0/30
  28. ip address 10.30.0.2 255.255.255.252
  29. ip nat inside
  30. duplex auto
  31. speed auto
  32. !
  33. interface FastEthernet0/1
  34. description Link to inet fa 0/0 5.5.5.0/30
  35. ip address 68.1.1.1 255.255.255.252
  36. ip nat outside
  37. duplex auto
  38. speed auto
  39. !
  40. router ospf 1
  41. router-id 172.0.0.2
  42. log-adjacency-changes
  43. network 10.30.0.0 0.0.255.255 area 0.0.0.0
  44. !
  45. router bgp 6800
  46. bgp router-id 172.0.0.2
  47. bgp cluster-id 2885681153
  48. bgp log-neighbor-changes
  49. neighbor 10.10.0.2 remote-as 6800
  50. neighbor 10.10.0.2 soft-reconfiguration inbound
  51. neighbor 10.30.0.1 remote-as 6800
  52. neighbor 10.30.0.1 update-source Loopback0
  53. neighbor 10.30.0.1 version 4
  54. neighbor 68.1.1.2 remote-as 6810
  55. neighbor 68.1.1.2 update-source Loopback0
  56. no auto-summary
  57. !
  58. ip nat inside source list nat interface FastEthernet0/1 overload
  59. ip classless
  60. ip http server
  61. !
  62. !
  63. ip access-list extended nat
  64. permit ip any any
  65. logging trap alerts
  66. !
  67. line con 0
  68. logging synchronous
  69. line aux 0
  70. line vty 0 4
  71. login
  72. !
  73. end
  74.  
  75. iaswnpk#show ip bgp
  76. BGP table version is 3, local router ID is 172.0.0.2
  77. Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
  78. Origin codes: i - IGP, e - EGP, ? - incomplete
  79.  
  80. Network Next Hop Metric LocPrf Weight Path
  81. *> 67.1.1.0/24 68.1.1.2 0 0 6810 i
  82. *> 172.0.0.2/32 68.1.1.2 0 0 6810 i
  83. * i200.0.0.0/30 10.10.0.2 0 100 0 i
  84.  
  85. iaswnpk#show ip bgp summary
  86. BGP router identifier 172.0.0.2, local AS number 6800
  87. BGP table version is 3, main routing table version 3
  88. 3 network entries using 291 bytes of memory
  89. 3 path entries using 108 bytes of memory
  90. 2 BGP path attribute entries using 120 bytes of memory
  91. 1 BGP AS-PATH entries using 24 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 543 total bytes of memory
  95. BGP activity 13/10 prefixes, 14/11 paths, scan interval 60 secs
  96.  
  97. Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
  98. 10.10.0.2 4 6800 664 657 3 0 0 00:53:40 1
  99. 68.1.1.2 4 6810 858 854 3 0 0 01:07:09 2
  100.  
  101.  
  102. iaswnpk#show ip route
  103. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
  104. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  105. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  106. E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  107. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  108. ia - IS-IS inter area, * - candidate default, U - per-user static route
  109. o - ODR, P - periodic downloaded static route
  110.  
  111. Gateway of last resort is not set
  112.  
  113. 68.0.0.0/30 is subnetted, 1 subnets
  114. C 68.1.1.0 is directly connected, FastEthernet0/1
  115. 2.0.0.0/24 is subnetted, 1 subnets
  116. C 2.2.2.0 is directly connected, Loopback0
  117. 172.0.0.0/32 is subnetted, 2 subnets
  118. C 172.0.0.1 is directly connected, Loopback1
  119. B 172.0.0.2 [20/0] via 68.1.1.2, 01:10:03
  120. 67.0.0.0/24 is subnetted, 1 subnets
  121. B 67.1.1.0 [20/0] via 68.1.1.2, 01:10:03
  122. 10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
  123. O 10.10.0.0/30 [110/65] via 10.30.0.1, 10:36:41, FastEthernet0/0
  124. O IA 10.10.10.0/24 [110/66] via 10.30.0.1, 10:36:41, FastEthernet0/0
  125. C 10.30.0.0/30 is directly connected, FastEthernet0/0
  126. O 10.20.0.0/30 [110/65] via 10.30.0.1, 10:36:41, FastEthernet0/0
  127.  
  128. iaswnpk#show ip int brief
  129. Interface IP-Address OK? Method Status Protocol
  130. FastEthernet0/0 10.30.0.2 YES NVRAM up up
  131. FastEthernet0/1 68.1.1.1 YES NVRAM up up
  132. Loopback0 2.2.2.1 YES NVRAM up up
  133. Loopback1 172.0.0.1 YES NVRAM up up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement