Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. int fa0/0
  2. description R1 Fa0/0 to R2 Fa0/0
  3. R1(config-if)#ip add 172.16.0.1 255.255.255.0
  4. R1(config-if)#no shut
  5. R1(config-if)#exit
  6.  
  7. R1#conf t
  8. R1(config)#int fa0/1
  9. R1(config-if)#description R1 Fa0/1 to R3 Fa0/0
  10. R1(config-if)#ip add 10.0.1.1 255.255.255.0
  11. R1(config-if)#no shut
  12. R1(config-if)#exit
  13.  
  14. R1>
  15. R1>ena
  16. R1#conf t
  17. Enter configuration commands, one per line. End with CNTL/Z.
  18. R1(config)#router ospf 100
  19. R1(config-router)#network 10.0.1.0 0.0.0.255 area 0
  20. R1(config-router)#network 172.16.0.0 0.0.255.255 area 0
  21. R1(config-router)#end
  22. R1#
  23. %SYS-5-CONFIG_I: Configured from console by console
  24.  
  25. R1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement