Add styling on links
This commit is contained in:
2
static/assets/r86s/vpp/config/boot.vpp
Normal file
2
static/assets/r86s/vpp/config/boot.vpp
Normal file
@ -0,0 +1,2 @@
|
||||
exec /etc/vpp/config/l3.vpp
|
||||
exec /etc/vpp/config/mpls.vpp
|
9
static/assets/r86s/vpp/config/l2.vpp
Normal file
9
static/assets/r86s/vpp/config/l2.vpp
Normal file
@ -0,0 +1,9 @@
|
||||
set int state TwentyFiveGigabitEthernet5/0/0 up
|
||||
set int state TwentyFiveGigabitEthernet5/0/1 up
|
||||
set int l2 xconnect TwentyFiveGigabitEthernet5/0/0 TwentyFiveGigabitEthernet5/0/1
|
||||
set int l2 xconnect TwentyFiveGigabitEthernet5/0/1 TwentyFiveGigabitEthernet5/0/0
|
||||
|
||||
set int state TwoDotFiveGigabitEthernet2/0/0 up
|
||||
set int state TwoDotFiveGigabitEthernet3/0/0 up
|
||||
set int l2 xconnect TwoDotFiveGigabitEthernet2/0/0 TwoDotFiveGigabitEthernet3/0/0
|
||||
set int l2 xconnect TwoDotFiveGigabitEthernet3/0/0 TwoDotFiveGigabitEthernet2/0/0
|
8
static/assets/r86s/vpp/config/l3.vpp
Normal file
8
static/assets/r86s/vpp/config/l3.vpp
Normal file
@ -0,0 +1,8 @@
|
||||
set int state TwentyFiveGigabitEthernet5/0/0 up
|
||||
set int state TwentyFiveGigabitEthernet5/0/1 up
|
||||
set int ip address TwentyFiveGigabitEthernet5/0/0 100.64.1.1/24
|
||||
set int ip address TwentyFiveGigabitEthernet5/0/1 100.64.2.1/24
|
||||
ip route add 48.0.0.0/8 via 100.64.2.2
|
||||
ip route add 16.0.0.0/8 via 100.64.1.2
|
||||
ip neighbor TwentyFiveGigabitEthernet5/0/0 100.64.1.2 50:7c:6f:20:30:70
|
||||
ip neighbor TwentyFiveGigabitEthernet5/0/1 100.64.2.2 50:7c:6f:20:30:71
|
5
static/assets/r86s/vpp/config/mpls.vpp
Normal file
5
static/assets/r86s/vpp/config/mpls.vpp
Normal file
@ -0,0 +1,5 @@
|
||||
mpls table add 0
|
||||
set interface mpls TwentyFiveGigabitEthernet5/0/0 enable
|
||||
set interface mpls TwentyFiveGigabitEthernet5/0/1 enable
|
||||
mpls local-label add 16 eos via 100.64.2.2 TwentyFiveGigabitEthernet5/0/1
|
||||
mpls local-label add 17 eos via 100.64.1.2 TwentyFiveGigabitEthernet5/0/0
|
Reference in New Issue
Block a user