Configuring static routing

Size: px
Start display at page:

Download "Configuring static routing"

Transcription

1 Contents Configuring static routing 1 Introduction 1 Static route 1 Default route 1 Static route configuration items 1 Configuring a static route 2 Configuration prerequisites 2 Configuration procedure 2 Detecting reachability of the static route s next hop 3 Detecting next hop reachability through BFD 3 Detecting next hop reachability through track 4 Configuring BFD for static routes 5 BFD control packet mode 5 BFD echo packet mode 6 Configuring static route FRR 7 Displaying and maintaining static routes 8 Static route configuration examples 8 Basic static route configuration example 8 Static route FRR configuration example 11 BFD for static routes configuration example (direct session) 12 BFD for static routes configuration example (indirect session) 15 i

2 Configuring static routing Introduction Static route Static routes are manually configured. If a network s topology is simple, you only need to configure static routes for the network to work properly. The proper configuration and usage of static routes can improve network performance and ensure bandwidth for important network applications. The disadvantage of using static routes is that they cannot adapt to network topology changes. If a fault or a topological change occurs in the network, the routes will be unreachable and the network breaks. The network administrator has to modify the static routes manually. Default route Without a default route, a packet that does not match any routing entries is discarded. A default route is used to forward packets that match no entry in the routing table. It can be configured in either of the following ways: The network administrator can configure a default route with both destination and mask being The router forwards any packet whose destination address fails to match any entry in the routing table to the next hop of the default static route. Some dynamic routing protocols, such as OSPF, RIP and IS-IS, can also generate a default route. For example, an upstream router running OSPF can generate a default route and advertise it to other routers, which install the default route with the next hop being the upstream router. Static route configuration items Before you configure a static route, you must know the following concepts: Destination address and mask In the ip route-static command, an IPv4 address is in dotted decimal format and a mask can be either in dotted decimal format or in the form of mask length the number of consecutive 1s in the mask. Output interface and next hop address When configuring a static route, specify either the output interface, next hop address, or both depending on the specific occasion. The next hop address cannot be a local interface IP address; otherwise, the route configuration will not take effect. In fact, each route lookup operation has to find the next hop to resolve the destination link layer address. When you specify the output interface, follow these guidelines: If the output interface is a Null 0 interface, no next hop address is required. If the output interface is a point-to-point interface, no next hop address is required. You need not change the configuration even if the peer s address changes. For example, a PPP interface 1

3 obtains the peer s IP address through PPP negotiation, so you need only specify the output interface. If the output interface is an NBMA or P2MP interface, which support point-to-multipoint network, the IP address to link layer address mapping must be established. Therefore, H3C recommends you to configure both the next hop IP address and the output interface. H3C does not recommend you to specify a broadcast interface (such as an Ethernet interface or VLAN interface) as the output interface, because a broadcast interface may have multiple next hops. If you have to do so, you must specify the corresponding next hop for the output interface. Other attributes You can configure different priorities for different static routes so that route management policies can be more flexible. For example, specifying the same priority for different routes to the same destination enables load sharing, but specifying different priorities for these routes enables route backup. Configuring a static route Configuration prerequisites Before you configure a static route, complete the following tasks: Configure the physical parameters for related interfaces. Configure the link-layer attributes for related interfaces. Configure the IP addresses for related interfaces. Configuration procedure To configure a static route: Step Command Remarks 1. Enter system view. system-view N/A 2. Configure a static route. Approach 1: ip route-static dest-address { mask mask-length } { next-hop-address [ track track-entry-number ] interface-type interface-number [ next-hop-address ] vpn-instance d-vpn-instance-name next-hop-address [ track track-entry-number ] } [ preference preference-value ] [ tag tag-value ] [ permanent ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } { next-hop-address [ public ] [ track track-entry-number ] interface-type interface-number [ next-hop-address ] vpn-instance d-vpn-instance-name next-hop-address track track-entry-number } [ preference preference-value ] [ tag tag-value ] [ permanent ] [ description description-text ] By default, preference for static routes is 60, tag is 0, and no description information is configured. Do not specify the permanent and track keywords simultaneously. If the outgoing interface is down, the permanent static route is still active. 2

4 Step Command Remarks 3. Configure the default preference for static routes. ip route-static default-preference default-preference-value Optional. 60 by default. NOTE: When you configure a static route, the static route does not take effect if you specify the next hop address first and then configure it as the IP address of a local interface, such as Ethernet interface and VLAN interface. If you do not specify the preference when configuring a static route, the default preference will be used. Reconfiguring the default preference applies only to newly created static routes. You can flexibly control static routes by configuring tag values and using the tag values in the routing policy. If the destination IP address and mask are both configured as with the ip route-static command, the route is the default route. For detailed information about track, see High Availability Configuration Guide. Detecting reachability of the static route s next hop If a static route fails due to a topology change or a fault, traffic over the route is interrupted. To improve reliability, the system must detect the reachability of the static route s next hop and switch to a backup route once the next hop is unreachable. There are two methods for this purpose. Only one of the two methods can be used at a time. Detecting next hop reachability through BFD Bidirectional forwarding detection (BFD) provides a general-purpose, standard, medium- and protocol-independent fast failure detection mechanism. It can uniformly and quickly detect the failures of the bidirectional forwarding paths between two routers for upper-layer protocols, such as routing protocols and Multiprotocol Label Switching (MPLS). For more information about BFD, see High Availability Configuration Guide. After a static route is configured, you can enable BFD to detect the reachability of the static route's next hop. Network requirements To detect the reachability of the static route's next hop through BFD, you must enable BFD first. For BFD configuration, see High Availability Configuration Guide. Configuration procedure To detect reachability of the static route s next hop through BFD: Step Command Remarks 1. Enter system view. system-view N/A 3

5 Step Command Remarks 2. Detect reachability of the static route s next hop through BFD. Approach 1: ip route-static dest-address { mask mask-length } interface-type interface-number next-hop-address [ bfd { control-packet echo-packet } ] [ preference preference-value ] [ tag tag-value ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } interface-type interface-number next-hop-address [ bfd { control-packet echo-packet } ] [ preference preference-value ] [ tag tag-value ] [ description description-text ] Not configured by default NOTE: To implement BFD in the control-packet mode, the remote end must create a BFD session; otherwise the BFD function cannot work. To implement BFD in the echo-packet mode, the BFD function can work without the remote end needing to create any BFD session. If a route flap occurs, enabling BFD may worsen the flapping. Be cautious for use of this feature. Detecting next hop reachability through track If you specify the next hop but not outgoing interface when configuring a static route, you can associate the static route with a track entry to check the static route validity. When the track entry is positive, the static route's next hop is reachable and the static route takes effect; When the track entry is negative, the static route's next hop is unreachable and the static route is invalid. For more information about track, see High Availability Configuration Guide. Network requirements To detect the reachability of a static route's next hop through a Track entry, you must create a Track first. For the Track configuration procedure, see High Availability Configuration Guide. Configuration procedure To detect the reachability of a static route's next hop through Track: Step Command Remarks 1. Enter system view. system-view N/A 4

6 Step Command Remarks 2. Associate the static route with a track entry. Approach 1: ip route-static dest-address { mask mask-length } { next-hop-address vpn-instance d-vpn-instance-name next-hop-address } track track-entry-number [ preference preference-value ] [ tag tag-value ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } { next-hop-address [ public ] track track-entry-number vpn-instance d-vpn-instance-name next-hop-address track track-entry-number } [ preference preference-value ] [ tag tag-value ] [ description description-text ] Not configured by default NOTE: To configure this feature for an existing static route, simply associate the static route with a track entry. For a non-existent static route, configure it and associate it with a Track entry. If the track module uses NQA to detect the reachability of the private network static route's next hop, the VPN instance number of the static route's next hop must be identical to that configured in the NQA test group. If a static route needs route recursion, the associated track entry must monitor the next hop of the recursive route instead of that of the static route. Otherwise, a valid route may be mistakenly considered invalid. Configuring BFD for static routes A dynamic routing protocol notifies BFD of its neighbor information. BFD uses such information to establish sessions with neighbors by sending BFD control packets. Static routing has no neighbor discovery mechanism. This section describes how static routing implements BFD. BFD control packet mode To use BFD control packets for bidirectional detection between two devices, enable BFD control packet mode for each device s static route destined to the peer. To configure a static route and enable BFD control packet mode for it, specify an outbound interface and a direct next hop BFD establishes a direct session, or specify an indirect next hop and a specific BFD packet source address BFD establishes an indirect session for the static route. To configure a static route with BFD control packet mode enabled (direct session): Step Command Remarks 1. Enter system view. system-view N/A 5

7 Step Command Remarks 2. Configure a static route and enable BFD control packet mode for it. Approach 1: ip route-static dest-address { mask mask-length } interface-type interface-number next-hop-address bfd control-packet [ preference preference-value ] [ tag tag-value ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } interface-type interface-number next-hop-address bfd control-packet [ preference preference-value ] [ tag tag-value ] [ description description-text ] Use either approach. To configure a static route with BFD control packet mode enabled (indirect session): Step Command Remarks 1. Enter system view. system-view N/A 2. Configure a static route and enable BFD control packet mode for it. Approach 1: ip route-static dest-address { mask mask-length } next-hop-address bfd control-packet bfd-source ip-address [ preference preference-value ] [ tag tag-value ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } next-hop-address bfd control-packet bfd-source ip-address [ preference preference-value ] [ tag tag-value ] [ description description-text ] Use either approach. BFD echo packet mode With BFD echo packet mode enabled for a static route, the local device sends BFD echo packets to the peer, which loops it back to test the link. To configure BFD echo packet mode for static routes: Step Command Remarks 1. Enter system view. system-view N/A 2. Configure the source address of echo packets. bfd echo-source-ip ip-address Not configured by default 6

8 Step Command Remarks 3. Enable BFD echo packet mode for static routes. Approach 1: ip route-static dest-address { mask mask-length } interface-type interface-number next-hop-address bfd echo-packet [ preference preference-value ] [ tag tag-value ] [ description description-text ] Approach 2: ip route-static vpn-instance s-vpn-instance-name&<1-6> dest-address { mask mask-length } interface-type interface-number next-hop-address bfd echo-packet [ preference preference-value ] [ tag tag-value ] [ description description-text ] Use either approach. NOTE: If route flaps occur, enabling BFD could worsen them. For the echo mode, only one end needs to establish the BFD session, and the source address of echo packets must be configured. BFD cannot be used for a static route with the outbound interface having the spoofing attribute. BFD can be used for static routes with direct next hops rather than indirect next hops. A BFD session is established at only one end when the echo mode is used. The BFD echo packet mode is not supported on tunnel interfaces at present. For how to configure static routing, see the chapter Configuring static routing. Configuring static route FRR When a link or a router fails, the packets on the path may be discarded, or a routing loop occurs. To avoid such problems, you can enable static route fast reroute (FRR). Figure 1 Network diagram As shown in Figure 1, upon a link failure, FRR designates a backup next hop by using a routing policy for routes matching the specified criteria. Packets are directed to the backup next hop to avoid traffic interruption. Configuration prerequisites Create a routing policy to be referenced by FRR and use the apply fast-reroute backup-interface command to specify a backup next hop in the routing policy. For more information about the command and routing policy configurations, see the chapter Configuring routing policies. Configuration procedure To configure static route FRR: 7

9 Step Command Remarks 1. Enter system view. system-view N/A 2. Configure the source address of echo packets. 3. Configure static route FRR. bfd echo-source-ip ip-address ip route-static [ vpn-instance vpn-instance-name ] fast-reroute route-policy route-policy-name Not configured by default Not configured by default NOTE: Static route FRR takes effect only for static routes that have both the outbound interface and next hop specified. Do not use FRR and BFD at the same time. Displaying and maintaining static routes Task Command Remarks Display information of static routes. Delete all the static routes. display ip routing-table protocol static [ inactive verbose ] [ { begin exclude include } regular-expression ] delete [ vpn-instance vpn-instance-name ] static-routes all Available in any view Available in system view NOTE: For more information about the display ip routing-table protocol static [ inactive verbose ] [ { begin exclude include } regular-expression ] command, see the chapter IP routing basics configuration commands. Static route configuration examples Basic static route configuration example Network requirements The routers interfaces and the hosts IP addresses and masks are shown in Figure 2. Static routes are required for interconnections between any two hosts. 8

10 Figure 2 Network diagram Configuration procedure 1. Configuring IP addresses for interfaces. (Details not shown) 2. Configuring static routes: # Configure a default route on Router A. <RouterA> system-view [RouterA] ip route-static # Configure two static routes on Router B. <RouterB> system-view [RouterB] ip route-static [RouterB] ip route-static # Configure a default route on Router C. <RouterC> system-view [RouterC] ip route-static Configure the hosts: The default gateways for Host A, Host B and Host C are , and respectively. The configuration procedure is not shown. 4. Verify the configuration: # Display the IP routing table of Router A. [RouterA] display ip routing-table Routing Tables: Public Destinations : 7 Routes : /0 Static GE1/1/ /24 Direct GE1/1/ /32 Direct InLoop /30 Direct GE1/1/ /32 Direct InLoop /8 Direct InLoop /32 Direct InLoop0 9

11 # Display the IP routing table of Router B. [RouterB] display ip routing-table Routing Tables: Public Destinations : 10 Routes : /24 Static GE1/1/ /24 Static GE1/1/ /30 Direct GE1/1/ /32 Direct InLoop /30 Direct GE1/1/ /32 Direct InLoop /8 Direct InLoop /32 Direct InLoop /24 Direct GE1/1/ /32 Direct InLoop0 # Use the ping command on Host B to check the reachability of Host A, assuming Windows XP runs on the two hosts. C:\Documents and Settings\Administrator> ping Pinging with 32 bytes of data: Reply from : bytes=32 time=1ms TTL=128 Reply from : bytes=32 time=1ms TTL=128 Reply from : bytes=32 time=1ms TTL=128 Reply from : bytes=32 time=1ms TTL=128 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 1ms, Maximum = 1ms, Average = 1ms # Use the tracert command on Host B to check the reachability of Host A. C:\Documents and Settings\Administrator>tracert Tracing route to over a maximum of 30 hops 1 <1 ms <1 ms <1 ms <1 ms <1 ms <1 ms ms <1 ms <1 ms Trace complete. 10

12 Static route FRR configuration example Network requirements Router S, Router A, and Router D are interconnected through static routes, as illustrated in Figure 3. Configure static route FRR so that when the link between Router S and Router D fails, traffic can be switched to Link B immediately. Figure 3 Network diagram Configuration procedure 1. Configure IP addresses for the interfaces on each router and configure static routes: Follow Figure 3 to configure the IP address and subnet mask of each interface on the routers. (Details not shown) Configure static routes on Router S, Router A, and Router D so that Router S can reach Loopback 0 on Router D and Router D can reach Loopback 0 on Router S. # Configure a static route on Router S. <RouterS> system-view [RouterS] ip route-static GigabitEthernet 3/1/ [RouterS] ip route-static GigabitEthernet 3/1/ preference 65 # Configure a static route on Router D. <RouterD> system-view [RouterD] ip route-static GigabitEthernet 3/1/ [RouterD] ip route-static GigabitEthernet 3/1/ preference 65 # Configure a static route on Router A. <RouterA> system-view [RouterA] ip route-static GigabitEthernet 3/1/ [RouterA] ip route-static GigabitEthernet 3/1/ Configure static route FRR: # Configure Router S. [RouterS] bfd echo-source-ip [RouterS] ip ip-prefix abc index 10 permit [RouterS] route-policy frr permit node 10 [RouterS-route-policy] if-match ip-prefix abc [RouterS-route-policy] apply fast-reroute backup-interface GigabitEthernet 3/1/1 backup-nexthop [RouterS-route-policy] quit [RouterS] ip route-static fast-reroute route-policy frr # Configure Router D. 11

13 [RouterD] bfd echo-source-ip [RouterD] ip ip-prefix abc index 10 permit [RouterD] route-policy frr permit node 10 [RouterD-route-policy] if-match ip-prefix abc [RouterD-route-policy] apply fast-reroute backup-interface GigabitEthernet 3/1/1 backup-nexthop [RouterD-route-policy] quit [RouterD] ip route-static fast-reroute route-policy frr 3. Verify the configuration: # Display route /32 on Router S to view the backup next hop information. [RouterS] display ip routing-table verbose Routing Table : Public Destination: /32 Protocol: Static Process ID: 0 Preference: 60 Cost: 0 IpPrecedence: QosLcID: NextHop: Interface: GigabitEthernet3/1/2 BkNextHop: BkInterface: GigabitEthernet3/1/1 RelyNextHop: Neighbor : Tunnel ID: 0x0 Label: NULL State: Active Adv Age: 00h01m27s Tag: 0 # Display route /32 on Router D to view the backup next hop information. [RouterS] display ip routing-table verbose Routing Table : Public Destination: /32 Protocol: Static Process ID: 0 Preference: 60 Cost: 0 IpPrecedence: QosLcID: NextHop: Interface: GigabitEthernet3/1/2 BkNextHop: BkInterface: GigabitEthernet3/1/1 RelyNextHop: Neighbor : Tunnel ID: 0x0 Label: NULL State: Active Adv Age: 00h01m27s Tag: 0 BFD for static routes configuration example (direct session) Network requirements As shown in Figure 4, configure a static route to subnet /24 on Router A and configure a static route to subnet /24 on Router B. Enable BFD for both routes so that when the link between Router A and Router B through the Layer 2 switch fails, BFD can detect the failure immediately and Router A and Router B can communicate through Router C. 12

14 Figure 4 Network diagram / /24 Router A GE3/1/1 L 2 Switch GE3/1/1 Router B GE3/1/2 BFD GE3/1/2 GE3/1/1 GE3/1/2 Device Interface IP address Device Interface IP address Router A GE3/1/ /24 Router B GE3/1/ /24 GE3/1/ /24 GE3/1/ /24 Router C GE3/1/ /24 Configuration procedure Router C GE3/1/ /24 1. Configure IP addresses for the interfaces. (Details not shown) 2. Configure BFD: # Configure static routes on Router A and enable BFD control packet mode for the static route through the Layer 2 switch. <RouterA> system-view [RouterA] interface GigabitEthernet 3/1/1 [RouterA-GigabitEthernet3/1/1] bfd min-transmit-interval 500 [RouterA-GigabitEthernet3/1/1] bfd min-receive-interval 500 [RouterA-GigabitEthernet3/1/1] bfd detect-multiplier 9 [RouterA-GigabitEthernet3/1/1] quit [RouterA] ip route-static GigabitEthernet 3/1/ bfd control-packet [RouterA] ip route-static GigabitEthernet 3/1/ preference 65 [RouterA] quit # Configure static routes on Router B and enable BFD control packet mode for the static route through the Layer 2 switch. <RouterB> system-view [RouterB] interface GigabitEthernet 3/1/1 [RouterB-GigabitEthernet3/1/1] bfd min-transmit-interval 500 [RouterB-GigabitEthernet3/1/1] bfd min-receive-interval 500 [RouterB-GigabitEthernet3/1/1] bfd detect-multiplier 9 [RouterB-GigabitEthernet3/1/1] quit [RouterB] ip route-static GigabitEthernet 3/1/ bfd control-packet [RouterB] ip route-static GigabitEthernet 3/1/ preference 65 [RouterB] quit 3. Verify the configuration: The following operations are performed on Router A. The operations on Router B are similar. <RouterA> display bfd session 13

15 Total Session Num: 1 Init Mode: Active Session Working Under Ctrl Mode: LD/RD SourceAddr DestAddr State Holdtime Interface 4/ Up 2000ms GigabitEthernet3/1/1 # Display the static route information of Router A. <RouterA> display ip routing-table protocol static Public Routing Table : Static Summary Count : 2 Static Routing table Status : < Active> /24 Static GE3/1/1 Direct Routing table Status : <Inactive> /24 Static GE3/1/2 # Enable BFD debugging on Router A. When the link between Router A and the switch fails, Router A can detect the failure. <RouterA> debugging bfd event <RouterA> debugging bfd scm <RouterA> terminal debugging %Jul 27 10:18:18: RouterA BFD/4/LOG:Sess[ / , GigabitEthernet3/1/1,Ctrl], Sta: UP->DOWN, Diag: 1 *Jul 27 10:18:18: RouterA BFD/7/EVENT:Send sess-down Msg, [Src: ,Dst: ,GigabitEthernet3/1/1,Ctrl], instance:0, protocol:static *Jul 27 10:18:19: RouterA BFD/7/EVENT:Receive Delete-sess, [Src: ,Dst: ,GigabitEthernet3/1/1,Ctrl], Direct, Instance:0x0, Proto:STATIC *Jul 27 10:18:19: RouterA BFD/7/EVENT:Notify driver to stop receiving bf # Display the static route information on Router A again. Router A communicates with Router B over the static route passing Router C now. <RouterA> display ip routing-table protocol static Public Routing Table : Static Summary Count : 2 Static Routing table Status : < Active> /24 Static GE3/1/2 Static Routing table Status : < Inactive> 14

16 /24 Static GE3/1/1 BFD for static routes configuration example (indirect session) Network requirements As shown in Figure 5, Router A has a route to interface Loopback1 ( /32) on Router B, with the outbound interface GigabitEthernet 3/1/1. Router B has a route to interface Loopback1 ( /32) on Router A, with the outbound interface GigabitEthernet 3/1/1. Router D has a route to /32, with the outbound interface GigabitEthernet 3/1/1, and a route to /32, with the outbound interface GigabitEthernet 3/1/2. Configure a static route to subnet /24 on Router A and configure a static route to subnet /24 on Router B. Enable BFD for both routes so that when the link between Router A and Router B through Router D fails, BFD can detect the failure immediately and Router A and Router B can communicate through Router C. Figure 5 Network diagram GE3/1/2 GE3/1/2 Device Interface IP address Device Interface IP address Router A GE3/1/ /24 Router B GE3/1/ /24 GE3/1/ /24 GE3/1/ /24 Loop /32 Loop /32 Router C GE3/1/ /24 Router D GE3/1/ /24 GE3/1/ /24 GE3/1/ /24 Configuration procedure 1. Configure IP addresses for the interfaces. (Details not shown) 2. Configure BFD: # Configure static routes on Router A and enable BFD control packet mode for the static route through Router D. <RouterA> system-view [RouterA] interface loopback 1 [RouterA-LoopBack1] bfd min-transmit-interval 500 [RouterA-LoopBack1] bfd min-receive-interval 500 [RouterA-LoopBack1] bfd detect-multiplier 9 [RouterA-LoopBack1] quit [RouterA] ip route-static bfd control-packet bfd-source [RouterA] ip route-static GigabitEthernet 3/1/ preference 65 15

17 [RouterA] quit # Configure static routes on Router B and enable BFD control packet mode for the static route through Router D. <RouterB> system-view [RouterB] interface loopback 1 [RouterB-LoopBack1] bfd min-transmit-interval 500 [RouterB-LoopBack1] bfd min-receive-interval 500 [RouterB-LoopBack1] bfd detect-multiplier 9 [RouterB-LoopBack1] quit [RouterB] ip route-static bfd control-packet bfd-source [RouterB] ip route-static GigabitEthernet 3/1/ preference 65 [RouterB] quit 3. Verify the configuration: The following operations are performed on Router A. The operations on Router B are similar. # Display the BFD session information of Router A. <RouterA> display bfd session Total session number: 1 Up session number: 0 Init mode: Active IPv4 session working under Ctrl mode: LD/RD SourceAddr DestAddr State Holdtime Interface 4/ Up 2000ms Loop1 # Display the static route information of Router A. <RouterA> display ip routing-table protocol static Public Routing Table : Static Summary Count : 2 Static Routing table Status : < Active> /24 Static GE3/1/1 Static Routing table Status : <Inactive> /24 Static GE3/1/2 # Enable BFD debugging on Router A. When the link between Router A and Router D fails, Router A can detect the failure. <RouterA> debugging bfd event <RouterA> debugging bfd scm <RouterA> terminal debugging %Oct 10 10:18:18: RouterA BFD/4/LOG:Sess[ / , Loop1,Ctrl], Sta: UP->DOWN, Diag: 1 16

18 *Oct 10 10:18:18: RouterA BFD/7/EVENT:Send sess-down Msg, [Src: ,Dst: ,Loop1,Ctrl], instance:0, protocol:static # Display the static route information on Router A again. Router A communicates with Router B over the static route passing Router C now. <RouterA> display ip routing-table protocol static Public Routing Table : Static Summary Count : 2 Static Routing table Status : < Active> /24 Static GE3/1/2 Static Routing table Status : < Inactive> /24 Static

Contents. Configuring a default route 1 Introduction to default routes 1

