Advertisement
Guest User

GUDA

a guest
May 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Router 1 Configuration Commands
  2. R1>en
  3. R1#config t
  4. R1(config)#router ospf 10
  5. R1(config-router)#router-id 1.1.1.1
  6. R1(config-router)#network 172.16.1.0 0.0.0.255 area 0
  7. R1(config-router)#network 192.168.10.4 0.0.0.3 area 0
  8. R1(config-router)#network 172.16.3.0 0.0.0.3 area 0
  9. R1(config-router)#passive-int g0/0
  10. 00:13:00: %OSPF-5-ADJCHG: Process 10, Nbr 2.2.2.2 on Serial0/0/0 from LOADING to FULL, Loading Done 00:15:07: %OSPF-5-ADJCHG: Process 10, Nbr 3.3.3.3 on Serial0/0/1 from LOADING to FULL, Loading Done
  11.  
  12. Router 2 Configuration Commands
  13. R2>en R2
  14. R2#conf t
  15. R2(config)#router ospf 10
  16. R2(config-router)#router-id 2.2.2.2
  17. R2(config-router)#network 172.16.2.0 0.0.0.255 area 0
  18. R2(config-router)#network 172.16.3.0 0.0.0.3 area 0
  19. 00:13:00: %OSPF-5-ADJCHG: Process 10, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done
  20. R2(config-router)#network 192.168.10.8 0.0.0.3 area 0
  21. R2(config-router)#passive-int g0/0
  22. 00:16:38: %OSPF-5-ADJCHG: Process 10, Nbr 3.3.3.3 on Serial0/0/1 from LOADING to FULL, Loading Done
  23.  
  24. Router 3 Configuration Commands
  25. R3>en
  26. R3#conf t
  27. R3(config)#router ospf 10
  28. R3(config-router)#router-id 3.3.3.3
  29. R3(config-router)#network 192.168.10.4 0.0.0.3 area 0
  30. R3(config-router)#network 192.168.1.0 0.0.0.3 area 0
  31. 00:15:07: %OSPF-5-ADJCHG: Process 10, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done
  32. R3(config-router)#network 192.168.10.8 0.0.0.3 area 0
  33. R3(config-router)# 00:16:38: %OSPF-5-ADJCHG: Process 10, Nbr 2.2.2.2 on Serial0/0/1 from LOADING to FULL, Loading Done
  34. R3(config-router)#passive-int g0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement