Add styling on links
This commit is contained in:
8
static/assets/gowin-n305/vpp/config/l3.vpp
Normal file
8
static/assets/gowin-n305/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
|
Reference in New Issue
Block a user