Contents. Configuring a default route 1 Introduction to default routes 1 Contents Configuring static routing 1 Introduction to static routes 1 Configuring a static route 1 Configuration prerequisites 1 Configuration procedure 1 Configuring BFD for static routes 2 BFD control

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

HPE FlexNetwork HSR6800 Routers

HPE FlexNetwork HSR6800 Routers HPE FlexNetwork HSR6800 Routers Layer 3 IP Routing Configuration Guide Part number:5998-4492r Software version: HSR6800-CMW520-R3303P25 Document version: 6W105-20151231 Copyright 2015 Hewlett Packard Enterprise

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

HP A5830 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract

HP A5830 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract HP A5830 Switch Series Layer 3 - IP Routing Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures.

More information

HP A5820X & A5800 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series Layer 3 - IP Routing. Configuration Guide. Abstract HP A5820X & A5800 Switch Series Layer 3 - IP Routing Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-2895 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright 2013

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Layer 3 IP Routing Configuration Guide Part number: 5998-5307a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

HP FlexFabric 7900 Switch Series

HP FlexFabric 7900 Switch Series HP FlexFabric 7900 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-4283 Software version: Release 2109 Document version: 6W100-20140122 Legal and notice information Copyright 2014

More information

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 3 IP Routing Configuration Guide Part number: 5200-0077a Software version: Release 11xx Document version: 6W101-20161221 Copyright 2015, 2016 Hewlett Packard

More information

HP 5120 EI Switch Series

HP 5120 EI Switch Series HP 5120 EI Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-1793 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 3 - IP Routing Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1126 and Later Document version: 20111130-C-1.01 Copyright

More information

H3C MSR Series Routers

H3C MSR Series Routers H3C MSR Series Routers Layer 3 - IP Routing Configuration Guide(V7) Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: MSR-CMW710-R0007 Document version: 6W100-20140320 Copyright

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-6688 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series Layer 3 IP Routing Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 31xx Document version: 6W102-20150731 Copyright 2014-2015,

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

H3C S5120-HI Switch Series

H3C S5120-HI Switch Series H3C S5120-HI Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 52xx Document version: 6W101-20140523 Copyright 2013-2014,

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

H3C S5120-SI Switch Series

H3C S5120-SI Switch Series H3C S5120-SI Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1505 Document version: 6W101-20111108 Copyright 2011,

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Layer 3 - IP Routing Command Reference Part number: 5998-3168a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information

More information

HP 7500 Switch Series

HP 7500 Switch Series HP 7500 Switch Series Layer 3 - IP Routing Command Reference Part number: 5998-1881 Software version: Release 6701 and later Document version: 6W102-20130226 Legal and notice information Copyright 2013

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE security mechanisms 2 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4

More information

H3C S7500E Series Ethernet Switches. Layer 3 - IP Routing. Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C S7500E Series Ethernet Switches. Layer 3 - IP Routing. Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C S7500E Series Ethernet Switches Layer 3 - IP Routing Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100930-C-1.01 Product Version: Release 6613 and Later

More information

H3C S5820X&S5800 Series Ethernet Switches

H3C S5820X&S5800 Series Ethernet Switches H3C S5820X&S5800 Series Ethernet Switches Layer 3 - IP Routing Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 6W103-20100716 Product Version: Release 1110

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1126 and Later Document version: 20111130-C-1.01 Copyright

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MCE Configuration Guide Part number: 5998-2896 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard Development

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-3156 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012

More information

Table of Contents 1 GRE Configuration Point to Multi-Point GRE Tunnel Configuration 2-1

Table of Contents 1 GRE Configuration Point to Multi-Point GRE Tunnel Configuration 2-1 Table of Contents 1 GRE Configuration 1-1 GRE Overview 1-1 Introduction to GRE 1-1 GRE Security Options 1-3 GRE Applications 1-3 Protocols and Standards 1-4 Configuring a GRE over IPv4 Tunnel 1-4 Configuration

More information

Layer 3 - IP Routing Command Reference

Layer 3 - IP Routing Command Reference H3C WA Series WLAN Access Points Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 6W100-20100910 Copyright 2010, Hangzhou H3C Technologies

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

Using ping, tracert, and system debugging

Using ping, tracert, and system debugging Contents Using ping, tracert, and system debugging 1 Ping 1 Using a ping command to test network connectivity 1 Ping example 1 Tracert 3 Prerequisites 4 Using a tracert command to identify failed or all

More information

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface Contents Configuring HDLC 1 Overview 1 HDLC frame format and frame type 1 Enabling HDLC encapsulation on an interface 1 Configuring an IP address for an interface 2 Configuring the link status polling

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V7) Part number: 5998-5680 Software version: CMW710-R0106 Document version: 6PW100-20140607 Legal and notice information Copyright 2014 Hewlett-Packard Development

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 MCE Overview... 1-1 1.1 MCE Overview... 1-1 1.1.1 Introduction to BGP/MPLS VPN... 1-1 1.1.2 BGP/MPLS VPN Concepts... 1-2 1.1.3 Introduction to MCE... 1-5 1.1.4

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MPLS Configuration Guide Part number: 5998-4676a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Configuring IP addressing

Configuring IP addressing Contents Configuring IP addressing 1 Overview 1 IP address classes 1 Special IP addresses 2 Subnetting and masking 2 Assigning an IP address to an interface 3 Configuration guidelines 3 Configuration procedure

More information

Configuring basic MBGP

Configuring basic MBGP Contents Configuring MBGP 1 MBGP overview 1 Protocols and standards 1 MBGP configuration task list 1 Configuring basic MBGP 2 Controlling route advertisement and reception 2 Configuration prerequisites

More information

HP MSR Router Series. IPX Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW

HP MSR Router Series. IPX Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW HP MSR Router Series IPX Configuration Guide(V5) Part number: 5998-8183 Software version: CMW520-R2513 Document version: 6PW106-20150808 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls VPN Configuration Guide Part number:5998-2652 Document version: 6PW100-20110909 Legal and notice information Copyright 2011 Hewlett-Packard Development Company,

More information

Configuring Static Routing

Configuring Static Routing This chapter contains the following sections: Finding Feature Information, page 1 Information About Static Routing, page 1 Licensing Requirements for Static Routing, page 4 Prerequisites for Static Routing,

More information

HP FlexFabric 7900 Switch Series

HP FlexFabric 7900 Switch Series HP FlexFabric 7900 Switch Series MCE Configuration Guide Part number: 5998-6188 Software version: Release 2117 and Release 2118 Document version: 6W100-20140805 Legal and notice information Copyright 2014

More information

OSPF. About OSPF. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.4 1

OSPF. About OSPF. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.4 1 This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Open Shortest Path First () routing protocol. About, page 1 Guidelines

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series MPLS Configuration Guide Part number: 5998-3414 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Implementing Static Routes

Implementing Static Routes This module describes how to implement static routes. Static routes are user-defined routes that cause packets moving between a source and a destination to take a specified path. Static routes can be important

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Implementing Static Routes on Cisco IOS XR Software

Implementing Static Routes on Cisco IOS XR Software Implementing Static Routes on Cisco IOS XR Software This module describes how to implement static routes. Static routes are user-defined routes that cause packets moving between a source and a destination

More information

Basic MPLS commands. display mpls forwarding ilm. Syntax. Views. Predefined user roles. Parameters. Usage guidelines. Examples

Basic MPLS commands. display mpls forwarding ilm. Syntax. Views. Predefined user roles. Parameters. Usage guidelines. Examples Contents Basic MPLS commands 1 display mpls forwarding ilm 1 display mpls forwarding nhlfe 2 display mpls interface 4 display mpls label 5 display mpls lsp 6 display mpls lsp statistics 10 display mpls

More information

Table of Contents. 2 Static Route Configuration Commands 2-1 Static Route Configuration Commands 2-1 delete static-routes all 2-1 ip route-static 2-1

Table of Contents. 2 Static Route Configuration Commands 2-1 Static Route Configuration Commands 2-1 delete static-routes all 2-1 ip route-static 2-1 Table of Contents 1 IP Routing Table Commands 1-1 IP Routing Table Commands 1-1 display ip routing-table 1-1 display ip routing-table acl 1-3 display ip routing-table ip-address 1-5 display ip routing-table

More information

Table of Contents 1 System Maintenance and Debugging Commands 1-1

Table of Contents 1 System Maintenance and Debugging Commands 1-1 Table of Contents 1 System Maintenance and Debugging Commands 1-1 System Maintenance Commands 1-1 ping 1-1 ping ipv6 1-5 tracert 1-6 tracert ipv6 1-7 System Debugging Commands 1-8 debugging 1-8 display

More information

H3C S7500E-X OSPF Configuration Examples

H3C S7500E-X OSPF Configuration Examples H3C S7500E-X OSPF Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series MCE Configuration Guide Part number: 5998-4625 Software version: Release 2406 & Release 2407P01 Document version: 6W101-20140404 Legal and notice information Copyright

More information

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Table of Contents Chapter 1 Tunneling Configuration

Table of Contents Chapter 1 Tunneling Configuration Table of Contents Table of Contents... 1-1 1.1 Introduction to Tunneling... 1-1 1.1.1 IPv6 over IPv4 Tunnel... 1-2 1.1.2 IPv4 over IPv4 Tunnel... 1-7 1.2 Tunneling Configuration Task List... 1-8 1.3 Configuring

More information

Table of Contents Chapter 1 IP Addressing Configuration

Table of Contents Chapter 1 IP Addressing Configuration Table of Contents Table of Contents... 1-1 1.1 IP Addressing Overview... 1-1 1.1.1 IP Address Classes... 1-1 1.1.2 Special Case IP Addresses... 1-2 1.1.3 Subnetting and Masking... 1-3 1.1.4 IP Unnumbered...

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to IPv6 DNS 1-8 Protocols

More information

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C SR6600 Routers MPLS Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100930-C-1.08 Product Version: SR6600-CMW520-R2420 Copyright 2007-2010, Hangzhou H3C

More information

Table of Contents 1 System Maintaining and Debugging 1-1

Table of Contents 1 System Maintaining and Debugging 1-1 Table of Contents 1 System Maintaining and Debugging 1-1 System Maintaining and Debugging 1-1 Ping 1-1 Introduction 1-1 Configuring Ping 1-1 Ping Configuration Example 1-2 Tracert 1-4 Introduction 1-4

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-6 Introduction to IPv6 DNS 1-8 Protocols

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5)

H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5) H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5) Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced

More information

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract HP A5820X & A5800 Switch Series MPLS Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software configuration

More information

Contents. Ping, tracert, and system debugging commands 1. debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10

Contents. Ping, tracert, and system debugging commands 1. debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10 Contents Ping, tracert, and system debugging commands 1 debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10 i Ping, tracert, and system debugging commands debugging Syntax Default

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series MCE Configuration Guide Part number: 5200-1024b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard Enterprise Development LP

More information

Configuring PIM snooping

Configuring PIM snooping Contents Configuring snooping 1 snooping overview 1 Configuring snooping 2 Displaying and maintaining snooping 2 snooping configuration example 3 Troubleshooting snooping 6 snooping does not work 6 Some

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 Area based OSPF network partition 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported features

More information

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V5) Part number: 5998-8188 Software version: CMW520-R2513 Document version: 6PW106-20150808 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

Operation Manual BGP. Table of Contents

Operation Manual BGP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 BGP/MBGP Overview... 1-1 1.1.1 Introduction to BGP... 1-1 1.1.2 BGP Message Types... 1-2 1.1.3 BGP Routing Mechanism... 1-2 1.1.4 MBGP... 1-3 1.1.5 BGP Peer

More information

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67 Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Network (L3VPN) services, over an IP core network, using L2TPv3 multipoint tunneling instead of MPLS. This allows L2TPv3 tunnels

More information

Accurate study guides, High passing rate! IT TEST BOOK QUESTION & ANSWER. Ittestbook provides update free of charge in one year!

Accurate study guides, High passing rate! IT TEST BOOK QUESTION & ANSWER. Ittestbook provides update free of charge in one year! IT TEST BOOK QUESTION & ANSWER Ittestbook provides update free of charge in one year! Accurate study guides, High passing rate! Exam : HC-224-ENU Title : Huawei Certified Datacom Professional - Fast Certification

More information

HP A5830 Switch Series Layer 3 - IP Services. Configuration Guide. Abstract

HP A5830 Switch Series Layer 3 - IP Services. Configuration Guide. Abstract HP A5830 Switch Series Layer 3 - IP Services Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures.

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS CHAPTER 43 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Cisco ME 3800X and ME 3600X

More information

HP High-End Firewalls

HP High-End Firewalls HP High-End Firewalls Access Control Configuration Guide Part number: 5998-2648 Software version: F1000-A-EI&F1000-S-EI: R3721 F5000: F3210 F1000-E: F3171 Firewall module: F3171 Document version: 6PW101-20120719

More information

Ping, tracert and system debugging commands

Ping, tracert and system debugging commands Contents Ping, tracert and system debugging commands 1 Ping and tracert commands 1 ping 1 ping ipv6 5 tracert 7 tracert ipv6 9 System debugging commands 10 debugging 10 display debugging 11 i Ping, tracert

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

HP 5130 EI Switch Series

HP 5130 EI Switch Series HP 5130 EI Switch Series ACL and QoS Configuration Guide Part number: 5998-5471a Software version: Release 31xx Document version: 6W100-20150731 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP This module describes configuration tasks that will enable your Border Gateway Protocol (BGP) network to access peer devices in external networks such

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the

More information

H3C BGP Configuration Examples

H3C BGP Configuration Examples H3C BGP Configuration Examples Copyright 2017 New H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Table of Contents 1 System Maintaining and Debugging Commands 1-1

Table of Contents 1 System Maintaining and Debugging Commands 1-1 Table of Contents 1 System Maintaining and Debugging Commands 1-1 System Maintaining Commands 1-1 ping 1-1 tracert 1-4 System Debugging Commands 1-6 debugging 1-6 display debugging 1-7 i 1 System Maintaining

More information

CCIE Service Provider Sample Lab. Part 2 of 7

CCIE Service Provider Sample Lab. Part 2 of 7 CCIE Service Provider Sample Lab Part 2 of 7 SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1 PPP E0/1.69.6/24 R6 Customer Carrier SP ABC Site 5 AS 612 E1/0 ISIS.126.6/24

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61 OSPF Commands Use the commands in this chapter to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For OSPF configuration information and examples, refer to the Configuring OSPF

More information

H3C S10500 IP Unnumbered Configuration Examples

H3C S10500 IP Unnumbered Configuration Examples H3C S10500 IP Unnumbered Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means

More information

Contents. IP addressing configuration commands 1 display ip interface 1 display ip interface brief 3 ip address 5

Contents. IP addressing configuration commands 1 display ip interface 1 display ip interface brief 3 ip address 5 Contents IP addressing configuration commands 1 display ip interface 1 display ip interface brief 3 ip address 5 i IP addressing configuration commands display ip interface Syntax View Default level Parameters

More information