Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. IR800#ip
  2. Interface IP-Address OK? Method Status Protocol
  3. GigabitEthernet0 192.168.15.126 YES DHCP up up
  4. Cellular0/0 10.21.185.21 YES IPCP up up
  5. Cellular1/0 22.84.165.9 YES IPCP up up
  6. Loopback0 10.90.0.73 YES NVRAM up up
  7. Loopback1 205.196.147.9 YES NVRAM up up
  8. NVI0 192.168.15.126 YES unset up up
  9. Tunnel50 10.50.50.60 YES NVRAM up up
  10. Tunnel51 10.50.51.60 YES NVRAM up up
  11. Tunnel52 10.50.52.60 YES NVRAM up up
  12. Tunnel53 10.50.53.60 YES NVRAM up up
  13. Tunnel54 10.50.54.60 YES NVRAM up up
  14. Tunnel55 10.50.55.60 YES NVRAM up up
  15. Vlan1 10.90.0.73 YES unset up up
  16. Vlan11 205.196.147.9 YES unset down down
  17. Vlan12 205.196.147.9 YES unset down down
  18. Vlan13 10.90.0.73 YES unset down down
  19. Vlan14 10.90.0.73 YES unset up up
  20.  
  21. IR800#sh ip route
  22. O*E1 0.0.0.0/0 [110/51] via 10.50.55.1, 00:08:20, Tunnel55
  23. [110/51] via 10.50.54.1, 00:08:20, Tunnel54
  24. [110/51] via 10.50.53.1, 00:04:07, Tunnel53
  25. [110/51] via 10.50.52.1, 00:04:31, Tunnel52
  26. [110/51] via 10.50.51.1, 00:04:07, Tunnel51
  27. [110/51] via 10.50.50.1, 00:04:31, Tunnel50
  28.  
  29.  
  30. IR800#sion
  31. Neighbor ID Pri State Dead Time Address Interface
  32. 10.50.3.0 255 FULL/DR 00:00:09 10.50.55.1 Tunnel55
  33. 10.50.3.1 255 FULL/DR 00:00:08 10.50.54.1 Tunnel54
  34. 10.50.3.0 255 FULL/DR 00:00:09 10.50.53.1 Tunnel53
  35. 10.50.3.0 255 FULL/DR 00:00:09 10.50.52.1 Tunnel52
  36. 10.50.3.1 255 FULL/DR 00:00:08 10.50.51.1 Tunnel51
  37. 10.50.3.1 255 FULL/DR 00:00:09 10.50.50.1 Tunnel50
  38.  
  39. Current configuration : 156 bytes
  40. !
  41. interface GigabitEthernet0
  42. ip vrf forwarding gew0
  43. ip address dhcp
  44. load-interval 30
  45. carrier-delay msec 0
  46. hold-queue 2000 in
  47. hold-queue 2000 out
  48.  
  49. interface Cellular0/0
  50. ip vrf forwarding c0
  51. ip address negotiated
  52. encapsulation slip
  53. load-interval 30
  54. dialer in-band
  55. dialer string lte
  56. dialer-group 1
  57. hold-queue 2000 in
  58. hold-queue 2000 out
  59.  
  60. interface Cellular1/0
  61. ip vrf forwarding c1
  62. ip address negotiated
  63. encapsulation slip
  64. load-interval 30
  65. dialer in-band
  66. dialer idle-timeout 0
  67. dialer string lte
  68. dialer-group 1
  69. ipv6 address autoconfig
  70. hold-queue 2000 in
  71. hold-queue 2000 out
  72.  
  73. IR800#sh cellular 0/0 network | i ^Network =|Code
  74. Network = U.S. Cellular
  75. Mobile Country Code (MCC) = 311
  76. Mobile Network Code (MNC) = 580
  77. Tracking Area Code (TAC) = 1280
  78.  
  79. IR800#sh cellular 1/0 network | i ^Network =|Code
  80. Network = Sprint
  81. Mobile Country Code (MCC) = 310
  82. Mobile Network Code (MNC) = 120
  83. Tracking Area Code (TAC) = 19464
  84.  
  85. IR800#sh ip dhcp pool
  86.  
  87. Pool odap-pool :
  88. Utilization mark (high/low) : 100 / 0
  89. Subnet size (first/next) : 0 / 0
  90. Total addresses : 6
  91. Leased addresses : 1
  92. Remembered addresses : 1
  93. Pending event : none
  94. 1 subnet is currently in the pool :
  95. Current index IP address range Leased addresses
  96. 10.90.0.76 10.90.0.73 - 10.90.0.78 1
  97. Interface Loopback0 address assignment:
  98. 10.90.0.73 255.255.255.248
  99.  
  100. Pool odap-pub-pool :
  101. Utilization mark (high/low) : 100 / 0
  102. Subnet size (first/next) : 0 / 0
  103. Total addresses : 6
  104. Leased addresses : 1
  105. Remembered addresses : 0
  106. Pending event : none
  107. 1 subnet is currently in the pool :
  108. Current index IP address range Leased addresses
  109. 205.196.147.11 205.196.147.9 - 205.196.147.14 1
  110. Interface Loopback1 address assignment:
  111. 205.196.147.9 255.255.255.248
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement