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 1071
382 Step Command Remarks 7. Exit behavior view. quit N/A 8. Create a policy and enter policy view. qos policy policy-name N/A 9. Associate the class with the traffic behavior in the QoS policy. classifier tcl-name behavior behavior-name N/A Applying the QoS policy When configuring PBR, you can apply a QoS policy to the following occasions: • Applied globally —Affects the traffic sent or received on all ports. • Applied to an interface —Affects the traffic sent or received...
Page 1072
383 NOTE: QoS policies cannot be applied to dynamic VLAN s, for example, VLANs created by GVRP. Displaying and maintaining PBR configuration PBR configuration (using a PBR policy) Task Command Remarks Display the PBR routing information. display ip policy-based-route [ | { begin | exclude | include } regular-expression ] Available in any view Display the specified PBR routing information. display ip policy-based-route setup { interface interface-type interface-number | local |...
Page 1073
384 Task Command Remarks Display QoS policy configuration on the specified interface or on all interfaces. display qos policy interface [ interface-type interface-number ] [ inbound | outbound ] [ | { begin | exclude | include } regular-expression ] Available in any view Display VLAN QoS policy information. display qos vlan-policy { name policy-name | vlan vlan-id } [ slot slot-number ] [ inbound | outbound ] [ | { begin | exclude | include } regular-expression ]...
Page 1074
385 [SwitchA-Vlan-interface10] ip address 1.1.2.1 255.255.255.0 [SwitchA-Vlan-interface10] quit [SwitchA] interface vlan-interface 20 [SwitchA-Vlan-interface20] ip address 1.1.3.1 255.255.255.0 2. Configure Switch B: # Configure the IP address of VLAN-interface 10. system-view [SwitchB] interface vlan-interface 10 [SwitchB-Vlan-interface10] ip address 1.1.2.2 255.255.255.0 [SwitchB-Vlan-interface10] quit 3. Configure Switch C: # Configure the IP address of VLAN-interface 20. system-view...
Page 1075
386 Figure 123 Network diagram Configuration procedure In this example, static routes are configured to ensure the reachability among devices. 1. Configure Switch A: # Define ACL 3101 to match TCP packets. system-view [SwitchA] acl number 3101 [SwitchA-acl-adv-3101] rule permit tcp [SwitchA-acl-adv-3101] quit # Configure Node 5 of policy aaa to forward TCP packets to next hop 1.1.2.2. [SwitchA] policy-based-route aaa permit node 5 [SwitchA-pbr-aaa-5] if-match acl 3101...
Page 1076
387 system-view [SwitchB] ip route-static 10.110.0.0 24 1.1.2.1 # Configure the IP address of VLAN-interface 10. [SwitchB] interface vlan-interface 10 [SwitchB-Vlan-interface10] ip address 1.1.2.2 255.255.255.0 [SwitchB-Vlan-interface10] quit 3. Configure Switch C: # Configure a static route to subnet 10.110.0.0/24. system-view [SwitchC] ip route-static 10.110.0.0 24 1.1.3.1 # Configure the IP address of VLAN-interface 20. [SwitchC] interface vlan-interface 20 [SwitchC-Vlan-interface20]...
Page 1077
388 [SwitchA-acl-basic-2000] rule 0 permit source any [SwitchA-acl-basic-2000] quit # Define a match criterion for class a to match ACL 2000. [SwitchA] traffic classifier a [SwitchA-classifier-a] if-match acl 2000 [SwitchA-classifier-a] quit # Configure the action of redirecting traffic to the next hop 202.1.1.2 for behavior a. [SwitchA] traffic behavior a [SwitchA-behavior-a] redirect next-hop 202.1.1.2 [SwitchA-behavior-a] quit # Associate class a with behavior a in QoS policy a....
Page 1078
389 [SwitchA] traffic classifier a [SwitchA-classifier-a] if-match acl ipv6 2000 [SwitchA-classifier-a] quit # Configure the action of redirecting traffic to the next hop 202::2 for behavior a. [SwitchA] traffic behavior a [SwitchA-behavior-a] redirect next-hop 202::2 [SwitchA-behavior-a] quit # Associate class a with behavior a in QoS policy a. [SwitchA] qos policy a [SwitchA-qospolicy-a] classifier a behavior a [SwitchA-qospolicy-a] quit # Apply QoS policy a to the incoming traffic of...
Page 1079
390 Configuring MCE The term router in this document refers to both routers and Layer 3 switches. The term Layer 3 interface in this chapter refers to route -mode (or Layer 3) Ethernet ports. You can set an Ethernet port to operate in route mode by using the port link-mode route command (see Layer 2—LAN Switching Configuration Guide ). This chapter covers MCE related configuration. For information about routing protocols, see Layer 3—IP Services Configuration Guide . The MCE function is...
Page 1080
391 CEs and PEs mark the boundary between the service providers and the customers. After a CE establishes adjacency with a directly connected PE, it advertises its VPN routes to the PE and learns remote VPN routes from the PE. A CE and a PE use BGP/IGP to exchange routing information. You can also configure static routes between them. After a PE learns the VPN routing information of a CE, it uses BGP to exchange VPN routing information with other PEs. A PE maintains routing information about only...