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 871
182 [SwitchC-isis-1] network-entity 10.0000.0000.0003.00 [SwitchC-isis-1] quit [SwitchC] interface vlan-interface 200 [SwitchC-Vlan-interface200] isis enable 1 [SwitchC-Vlan-interface200] quit [SwitchC] interface vlan-interface 300 [SwitchC-Vlan-interface300] isis enable 1 [SwitchC-Vlan-interface300] quit [SwitchC] interface vlan-interface 300 [SwitchC-Vlan-interface300] isis enable 1 [SwitchC-Vlan-interface300] quit # Configure Switch D. system-view [SwitchD] isis 1 [SwitchD-isis-1]...
Page 872
183 [SwitchA-isis-1] area-authentication-mode md5 10Sec [SwitchA-isis-1] quit [SwitchB] isis 1 [SwitchB-isis-1] area-authentication-mode md5 10Sec [SwitchB-isis-1] quit [SwitchC] isis 1 [SwitchC-isis-1] area-authentication-mode md5 10Sec [SwitchC-isis-1] quit 5. Configure routing domain authentication. Spec ify the MD5 authentication mode and password 1020Sec on Switch C and Switch D: [SwitchC] isis 1 [SwitchC-isis-1] domain-authentication-mode md5 1020Sec [SwitchC-isis-1] quit [SwitchD]...
Page 873
184 system-view [SwitchA] isis [SwitchA-isis-1] network-entity 10.0000.0000.0001.00 [SwitchA-isis-1] quit [SwitchA] interface vlan-interface 10 [SwitchA-Vlan-interface10] isis enable [SwitchA-Vlan-interface10] quit [SwitchA] interface vlan-interface 11 [SwitchA-Vlan-interface11] isis enable [SwitchA-Vlan-interface11] quit # Configure Switch B. system-view [SwitchB] isis [SwitchB-isis-1] network-entity 10.0000.0000.0002.00 [SwitchB-isis-1] quit [SwitchB] interface vlan-interface 10...
Page 874
185 [SwitchB-Vlan-interface10] return 4. Verify the configuration: The following configurations are made on Switch A. Configurations for Switch B are similar. (Details not shown.) # Display the BFD information of Switch A. display bfd session Total Session Num: 1 Init Mode: Active Session Working Under Ctrl Mode: LD/RD SourceAddr DestAddr State Holdtime Interface \ 3/1 10.1.0.102 10.1.0.100 Up 1700ms vlan10 # Display route...
Page 875
186 #Aug 8 14:54:05:364 2008 SwitchA ISIS/4/ADJ_CHANGE:TrapID(1.3.6.1.2.1.138.0.17), I\ SIS Level-1 Adjencency IN Circuit-983041 State Change. %Aug 8 14:54:05:365 2008 SwitchA IFNET/4/LINK UPDOWN: Vlan-interface10 \ link status is DOWN %Aug 8 14:54:05:366 2008 SwitchA IFNET/4/UPDOWN: Line protocol on the i\ nterface Vlan-interface10 is DOWN %Aug 8 14:54:05:367 2008 SwitchA ISIS/4/ADJLOG:ISIS-1-ADJCHANGE: Adjace\ ncy To 0000.0000.0002 (vlan10) DOWN, Level-2 Circuit Down. %Aug 8...
Page 876
187 Configuring BGP Hardware compatibility The HP 5500 SI Switch Series does not support BGP. BGP overview The Border Gateway Protocol (BGP) is a dynamic inter-AS Exterior Gateway Protocol. The three early BGP versions are BGP-1 (RFC 1105), BGP-2 (RFC 1163) and BGP-3 (RFC 1267). The current version is BGP-4 (RFC 4271), and is the Internet exterior gateway protocol. The term router in this chapter refers to both routers and Layer 3 switches, and BGP refers to BGP-4 in this chapter. BGP has the...
Page 877
188 • Keepalive • Route -refresh They have the same header. Figure 71 BGP message header • Marker —The 16-byte field is used to delimit BG P messages. The Marker must be all ones. • Length —The two-byte unsigned integer indicates the total length of the message. • Ty p e —This one-byte unsigned integer indicates the type code of the message. The following type codes are defined: 1–Open, 2-Update, 3-Notification, 4–Keepalive, and 5–Route-refresh. The former four listed codes are...
Page 878
189 • Optional parameters —Used for multiprotocol extensions and other functions. Update The update messages are used to exchange routing information between peers. It can advertise feasible routes or remove multiple unfeasible routes. Figure 73 BGP update message format Each update message can advertise a group of feasible routes with identical attributes, and the routes are contained in the network layer reachability information (NLRI) field. The path attributes field carries the...
Page 879
190 Keepalive Keepalive messages are sent between peers to maintain connectivity. Its format contains only the message header. Route-refresh A route-refresh message is sent to a peer to reques t the specified address family routing information. Figure 75 BGP route-refresh message format • AFI—Address family identifier. • Res—Reserved; set to 0. • SAFI —Subsequent address family identifier. BGP path attributes Path attributes classification BGP path attributes are a group of...
Page 880
191 Name Category CLUSTER_LIST Optional non-transitive Usage of BGP path attributes • ORIGIN ORIGIN is a well-known mandatory attribute that defines the origin of routing information (how a route became a BGP route). This attribute has the following types: { IGP —Has the highest priority. Routes added to the BGP routing table using the network command have the IGP attribute. { EGP —Has the second highest priority. Routes obtained via EGP have the EGP attribute. { INCOMPLETE —Has the...