OcNOS#conf ter | Enter configure mode |
OcNOS(config)#hostname Device-1 | Configure host name |
OcNOS(config)#commit | Commit |
Device-1(config)#qos enable | Enable QOS |
Device-1(config)#qos statistics | Enable QOS Statistics |
Device-1(config)#bridge 1 protocol rstp vlan-bridge | Configure bridge group |
Device-1(config)#data-center-bridging enable bridge 1 | Enable data-center-bridging |
Device-1(config)#priority-flow-control enable bridge 1 | Enable priority-flow-control |
Device-1(config)#commit | Commit |
Device-1(config)#class-map type qos match-all CLASS1 | Configure QOS Class-map |
Device-1(config-cmap-qos)#match layer4 udp source-port 4791 | Define a classification criteria |
Device-1(config-cmap-qos)#exit | Exit |
Device-1(config)#commit | Commit |
Device-1(config)#policy-map type qos POLICY1 | Configure QOS Policy-map |
Device-1(config-pmap-qos)#class type qos CLASS1 | Configure class type and specify the class-map type |
Device-1(config-pmap-c-qos)#set queue 4 | Setting a new value in the packet Egress queue for matched traffic |
Device-1(config-pmap-c-qos)#exit | Exit |
Device-1(config-pmap-qos)# | |
Device-1(config-pmap-qos)#commit | Commit |
Device-1(config-pmap-qos)# | |
Device-1(config-pmap-qos)#policy-map type queuing default DEFAULTPOLICY | Configure QOS Policy-map |
Device-1(config-pmap-que-def)# class type queuing default q0 | Configure class type and specify the class-map type |
Device-1(config-pmap-c-que-def)# priority | Priority value of class-map attached to this policy-map |
Device-1(config-pmap-c-que-def)# exit | Exit |
Device-1(config-pmap-que-def)# class type queuing default q4 | Configure class type and specify the class-map type |
Device-1(config-pmap-c-que-def)# priority | Priority value of class-map attached to this policy-map |
Device-1(config-pmap-c-que-def)# lossless | enable lossless settings on egress queue |
Device-1(config-pmap-c-que-def)# exit | Exit |
Device-1(config-pmap-que-def)# | |
Device-1(config-pmap-que-def)#commit | Commit |
Device-1(config-pmap-que-def)#exit | |
Device-1(config)# | |
Device-1(config)#interface xe3 | Configure Interface |
Device-1(config-if)# switchport | Set the switching characteristics of interface |
Device-1(config-if)# bridge-group 1 | Bridge-group |
Device-1(config-if)# switchport mode trunk | Set the mode of L2 interface as trunk |
Device-1(config-if)# switchport trunk allowed vlan all | Set the VLAN’s to be allowed |
Device-1(config-if)# shape rate 100 mbps burst 1000 | Configure QoS egress traffic shape |
Device-1(config-if)#service-policy type queuing output DEFAULTPOLICY | Configure a service-policy of type queuing to the egress interface. |
Device-1(config-if)#exit | Exit |
Device-1(config)#commit | Commit |
Device-1(config)#interface xe8 | Configure Interface |
Device-1(config-if)# switchport | Set the switching characteristics of interface |
Device-1(config-if)# bridge-group 1 | Bridge-group |
Device-1(config-if)# switchport mode trunk | Set the mode of L2 interface as trunk |
Device-1(config-if)# switchport trunk allowed vlan all | Set the VLAN’s to be allowed |
Device-1(config-if)# priority-flow-control mode on | Set priority-flow-control mode as on |
Device-1(config-if)# priority-flow-control enable priority 0 4 | Set priority-flow-control mode’s priority |
Device-1(config-if)#service-policy type qos input POLICY1 | Configure QoS service policy |
Device-1(config-if)# shape rate 100 mbps burst 1000 | Configure QoS egress traffic shape |
Device-1(config-if)#exit | Exit |
Device-1(config)bridge 1 address 0000.0000.0101 forward xe3 | Configure a static MAC forwarding for the bridge with Client’s source mac address. |
Device-1(config)#commit | Commit |
OcNOS#conf ter | Enter configure mode |
OcNOS(config)#hostname Device-2 | Configure host name |
OcNOS(config)#commit | Commit |
Device-2(config)#qos enable | Enable QOS |
Device-2(config)#qos statistics | Enable QOS Statistics |
Device-2(config)#bridge 1 protocol rstp vlan-bridge | Configure bridge group |
Device-2(config)#data-center-bridging enable bridge 1 | Enable data-center-bridging |
Device-2(config)#priority-flow-control enable bridge 1 | Enable priority-flow-control |
Device-2(config)#commit | Commit |
Device-2(config)#class-map type qos match-all CLASS1 | Configure QOS Class-map |
Device-2(config-cmap-qos)#match layer4 udp source-port 4791 | Define a classification criteria |
Device-2(config-cmap-qos)#exit | Exit |
Device-2(config)#commit | Commit |
Device-2(config)#policy-map type qos POLICY1 | Configure QOS Policy-map |
Device-2(config-pmap-qos)#class type qos CLASS1 | Configure class type and specify the class-map type |
Device-2(config-pmap-c-qos)#set queue 4 | Setting a new value in the packet Egress queue for matched traffic |
Device-2(config-pmap-c-qos)#exit | Exit |
Device-2(config-pmap-qos)# | |
Device-2(config-pmap-qos)#commit | Commit |
Device-2(config-pmap-qos)# | |
Device-2(config-pmap-qos)#policy-map type queuing default DEFAULTPOLICY | Configure QOS Policy-map |
Device-2(config-pmap-que-def)# class type queuing default q0 | Configure class type and specify the class-map type |
Device-2(config-pmap-c-que-def)# priority | Priority value of class-map attached to this policy-map |
Device-2(config-pmap-c-que-def)# exit | Exit |
Device-2(config-pmap-que-def)# class type queuing default q4 | Configure class type and specify the class-map type |
Device-2(config-pmap-c-que-def)# priority | Priority value of class-map attached to this policy-map |
Device-2(config-pmap-c-que-def)# lossless | enable lossless settings on egress queue |
Device-2(config-pmap-c-que-def)# exit | Exit |
Device-2(config-pmap-que-def)# | |
Device-2(config-pmap-que-def)#commit | Commit |
Device-2(config-pmap-que-def)#exit | |
Device-2(config)# | |
Device-2(config)#interface xe3 | Configure Interface |
Device-2(config-if)# switchport | Set the switching characteristics of interface |
Device-2(config-if)# bridge-group 1 | Bridge-group |
Device-2(config-if)# switchport mode trunk | Set the mode of L2 interface as trunk |
Device-2(config-if)# switchport trunk allowed vlan all | Set the VLAN’s to be allowed |
Device-2(config-if)# shape rate 100 mbps burst 1000 | Configure QoS egress traffic shape |
Device-2(config-if)#exit | Exit |
Device-2(config)#commit | Commit |
Device-2(config)#interface xe7 | Configure Interface |
Device-2(config-if)# switchport | Set the switching characteristics of interface |
Device-2(config-if)# bridge-group 1 | Bridge-group |
Device-2(config-if)# switchport mode trunk | Set the mode of L2 interface as trunk |
Device-2(config-if)# switchport trunk allowed vlan all | Set the VLAN’s to be allowed |
Device-2(config-if)# priority-flow-control mode on | Set priority-flow-control mode as on |
Device-2(config-if)# priority-flow-control enable priority 0 4 | Set priority-flow-control mode’s priority |
Device-2(config-if)#service-policy type qos input POLICY1 | Configure QoS service policy |
Device-2(config-if)# shape rate 100 mbps burst 1000 | Configure QoS egress traffic shape |
Device-2(config-if)#exit | Exit |
Device-2(config)#commit | Commit |
Device-2(config)# |