Advertisement
kweevuss

Vyos Config

Dec 29th, 2023
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1.  
  2.  
  3. set interfaces ethernet eth1 address '192.168.254.140/24'
  4. set interfaces ethernet eth1 mtu '9000'
  5. set interfaces ethernet eth1 vif 34 address '10.0.0.9/31'
  6. set interfaces ethernet eth1 vif 34 address 'fc00:0:0:2::2/64'
  7. set interfaces ethernet eth1 vif 34 ipv6 address autoconf
  8. set interfaces ethernet eth1 vif 34 mtu '9000'
  9.  
  10. set protocols isis interface eth1.34 network point-to-point
  11. set protocols isis interface lo passive
  12. set protocols isis level 'level-1-2'
  13. set protocols isis metric-style 'wide'
  14. set protocols isis net '49.6901.1921.6800.0140.00'
  15.  
  16.  
  17. set protocols bgp neighbor fc00::2 address-family ipv6-unicast
  18. set protocols bgp neighbor fc00::2 address-family ipv6-vpn
  19. set protocols bgp neighbor fc00::2 capability dynamic
  20. set protocols bgp neighbor fc00::2 description 'kptpe01-ipv6'
  21. set protocols bgp neighbor fc00::2 peer-group 'iBGP-RR-PE'
  22. set protocols bgp neighbor fc00::2 update-source 'fc00::140'
  23. set protocols bgp parameters router-id '10.11.0.140'
  24. set protocols bgp peer-group iBGP-RR-PE remote-as '65000'
  25. set protocols bgp system-as '65000'
  26.  
  27.  
  28. set vrf name test-vprn protocols bgp address-family ipv4-unicast export vpn
  29. set vrf name test-vprn protocols bgp address-family ipv4-unicast import vpn
  30. set vrf name test-vprn protocols bgp address-family ipv4-unicast label vpn export 'auto'
  31. set vrf name test-vprn protocols bgp address-family ipv4-unicast rd vpn export '10.11.0.140:231'
  32. set vrf name test-vprn protocols bgp address-family ipv4-unicast redistribute connected
  33. set vrf name test-vprn protocols bgp address-family ipv4-unicast route-map vpn export 'export-lp250'
  34. set vrf name test-vprn protocols bgp address-family ipv4-unicast route-target vpn both '65000:231'
  35. set vrf name test-vprn protocols bgp address-family ipv6-unicast export vpn
  36. set vrf name test-vprn protocols bgp address-family ipv6-unicast import vpn
  37. set vrf name test-vprn protocols bgp address-family ipv6-unicast label vpn export 'auto'
  38. set vrf name test-vprn protocols bgp address-family ipv6-unicast rd vpn export '65000:231'
  39. set vrf name test-vprn protocols bgp address-family ipv6-unicast redistribute connected
  40. set vrf name test-vprn protocols bgp address-family ipv6-unicast route-target vpn both '65000:231'
  41. set vrf name test-vprn protocols bgp parameters router-id '10.11.0.140'
  42. set vrf name test-vprn protocols bgp system-as '65000'
  43. set vrf name test-vprn table '231'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement