Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. ^
  2. % Invalid input detected at '^' marker.
  3.  
  4. Jonathan-C# match metric 1
  5. ^
  6. % Invalid input detected at '^' marker.
  7.  
  8. Jonathan-C# set metric 5
  9. ^
  10. % Invalid input detected at '^' marker.
  11.  
  12. Jonathan-C# set metric-type type-1
  13. ^
  14. % Invalid input detected at '^' marker.
  15.  
  16. Jonathan-C#!
  17. Jonathan-C#route-map c-to-b permit 10
  18. ^
  19. % Invalid input detected at '^' marker.
  20.  
  21. Jonathan-C# match policy-list c-to-b
  22. ^
  23. % Invalid input detected at '^' marker.
  24.  
  25. Jonathan-C# set ip precedence internet
  26. ^
  27. % Invalid input detected at '^' marker.
  28.  
  29. Jonathan-C# set interface Serial0/0/1
  30. ^
  31. % Invalid input detected at '^' marker.
  32.  
  33. Jonathan-C#!
  34. Jonathan-C#!
  35. Jonathan-C#!
  36. Jonathan-C#control-plane
  37. Translating "control-plane"...domain server (255.255.255.255)
  38. (255.255.255.255)
  39. Translating "control-plane"...domain server (255.255.255.255)
  40. % Unknown command or computer name, or unable to find computer address
  41. Jonathan-C#!
  42. Jonathan-C#!
  43. Jonathan-C#!
  44. Jonathan-C#line con 0
  45. ^
  46. % Invalid input detected at '^' marker.
  47.  
  48. Jonathan-C#line aux 0
  49. ^
  50. % Invalid input detected at '^' marker.
  51.  
  52. Jonathan-C#line vty 0 4
  53. ^
  54. % Invalid input detected at '^' marker.
  55.  
  56. Jonathan-C# login
  57. Username:
  58. % Username: timeout expired!
  59. Jonathan-C#
  60. Jonathan-C#
  61. Jonathan-C#
  62.  
  63. Jonathan-C#
  64. Jonathan-C#show run
  65. Building configuration...
  66.  
  67. Current configuration : 1617 bytes
  68. !
  69. version 12.4
  70. service timestamps debug datetime msec
  71. service timestamps log datetime msec
  72. no service password-encryption
  73. !
  74. hostname Jonathan-C
  75. !
  76. boot-start-marker
  77. boot-end-marker
  78. !
  79. enable secret 5 $1$21Xq$wUU2Kaw.cR6Ipu1TjcQsf1
  80. !
  81. no aaa new-model
  82. memory-size iomem 15
  83. ip cef
  84. !
  85. !
  86. !
  87. !
  88. ip auth-proxy max-nodata-conns 3
  89. ip admission max-nodata-conns 3
  90. !
  91. !
  92. !
  93. username admin secret 5 $1$AYXn$S0kxjYcPIlBVGhUBG1DDw/
  94. !
  95. !
  96. !
  97. class-map match-any c-to-a
  98. match access-group 101
  99. class-map match-any c-to-b
  100. match access-group 102
  101. !
  102. !
  103. !
  104. !
  105. !
  106. interface FastEthernet0/0
  107. no ip address
  108. duplex auto
  109. speed auto
  110. !
  111. interface FastEthernet0/1
  112. ip address 192.168.200.1 255.255.255.0
  113. shutdown
  114. duplex auto
  115. speed auto
  116. !
  117. interface Serial0/0/0
  118. ip address 10.255.255.5 255.255.255.252
  119. ip policy route-map c-to-a
  120. shutdown
  121. !
  122. interface Serial0/0/1
  123. ip address 10.255.255.9 255.255.255.252
  124. ip policy route-map c-to-b
  125. shutdown
  126. !
  127. interface Serial0/1/0
  128. no ip address
  129. shutdown
  130. clock rate 125000
  131. !
  132. interface Serial0/1/1
  133. no ip address
  134. shutdown
  135. clock rate 125000
  136. !
  137. ip forward-protocol nd
  138. !
  139. !
  140. ip http server
  141. no ip http secure-server
  142. !
  143. access-list 101 permit 27 any host 10.255.255.5
  144. access-list 102 permit icmp any host 10.255.255.9
  145. !
  146. route-map c-to-a permit 10
  147. match policy-list c-to-a
  148. set ip precedence internet
  149. set interface Serial0/0/0
  150. !
  151. route-map C-to-B permit 10
  152. match metric 1
  153. set metric 5
  154. set metric-type type-1
  155. !
  156. route-map c-to-b permit 10
  157. match policy-list c-to-b
  158. set ip precedence internet
  159. set interface Serial0/0/1
  160. !
  161. !
  162. !
  163. control-plane
  164. !
  165. !
  166. !
  167. line con 0
  168. line aux 0
  169. line vty 0 4
  170. login
  171. !
  172. scheduler allocate 20000 1000
  173. end
  174.  
  175. Jonathan-C#show ip route
  176. Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
  177. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  178. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  179. E1 - OSPF external type 1, E2 - OSPF external type 2
  180. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  181. ia - IS-IS inter area, * - candidate default, U - per-user static route
  182. o - ODR, P - periodic downloaded static route
  183.  
  184. Gateway of last resort is not set
  185.  
  186. Jonathan-C#show route-map
  187. route-map c-to-a, permit, sequence 10
  188. Match clauses:
  189. IP Policy lists:
  190. c-to-a
  191. Set clauses:
  192. ip precedence internet
  193. interface Serial0/0/0
  194. Policy routing matches: 0 packets, 0 bytes
  195. route-map C-to-B, permit, sequence 10
  196. Match clauses:
  197. metric 1
  198. Set clauses:
  199. metric 5
  200. metric-type type-1
  201. Policy routing matches: 0 packets, 0 bytes
  202. route-map c-to-b, permit, sequence 10
  203. Match clauses:
  204. IP Policy lists:
  205. c-to-b
  206. Set clauses:
  207. ip precedence internet
  208. interface Serial0/0/1
  209. Policy routing matches: 0 packets, 0 bytes
  210. Jonathan-C#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement