Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. enable
  2. !
  3. config t
  4.  
  5. hostname Cairo
  6. !
  7. !
  8. !
  9. interface FastEthernet0/0
  10. no ip address
  11. shutdown
  12. duplex auto
  13. speed auto
  14. !
  15. interface FastEthernet0/1
  16. ip address 192.168.0.1 255.255.255.0
  17. duplex auto
  18. speed auto
  19. no shutdown
  20. !
  21. interface Serial0/1/1
  22. no ip address
  23. shutdown
  24. no fair-queue
  25. clock rate 125000
  26. !
  27. interface Serial0/1/0
  28. ip address 192.168.1.2 255.255.255.252
  29. no shutdown
  30. clock rate 125000
  31. !
  32. router ospf 1
  33. priority 1
  34. network 192.168.0.0 0.0.0.255 area 0
  35. network 192.168.1.0 0.0.0.3 area 0
  36. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement