Operation Manual
Configuring QoS Configuration Examples
Configuration Guide
477
Figure 4-20 Configure Schedule Mode
8) Click Save Config to save the settings.
4.2.4 Using the CLI
Note:
Before configuration, ensure network segments are reachable to each other.
Configurations for Switch A (Demonstrated with T1700X-16TS)
1) Create VLAN 10 with the name RD and VLAN 20 with the name Marketing.
Switch_A#configure
Switch_A(config)#vlan 10
Switch_A(config-vlan)#name RD
Switch_A(config-vlan)#exit
Switch_A(config)#vlan 20
Switch_A(config-vlan)#name Marketing
Switch_A(config-vlan)#exit
2) Set the port mode of port 1/0/1 and 1/0/2 as Untagged, and add them to VLAN 10 and
VLAN 20 respectively. Set the port mode of port 1/0/3 and add it to both VLAN 10 and
VLAN 20.
Switch_A(config)#interface ten-gigabitEthernet 1/0/1
Switch_A(config-if)#switchport general allowed vlan 10 untagged
Switch_A(config-vlan)#exit
Switch_A(config)#interface ten-gigabitEthernet 1/0/2
Switch_A(config-if)#switchport general allowed vlan 20 untagged
Switch_A(config-vlan)#exit
Switch_A(config)#interface ten-gigabitEthernet 1/0/3
Switch_A(config-if)#switchport general allowed vlan 10,20 tagged
Switch_A(config-if)#end