Generate FRR Profile for lab0 and lab2

This commit is contained in:
Pim van Pelt
2023-05-31 15:43:21 +00:00
parent 8a64c5594a
commit f660985e31
222 changed files with 2420 additions and 0 deletions

View File

@ -0,0 +1,69 @@
hostname vpp2-0
log syslog informational
no ip forwarding
no ipv6 forwarding
service integrated-vtysh-config
!
ip router-id 192.168.12.0
!
interface e0
ip ospf area 0
ip ospf network point-to-point
ipv6 ospf6 area 0
ipv6 ospf6 network point-to-point
mpls enable
exit
!
interface e1
ip ospf area 0
ip ospf network point-to-point
ipv6 ospf6 area 0
ipv6 ospf6 network point-to-point
mpls enable
exit
!
interface loop0
ip ospf area 0
ip ospf passive
ipv6 ospf6 area 0
ipv6 ospf6 passive
exit
!
router ospf
exit
!
router ospf6
exit
!
mpls ldp
router-id 192.168.12.0
dual-stack cisco-interop
ordered-control
!
address-family ipv4
discovery transport-address 192.168.12.0
label local advertise explicit-null
!
interface e0
exit
!
interface e1
exit
!
exit-address-family
!
address-family ipv6
discovery transport-address 2001:678:d78:220::
label local advertise explicit-null
ttl-security disable
!
interface e0
exit
!
interface e1
exit
!
exit-address-family
!
exit
!