Guest User

Untitled

a guest
Jul 24th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. frr version 7.3.1_git191330173285
  2. frr defaults traditional
  3. hostname R2
  4. log file /var/log/frr.log errors
  5. no ipv6 forwarding
  6. service integrated-vtysh-config
  7. !
  8. password topomate
  9. !
  10. interface eth0
  11. description linked to R1
  12. ip address 192.168.1.2/30
  13. ip router isis 1
  14. isis circuit-type level-1
  15. !
  16. interface eth1
  17. description linked to R3
  18. ip address 192.168.1.9/30
  19. ip router isis 1
  20. isis circuit-type level-2-only
  21. !
  22. interface eth2
  23. description linked to R5
  24. ip address 192.168.1.13/30
  25. ip router isis 1
  26. isis circuit-type level-2-only
  27. !
  28. interface lo
  29. ip address 10.1.1.2/32
  30. ip router isis 1
  31. isis passive
  32. !
  33. router isis 1
  34. net 49.0001.0100.0100.1002.00
  35. !
  36. !
  37. line vty
  38. !
  39.  
Add Comment
Please, Sign In to add comment