...
Code Block |
---|
admin@SwitchC# set vlans vlan-id 40 l3-interface 40vlan40 admin@SwitchC# set vlans vlan-id 50 l3-interface 50vlan50 admin@SwitchC# set interface gigabit-ethernet te-1/1/2 family ethernet-switching native-vlan-id 40 admin@SwitchC# set interface gigabit-ethernet te-1/1/3 family ethernet-switching native-vlan-id 50 admin@SwitchC# set l3-interface vlan-interface vlan40 address 192.168.40.2 prefix-length 24 admin@SwitchC# set l3-interface vlan-interface vlan50 address 192.168.50.2 prefix-length 24 |
...