Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. interface Serial0/0
  2. ip address 10.10.10.1 255.255.255.252
  3. encapsulation frame-relay
  4. ip ospf network broadcast
  5. ip ospf priority 0
  6. no keepalive
  7. serial restart-delay 0
  8. clock rate 64000
  9. frame-relay map ip 10.10.10.2 201 broadcast
  10.  
  11. router ospf 1
  12. log-adjacency-changes
  13. network 10.10.10.0 0.0.0.3 area 0
  14.  
  15. interface Loopback0
  16. ip address 10.12.0.1 255.255.255.0
  17.  
  18. interface Serial0/0
  19. ip address 10.10.10.2 255.255.255.252
  20. encapsulation frame-relay
  21. ip ospf network broadcast
  22. ip ospf priority 0
  23. no keepalive
  24. serial restart-delay 0
  25. frame-relay map ip 10.10.10.1 201 broadcast
  26.  
  27. router ospf 1
  28. log-adjacency-changes
  29. network 10.10.10.0 0.0.0.3 area 0
  30. network 10.12.0.0 0.0.0.255 area 0
  31.  
  32. R1#sh ip route
  33. Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
  34. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  35. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  36. E1 - OSPF external type 1, E2 - OSPF external type 2
  37. i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
  38. ia - IS-IS inter area, * - candidate default, U - per-user static route
  39. o - ODR, P - periodic downloaded static route
  40.  
  41. Gateway of last resort is not set
  42.  
  43. 10.0.0.0/30 is subnetted, 1 subnets
  44. C 10.10.10.0 is directly connected, Serial0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement