Home > HP > Printer > HP 5500 Ei 5500 Si Switch Series Configuration Guide

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 731

 42 
Configuring an additional metric for a RIP interface 
Network requirements 
I n  t h e  fo l l owi n g  fi g u re,  R I P  i s  e n a b l e d  o n  a l l  t h e  i n t e r fa c e s  o f  Swi tch  A ,  Swi t ch  B,  Swi tch  C ,  Swi tch  D,  a n d  
Switch E. The switches are interconnected through RIPv2. 
Swi t c h  A  h a s  t w o  l i n k s  t o  Swi t c h  D.  T h e  l i n k  f ro m  Swi t c h  B  t o  Swi t c h  D  i s  m o re  s t a b l e  t h a n  t h a t  f ro m  Swi t c h  
C to Switch D....

Page 732

 43 
[SwitchD-rip-1] undo summary 
# Configure Switch E. 
 system-view 
[SwitchE] rip 1 
[SwitchE-rip-1] network 1.0.0.0 
[SwitchE-rip-1] version 2 
[SwitchE-rip-1] undo summary 
# Display the IP routing table of Switch A. 
[SwitchA] display rip 1 database 
   1.0.0.0/8, cost 0, ClassfulSumm 
       1.1.1.0/24, cost 0, nexthop 1.1.1.1, Rip-interface 
       1.1.2.0/24, cost 0, nexthop 1.1.2.1, Rip-interface 
       1.1.3.0/24, cost 1, nexthop 1.1.1.2 
       1.1.4.0/24, cost 1, nexthop 1.1.2.2...

Page 733

 44 
Figure 13 Network diagram 
 
 
Configuration procedure 
1. Configure IP addresses for inte rfaces. (Details not shown.) 
2. Configure OSPF basic functions: 
# Configure Switch A. 
 system-view 
[SwitchA] ospf 
[SwitchA-ospf-1] area 0 
[SwitchA-ospf-1-area-0.0.0.0] network 10.5.1.0 0.0.0.255 
[SwitchA-ospf-1-area-0.0.0.0] network 10.2.1.0 0.0.0.255 
[SwitchA-ospf-1-area-0.0.0.0] quit 
# Configure Switch B. 
 system-view 
[SwitchB] ospf 
[SwitchB-ospf-1] area 0 
[SwitchB-ospf-1-area-0.0.0.0] network...

Page 734

 45 
[SwitchD] rip 1 
[SwitchD-rip-1] network 11.0.0.0 
[SwitchD-rip-1] version 2 
[SwitchD-rip-1] undo summary 
[SwitchD-rip-1] quit 
# Configure RIP to redistribute the routes from OSPF process 1 and direct routes on Switch C. 
[SwitchC-rip-1] import-route direct 
[SwitchC-rip-1] import-route ospf 1 
# Display the routing table information of Switch D. 
[SwitchD] display ip routing-table 
Routing Tables: Public 
         Destinations : 10       Routes : 10 
 
Destination/Mask    Proto  Pre  Cost...

Page 735

 46 
RIP FRR configuration example 
Network requirements 
Switch S, Switch A, and Switch D are interconnected through RIPv2, as illustrated in  Figure 14. C onfigure 
RIP FRR so that when Link A between Switch S and Switch D fails, services can be switched to Link B 
immediately. 
Figure 14  Network diagram 
 
 
Configuration procedure 
1. Configure IP addresses for the interfaces  on each switch and configure RIPv2: 
Follow  Figure 14  to c
 onfigure the IP address and subnet mask of each interface on...

Page 736

 47 
[SwitchD-rip-1] quit47 
3. Verify the configuration: 
# Display route 4.4.4.4/32 on Switch S and you can view the backup next hop information.  
[SwitchS] display ip routing-table 4.4.4.4 verbose 
Routing Table : Public 
Summary Count : 1 
 
  Destination: 4.4.4.4/32 
     Protocol: RIP             Process ID: 1 
   Preference: 100                   Cost: 1 
 IpPrecedence:                    QosLcId: 
      NextHop: 13.13.13.2       Interface: vlan200 
    BkNextHop: 12.12.12.2     BkInterface:...

Page 737

 48 
Configure a static route and enable static route redistribution into RIP on Switch C. Switch A learns the 
static route sent by Switch C, the outbound interface of the route is the interface connected to the Layer 
2 switch.  
Configure BFD so that when the link between Switch C and the Layer 2 switch fails, BFD can quickly 
detect the link failure and notify it to RIP, and the BFD session goes down. In response, RIP deletes the 
neighbor relationship with Switch C and the route information received...

Page 738

 49 
# Configure Switch A. 
[SwitchA] bfd session init-mode active 
[SwitchA] bfd echo-source-ip 11.11.11.11 
[SwitchA] interface vlan-interface 100 
[SwitchA-Vlan-interface100] bfd min-transmit-interval 500 
[SwitchA-Vlan-interface100] bfd min-receive-interval 500 
[SwitchA-Vlan-interface100] bfd detect-multiplier 7 
[SwitchA-Vlan-interface100] quit 
[SwitchA] quit 
4. Configure a static route on Switch C: 
[SwitchC] ip route-static 100.1.1.1 24 null 0 
5. Verify the configuration: 
# Display the BFD...

Page 739

 50 
# When the link between Switch C and the Layer 2 switch fails, Switch A can quickly detect the 
change. 
%Jan 19 10:41:51:203 2008 SwitchA BFD/4/LOG:Sess[192.168.1.1/192.168.1.2\
, 
Vlan-interface 100,Ctrl], Sta: UP->DOWN, Diag: 1 
*Jan 19 10:33:12:813 2008 SwitchA RM/6/RMDEBUG: RIP-BFD: Message Type Disable, Connect 
Type Direct-connect, Pkt Type Echo, Src IP Address 192.168.1.1, Src IFIndex4, Nbr IP 
Address 192.168.1.2. 
# Display the BFD information of Switch A. 
Switch A has deleted the...

Page 740

 51 
Enable static route redistribution into RIP on Switch A and Switch C so  that Switch A and Switch C have 
routes to send to each other. Switch A learns the static route sent by Switch C, the outbound interface is 
the interface connected to Switch B. 
Configure BFD so that when the link between Switch B and Switch C fails, BFD can quickly detect the link 
failure and notify it to RIP, and the BFD session goes down. In response, RIP deletes the neighbor 
relationship with Switch C and the route...
Start reading HP 5500 Ei 5500 Si Switch Series Configuration Guide

Related Manuals for HP 5500 Ei 5500 Si Switch Series Configuration Guide

All HP manuals