HP 5500 Ei 5500 Si Switch Series Configuration Guide
Here you can view all the pages of manual HP 5500 Ei 5500 Si Switch Series Configuration Guide. The HP manuals for Printer are available online for free. You can easily download all the documents as PDF.
Page 421
210 Step Command Remarks 1. Enter system view. system-view N/A 2. Create a class and enter class view. traffic classifier tcl-name [ operator and ] Repeat these steps to create one class for each local SVLAN and foreign CVLAN pair. 3. Specify a foreign CVLAN as a match criterion. if-match customer-vlan-id vlan-id 4. Specify a local SVLAN as a match criterion. if-match service-vlan-id vlan-id 5. Return to system view. quit 6. Create a traffic behavior and enter...
Page 422
211 Step Command Remarks 10. Create a QoS policy and enter QoS policy view. qos policy policy-name N/A 11. Associate the class with the behavior. classifier tcl-name behavior behavior-name Repeat this step to create other class-behavior associations. Configuring the customer-side port To configure the customer-side port: Step Command Remarks 1. Enter system view. system-view N/A 2. Enter Ethernet interface view. interface interface-type interface-number N/A 3....
Page 423
212 VLAN mapping configuration examples One-to-one and many-to-one VLAN mapping configuration example Network requirements As shown in Figure 70: • E ach home is offered PC, VoD, and VoIP services, connects to a wiring-closet switch through the home gateway, and obtains the IP address through DHCP. • VL AN 1 is assigned for PC traffic, VL AN 2 is assigned for VoD traffic, and VL AN 3 is assigned for VoIP service traffic on the home gateways. Assign one VLAN for each type of traffic from...
Page 424
213 Figure 70 Network diagram Configuration procedure 1. Configure Switch A: # Create the CVLANs and the SVLANs. system-view [SwitchA] vlan 2 to 3 [SwitchA] vlan 101 to 102 [SwitchA] vlan 201 to 202 [SwitchA] vlan 301 to 302 # Configure uplink policies p1 and p2 to enable one SVLAN to transmit one service for one customer. [SwitchA] traffic classifier c1 [SwitchA-classifier-c1] if-match customer-vlan-id 1
Page 425
214 [SwitchA-classifier-c1] traffic classifier c2 [SwitchA-classifier-c2] if-match customer-vlan-id 2 [SwitchA-classifier-c2] traffic classifier c3 [SwitchA-classifier-c3] if-match customer-vlan-id 3 [SwitchA-classifier-c3] quit [SwitchA] traffic behavior b1 [SwitchA-behavior-b1] remark service-vlan-id 101 [SwitchA-behavior-b1] traffic behavior b2 [SwitchA-behavior-b2] remark service-vlan-id 201 [SwitchA-behavior-b2] traffic behavior b3 [SwitchA-behavior-b3] remark service-vlan-id 301...
Page 426
215 [SwitchA-behavior-b33] quit [SwitchA] qos policy p11 [SwitchA-policy-p11] classifier c11 behavior b11 [SwitchA-policy-p11] classifier c22 behavior b22 [SwitchA-policy-p11] classifier c33 behavior b33 [SwitchA-policy-p11] quit [SwitchA] qos policy p22 [SwitchA-policy-p22] classifier c44 behavior b11 [SwitchA-policy-p22] classifier c55 behavior b22 [SwitchA-policy-p22] classifier c66 behavior b33 [SwitchA-policy-p22] quit # Assign customer-side port GigabitEthernet 1/0/1 to CVLANs 1 to 3,...
Page 427
216 [SwitchC-vlan301] arp detection enable [SwitchC-vlan301] vlan 102 [SwitchC-vlan102] arp detection enable [SwitchC-vlan102] vlan 202 [SwitchC-vlan202] arp detection enable [SwitchC-vlan202] vlan 302 [SwitchC-vlan302] arp detection enable [SwitchC-vlan302] vlan 103 [SwitchC-vlan103] arp detection enable [SwitchC-vlan103] vlan 203 [SwitchC-vlan203] arp detection enable [SwitchC-vlan203] vlan 303 [SwitchC-vlan303] arp detection enable [SwitchC-vlan303] vlan 104 [SwitchC-vlan104] arp...
Page 428
217 [SwitchC] qos policy p1 [SwitchC-policy-p1] classifier c1 behavior b1 mode dot1q-tag-manipulatio\ n [SwitchC-policy-p1] classifier c2 behavior b2 mode dot1q-tag-manipulatio\ n [SwitchC-policy-p1] classifier c3 behavior b3 mode dot1q-tag-manipulatio\ n [SwitchC-policy-p1] quit [SwitchC] qos policy p2 [SwitchC-policy-p2] classifier c4 behavior b1 mode dot1q-tag-manipulatio\ n [SwitchC-policy-p2] classifier c5 behavior b2 mode dot1q-tag-manipulatio\ n [SwitchC-policy-p2] classifier c6 behavior...
Page 429
218 Two-to-two VLAN mapping configuration example Network requirements As shown in Figure 71, two VPN A branches, Site 1 and Site 2, are in VLAN 10 and VLAN 30, respectively. The two site use different VPN access services of different service providers, SP 1 and SP 2. SP 1 assigns VLAN 100 for Site 1, and SP 2 assigns VLAN 200 for Site 2. Configure two-to-two VLAN mappings to enable the two branches to communicate across networks SP 1 and SP 2. Figure 71 Network diagram Configuration...
Page 430
219 3. Configure PE 3: # Configure an uplink policy down_uplink for customer-side port GigabitEthernet 1/0/1 to substitute SVLAN ID 200 for the SVLAN ID in the incoming traffic tagged with CVLAN 10 and SVLAN 100. system-view [PE3] traffic classifier down_uplink [PE3-classifier-down_uplink] if-match customer-vlan-id 10 [PE3-classifier-down_uplink] if-match service-vlan-id 100 [PE3-classifier-down_uplink] quit [PE3] traffic behavior down_uplink [PE3-behavior-down_uplink] remark...