...
Code Block |
---|
admin@XorPlus# set vlans vlan-id 20 l3-interface vlan20 admin@XorPlus# set vlans vlan-id 60 l3-interface vlan60 admin@XorPlus# set vlans vlan-id 100 l3-interface vlan100 admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 family ethernet-switching native-vlan-id 100 admin@XorPlus# set interface gigabit-ethernet ge-1/1/25 family ethernet-switching native-vlan-id 20 admin@XorPlus# set interface gigabit-ethernet ge-1/1/26 family ethernet-switching native-vlan-id 60 admin@XorPlus# set vlanl3-interface loopback lo address 1.1.1.1 prefix-length 32 admin@XorPlus# set vlanl3-interface vlan-interface vlan20 vif vlan20 address 20.0.0.1 prefix-length 24 admin@XorPlus# set vlanl3-interface vlan-interface vlan60 vif vlan60 address 60.0.0.1 prefix-length 24 admin@XorPlus# set vlanl3-interface vlan-interface vlan100 vif vlan100 address 100.0.0.1 prefix-length 24 |
...
Code Block |
---|
admin@XorPlus# set vlans vlan-id 20 l3-interface vlan20 admin@XorPlus# set vlans vlan-id 30 l3-interface vlan30 admin@XorPlus# set interface gigabit-ethernet ge-1/1/49 family ethernet-switching native-vlan-id 20 admin@XorPlus# set interface gigabit-ethernet ge-1/1/50 family ethernet-switching native-vlan-id 30 admin@XorPlus# set vlanl3-interface loopback lo address 2.2.2.2 prefix-length 32 admin@XorPlus# set vlanl3-interface vlan-interface vlan20 vif vlan20 address 20.0.0.2 prefix-length 24 admin@XorPlus# set vlanl3-interface vlan-interface vlan30 vif vlan30 address 30.0.0.2 prefix-length 24 |
...
Code Block |
---|
admin@XorPlus# set vlans vlan-id 30 l3-interface vlan30 admin@XorPlus# set vlans vlan-id 60 l3-interface vlan60 admin@XorPlus# set vlans vlan-id 200 l3-interface vlan200 admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 family ethernet-switching native-vlan-id 200 admin@XorPlus# set interface gigabit-ethernet ge-1/1/25 family ethernet-switching native-vlan-id 30 admin@XorPlus# set interface gigabit-ethernet ge-1/1/26 family ethernet-switching native-vlan-id 60 admin@XorPlus# set vlanl3-interface loopback lo address 3.3.3.3 prefix-length 32 admin@XorPlus# set vlanl3-interface vlan-interface vlan30 vif vlan30 address 30.0.0.3 prefix-length 24 admin@XorPlus# set vlanl3-interface vlan-interface vlan60 vif vlan60 address 60.0.0.3 prefix-length 24 admin@XorPlus# set vlanl3-interface vlan-interface vlan200 vif vlan200 address 200.0.0.1 prefix-length 24 |
...