CLI ReferenceInterface Configuration Commands QinQ Configuration Commands
The software version must be RGOS10.3 and later.
traffic-redirect access-group acl outer-vlan
Use this command to configure the modify policy list of outer vid based on flow on
access,trunk,hybrid port.
traffic-redirect access-group acl outer-vlan vid in
no traffic-redirect access-group acl outer-vlan
Interface configuration mode.
Here is an example of configuring outer vid of input message whose
source address is 1.1.1.1 as 3:
Ruijie# configure
Ruijie(config)#ip access-list standard 2
Ruijie(config-std-nacl)# permit host 1.1.1.1
Ruijie(config-std-nacl)# exit
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if)# switchport mode trunk
Ruijie(config-if)# traffic-redirect access-group 2 outer-vlan 3 in
Ruijie(config-if)# end
The software version must be RGOS10.3 and later.
traffic-redirect access-group acl inner-vlan
Use this command to configure the modification policy of inner vid based on flow for the
packets outputted from the access,trunk,hybrid port.