Chapter 32 VSRP Commands

Size: px
Start display at page:

Download "Chapter 32 VSRP Commands"

Transcription

1 Chapter 32 VSRP Commands activate Activates a VSRP VRID. NOTE: This command is equivalent to the enable command. ProCurveRS(config)# vlan 200 ProCurveRS(config-vlan-200)# tag ethernet 1/1 to 1/8 ProCurveRS(config-vlan-200)# vsrp vrid 1 ProCurveRS(config-vlan-200-vrid-1)# backup ProCurveRS(config-vlan-200-vrid-1)# activate Syntax: [no] activate Default value: Disabled advertise backup Enables a Backup to send Hello messages to the Master. By default, Backups do not send Hello messages to advertise themselves to the Master. You can enable these messages if desired. ProCurveRS(config-vlan-200-vrid-1)# advertise backup Syntax: [no] advertise backup When a Backup is enabled to send Hello messages, the Backup sends a Hello messages to the Master every 60 seconds by default. (This is the default Hello interval.) Default value: Disabled backup Configures the device as a VSRP Backup for a VSRP VRID. Optional parameters enable you to change the backup priority used for VSRP master election and the track priority, which can affect the device s VSRP priority. June

2 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches NOTE: The backup command is required. In VSRP, all devices on which a VRID are configured are Backups. The Master is then elected based on the VSRP priority of each device. There is no owner device as there is in VRRP. ProCurveRS(config)# vlan 200 ProCurveRS(config-vlan-200)# tag ethernet 1/1 to 1/8 ProCurveRS(config-vlan-200)# vsrp vrid 1 ProCurveRS(config-vlan-200-vrid-1)# backup ProCurveRS(config-vlan-200-vrid-1)# activate ProCurveRS(config-vlan-200-vrid-1)# backup priority 75 ProCurveRS(config-vlan-200-vrid-1)# backup track-priority 2 Syntax: [no] backup [priority <value>] [track-priority <value>] The priority <value> parameter specifies the VRRP priority for this interface and VRID. You can specify a value from The default is 100. The track-priority <value> parameter specifies the track priority. When you configure a VRID to track the link state of other interfaces, if one of the tracked interface goes down, the software changes the VSRP priority of the VRID interface. The software reduces the VRID priority by the amount of the priority of the tracked interface that went down. For example, if the VSRP interface s priority is 100 and a tracked interface with track priority 60 goes down, the software changes the VSRP interface s priority to 40. If another tracked interface goes down, the software reduces the VRID s priority again, by the amount of the tracked interface s track priority. The default track priority for all track ports is 1. You can change the default track priority or override the default for an individual track port. Possible values: See above Default value: See above backup-hello-interval Changes the Backup Hello interval. ProCurveRS(config-vlan-200-vrid-1)# backup-hello-interval 180 Syntax: [no] backup-hello-interval <num> The <num> parameter specifies the message interval. Possible values: seconds Default value: 60 seconds dead-interval Changes the Dead interval. The Dead interval is the number of seconds a Backup waits for a Hello message from the Master before determining that the Master is dead. ProCurveRS(config-vlan-200-vrid-1)# dead-interval 30 Syntax: [no] dead-interval <num> The <num> parameter specifies the interval. Possible values: 1 84 seconds 32-2 June 2005

3 VSRP Commands Default value: 3 seconds (three times the default Hello interval) disable Disables a VSRP VRID. ProCurveRS(config-vlan-200-vrid-1)# disable Syntax: disable Default value: Disabled enable Enables a VSRP VRID. NOTE: This command is equivalent to the activate command. ProCurveRS(config)# vlan 200 ProCurveRS(config-vlan-200)# tag ethernet 1/1 to 1/8 ProCurveRS(config-vlan-200)# vsrp vrid 1 ProCurveRS(config-vlan-200-vrid-1)# backup ProCurveRS(config-vlan-200-vrid-1)# enable Syntax: enable Default value: Disabled end Moves activity to the privileged EXEC level from any level of the CLI except the user EXEC level. To move to the privileged EXEC level, enter the following from any level of the CLI. ProCurveRS(config-vlan-200-vrid-1)# end ProCurveRS# Syntax: end exit Moves activity up one level from the current level. In this case, activity will be moved to the port-based VLAN level if configuring a protocol VLAN. If configuring a port-based VLAN, activity would be moved to the global level. ProCurveRS(config-vlan-200-vrid-1)# exit ProCurveRS(config)# Syntax: exit hello-interval Changes the Backup Hello interval. June

4 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches ProCurveRS(config-vlan-200-vrid-1)# backup-hello-interval 180 Syntax: [no] backup-hello-interval <num> The <num> parameter specifies the message interval. Possible values: seconds Default value: 60 seconds hold-down-interval Changes the Hold-down interval. The hold-down interval prevents Layer 2 loops from occurring during failover, by delaying the new Master from forwarding traffic long enough to ensure that the failed Master is really unavailable. ProCurveRS(config-vlan-200-vrid-1)# hold-down-interval 4 Syntax: [no] hold-down-interval <num> The <num> parameter specifies the hold-down interval. Possible values: 1 84 seconds Default value: 2 seconds include-port Removes a port from a VSRP VRID. By default, all the ports in the VLAN on which you configure a VRID are interfaces for the VRID. You can remove a port from the VRID while allowing it to remain in the VLAN. Removing a port is useful in the following cases: There is no risk of a loop occurring, such as when the port is attached directly to an end host. You plan to use a port in an MRP ring. ProCurveRS(config-vlan-200-vrid-1)# no include-port ethernet 1/2 Syntax: [no] include-port ethernet The ethernet parameter specifies the port you are removing from the VRID. The port remains in the VLAN but its forwarding state is not controlled by VSRP. Possible values: See above Default value: All ports in the VRID s VLAN are included initial-ttl Changes the TTL for a VSRP VRID. A VSRP Hello packet s TTL specifies how many hops the packet can traverse before being dropped. A hop can be a Routing Switch. You can specify from The default TTL is 2. When a VSRP device (Master or Backup) sends a VSRP HEllo packet, the device subtracts one from the TTL. Thus, if the TTL is 2, the device that originates the Hello packet sends it out with a TTL of 1. Each subsequent device that receives the packet also subtracts one from the packet s TTL. When the packet has a TTL of 1, the receiving device subtracts 1 and then drops the packet because the TTL is zero. NOTE: An MRP ring is considered to be a single hop, regardless of the number of nodes in the ring. ProCurveRS(config-vlan-200-vrid-1)# initial-ttl June 2005

5 VSRP Commands Syntax: [no] initial-ttl <num> The <num> parameter specifies the TTL. Possible values: Default value: 2 ip address Specifies an IP address to back up. NOTE: This command is equivalent to the ip-address command. When you specify an IP address, VSRP provides redundancy for the address. This is useful if you want to back up the gateway address used by hosts attached to the VSRP Backups. VSRP does not require you to specify an IP address. If you do not specify an address, VSRP provides Layer 2 redundancy. If you do specify an address, VSRP provides Layer 2 and Layer 3 redundancy. The Layer 3 redundancy support is the same as VRRPE support. For information, see the Configuring VRRP and VRRPE chapter in the Advanced Configuration and Management Guide for ProCurve 9300/9400 Series Routing Switches. NOTE: The VRID IP address must be in the same sub-net as a real IP address configured on the VSRP interface, but cannot be the same as a real IP address configured on the interface. NOTE: Failover applies to both Layer 2 and Layer 3. ProCurveRS(config-vlan-200-vrid-1)# ip address Syntax: [no] ip address <ip-addr> Possible values: An IP address Default value: None ip-address Specifies an IP address to back up. NOTE: This command is equivalent to the ip address command (above). ProCurveRS(config-vlan-200-vrid-1)# ip-address Syntax: [no] ip-address <ip-addr> Possible values: An IP address Default value: None no Disables other commands. To disable a command, place the word no before the command. non-preempt-mode Disables preemption on a Backup. By default, a Backup that has a higher priority than another Backup that has become the Master can preempt the Master, and take over the role of Master. If you want to prevent this behavior, disable preemption. June

6 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches Preemption applies only to Backups and takes effect only when the Master has failed and a Backup has assumed ownership of the VRID. The feature prevents a Backup with a higher priority from taking over as Master from another Backup that has a lower priority but has already become the Master of the VRID. Preemption is especially useful for preventing flapping in situations where there are multiple Backups and a Backup with a lower priority than another Backup has assumed ownership, because the Backup with the higher priority was unavailable when ownership changed. If you enable the non-preempt mode (thus disabling the preemption feature) on all the Backups, the Backup that becomes the Master following the disappearance of the Master continues to be the Master. The new Master is not preempted. ProCurveRS(config-vlan-200-vrid-1)# non-preempt-mode Syntax: [no] non-preempt-mode Default value: Pre-emption is enabled quit Returns you from any level of the CLI to the User EXEC mode. ProCurveRS(config-vlan-200-vrid-1)# quit ProCurveRS> Syntax: quit save-current-values Configures a Backup to save the VSRP timer values received from the Master instead of the timer values configured on the Backup. The Hello messages sent by a VRID s master contain the VRID values for the following VSRP timers: Hello interval Dead interval Backup Hello interval Hold-down interval By default, each Backup saves the configured timer values to its startup-config file when you save the device s configuration. You can configure a Backup to instead save the current timer values received from the Master when you save the configuration. Saving the current timer values instead of the configured ones helps ensure consistent timer usage for all the VRID s devices. NOTE: The Backups always use the value of the timer scale received from the Master, regardless of whether the timer values that are saved in the configuration are the values configured on the Backup or the values received from the Master. ProCurveRS(config-vlan-200-vrid-1)# save-current-values Syntax: [no] save-current-values 32-6 June 2005

7 VSRP Commands show Default value: Disabled; each Backup saves the configured timer values to its startup-config file when you save the device s configuration Displays a variety of configuration and statistical information about the device. See Show Commands on page track-port Configures a VRID to track an interface. You can configure the VRID on one interface to track the link state of another interface on the device. This capability is useful for tracking the state of the exit interface for the path for which the VRID is providing redundancy. ProCurveRS(config-vlan-200-vrid-1)# track-port e 2/4 Syntax: [no] track-port ethernet <portnum> ve <num> [priority <num>] The priority <num> parameter changes the VSRP priority of the interface. If this interface goes down, the VRID s VSRP priority is reduced by the amount of the track port priority you specify here. NOTE: The priority <num> option changes the priority of the specified interface, overriding the default track port priority. To change the default track port priority, use the backup track-priority <num> command. See backup on page Possible values: See above Default value: None configured vsrp-aware Configures VSRP-aware security on VSRP-aware devices. NOTE: This feature is available in software releases and later. This feature enables you to specify the authentication parameters that a VSRP-aware device will use on a VSRP backup switch. The authentication parameters that you define will not age out. The following configuration defines pri-key as the authentication string for accepting incoming VSRP hello packets. In this example, the VSRP-aware device will accept all incoming packets that have this authorization string. ProCurveRS(config)# vlan 10 ProCurveRS(config-vlan-10)# vsrp-aware vrid 3 simple-text-auth pri-key Syntax: vsrp-aware vrid <vrid number> simple text auth <string> The following configuration specifies no authentication as the preferred VSRP-aware security method. In this case, the VSRP device will not accept incoming packets that have authentication strings. ProCurveRS(config)# vlan 10 ProCurveRS(config-vlan-10)# vsrp-aware vrid 2 no-auth Syntax: vsrp-aware vrid <vrid number> no-auth The following configuration specifies no authentication for VSRP hello packets received on ports 1/1, 1/2, 1/3, and 1/4 in VRID 4. For these ports, the VSRP device will not accept incoming packets that have authentication strings. ProCurveRS(config)# vlan 10 June

8 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches ProCurveRS(config-vlan-10)# vsrp-aware vrid 4 no-auth port-list ethe 1/1 to 1/4 Syntax: vsrp-aware vrid <vrid number> no-auth port-list <port range> Possible values: <vrid number> is a valid VRID (from 1 to 255). no-auth specifies no authentication as the preferred VSRP-aware security method. The VSRP device will not accept incoming packets that have authentication strings. simple-text-auth <string> specifies the authentication string for accepting VSRP hello packets, where <string> can be up to 8 characters. port-list <port range> specifies the range of ports to include in the configuration. Default values: N/A write memory Saves the running configuration into the startup-config file. ProCurveRS(config-vlan-200-vrid-1)# write memory Syntax: write memory write terminal Displays the running configuration of the HP device on the terminal screen. NOTE: This command is equivalent to the show running-config command. ProCurveRS(config-vlan-200-vrid-1)# write terminal Syntax: write terminal 32-8 June 2005

Chapter 13 RIP Commands

Chapter 13 RIP Commands Chapter 13 RIP Commands NOTE: This chapter contains information about IPv4 RIP commands only. For information about IPv6 RIP commands, see IPv6 RIP Commands on page 14-1. default-metric Defines the global

More information

Chapter 24 PIM Commands

Chapter 24 PIM Commands Chapter 24 PIM Commands bsr-candidate Configures the Routing Switch as a candidate PIM Sparse Bootstrap Router (BSR). To configure the Routing Switch as a candidate BSR, enter a command such as the following:

More information

Chapter 16 OSPF Version 3 Commands

Chapter 16 OSPF Version 3 Commands Chapter 16 OSPF Version 3 Commands NOTE: The OSPF version 3 configuration level is present only on HP devices that support IPv6. area Assigns OSPF version 3 areas. You can assign an IPv4 address or a number

More information

Chapter 9 RIP Commands

Chapter 9 RIP Commands Chapter 9 RIP Commands default-metric Defines the global default-metric value that will be assigned to all external routes imported into RIP for redistribution. RIP must be active on the routing switch

More information

Chapter 14 Configuring SRP

Chapter 14 Configuring SRP Chapter 14 Configuring SRP This chapter describes how to configure the HP ProCurve 9304M, 9308M, or 6308M-SX routing switch to use the Standby Router Protocol (SRP), a proprietary protocol that provides

More information

Chapter 17 BGP4 Commands

Chapter 17 BGP4 Commands Chapter 17 BGP4 Commands NOTE: This chapter describes commands in the BGP configuration level, which is present on HP devices that support IPv4 only. For information about BGP commands and configuration

More information

Chapter 7 Interface Commands

Chapter 7 Interface Commands Chapter 7 Interface Commands appletalk address Assigns AppleTalk addresses to a seed router. To assign an AppleTalk address of 10.5 to interface 3, module 2, enter the following: HP9300(config)# int e

More information

Migrating from Cisco HSRP to industry standard VRRP

Migrating from Cisco HSRP to industry standard VRRP Migrating from Cisco HSRP to industry standard VRRP Technical white paper Table of contents Router Redundancy Protocol overview... 2 Introduction to Cisco Hot Standby Router Protocol (HSRP)... 2 Introduction

More information

Chapter 15 OSPF Commands

Chapter 15 OSPF Commands Chapter 15 OSPF Commands NOTE: This chapter contains information about OSPF version 2 commands only. For information about OSPF version 3 commands, see OSPF Version 3 Commands on page 16-1. area Assigns

More information

Syntax instance instance [interface interface-name [vrid virtual-router-id] instance interface interface-name vrid virtual-router-id ipv6

Syntax instance instance [interface interface-name [vrid virtual-router-id] instance interface interface-name vrid virtual-router-id ipv6 VRRP Show Commands instance Syntax instance instance [interface interface-name [vrid virtual-router-id] instance interface interface-name vrid virtual-router-id ipv6 Context show>vrrp Description This

More information

Chapter 17 Configuring IPX (9300 Series Only)

Chapter 17 Configuring IPX (9300 Series Only) Chapter 17 Configuring IPX (9300 Series Only) This chapter describes how to configure the IPX protocol on the ProCurve Routing Switches using the CLI and Web management interface. For information about

More information

Chapter 2 Using the Command Line Interface

Chapter 2 Using the Command Line Interface Chapter 2 Using the Command Line Interface The CLI is a text-based interface for configuring and monitoring ProCurve Routing Switches. You can access the CLI through either a direct serial connection to

More information

Chapter 10 IP Access Lists: Standard

Chapter 10 IP Access Lists: Standard Chapter 10 IP Access Lists: Standard NOTE: This chapter contains information for standard ACLs configured using the ip access-list command. The command manages named and numbered ACLs under the standard

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa accounting Configures RADIUS or TACACS+ accounting for recording information about user activity and system events. When you configure accounting on an HP device, information

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

Chapter 10 Configuring SRP

Chapter 10 Configuring SRP Chapter 10 Configuring SRP This chapter describes how to configure the HP 9304M, HP 9308M, and HP 6208M-SX routing switches to use the Standby Router Protocol (SRP), a proprietary protocol that provides

More information

Chapter 20 IPv6 BGP Unicast Address Family Commands

Chapter 20 IPv6 BGP Unicast Address Family Commands Chapter 20 IPv6 BGP Unicast Address Family Commands NOTE: The IPv6 BGP unicast address family configuration level is present only on HP devices that support IPv6 and the ProCurve 9408sl Routing Switch

More information

Chapter 13 Configuring BGP4

Chapter 13 Configuring BGP4 Chapter 13 Configuring BGP4 This chapter provides details on how to configure Border Gateway Protocol version 4 (BGP4) on HP products using the CLI and the Web management interface. BGP4 is supported on

More information

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a

More information

Operation Manual VRRP. Table of Contents

Operation Manual VRRP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to VRRP... 1-1 1.2 Configuring VRRP... 1-2 1.2.1 Configuring the Function of Pinging the Virtual IP Address... 1-3 1.2.2 Configuring the TTL

More information

Configuring VRRP. Finding Feature Information. Contents

Configuring VRRP. Finding Feature Information. Contents Configuring VRRP First Published: May 2, 2005 Last Updated: July 30, 2010 The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual

More information

H3C S5830V2 & S5820V2 Switch Series

H3C S5830V2 & S5820V2 Switch Series H3C S5830V2 & S5820V2 Switch Series High Availability Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release2108 Document version: 6W101-20120531 Copyright

More information

VRRPv3 Protocol Support

VRRPv3 Protocol Support Virtual Router Redundancy Protocol (VRRP) enables a group of routers to form a single virtual router to provide redundancy. The LAN clients can then be configured with the virtual router as their default

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module High Availability Configuration Guide Part number: 5998-2687 Document version: 6PW101-20120217 Legal and notice information Copyright 2012 Hewlett-Packard Development Company,

More information

H3C Firewall Devices. High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd.

H3C Firewall Devices. High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd. H3C Firewall Devices High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: F5020/F5040 firewalls M9006/M9010/M9014 security gateways

More information

standby arp gratuitous through track vrrp

standby arp gratuitous through track vrrp standby arp gratuitous, page 2 standby authentication, page 4 standby bfd, page 7 standby bfd all-interfaces, page 9 standby delay minimum reload, page 11 standby follow, page 13 standby ip, page 15 standby

More information

HP0-Y12. Building ProCurve Resilient, Adaptive Networks. Download Full Version :

HP0-Y12. Building ProCurve Resilient, Adaptive Networks. Download Full Version : HP HP0-Y12 Building ProCurve Resilient, Adaptive Networks Download Full Version : https://killexams.com/pass4sure/exam-detail/hp0-y12 QUESTION: 106 The output of show ip ospf link-state on a ProCurve Switch

More information

Chapter 3 Configuring Enhanced Quality of Service

Chapter 3 Configuring Enhanced Quality of Service Chapter 3 Configuring Enhanced Quality of Service This chapter applies to the following devices: 10 Gigabit Ethernet modules EP devices T-Flow modules 9408sl HP devices can read Layer 2 and Layer 3 Quality

More information

Configuring HSRP. Understanding HSRP CHAPTER

Configuring HSRP. Understanding HSRP CHAPTER CHAPTER 40 This chapter describes how to use Hot Standby Router Protocol (HSRP) on the Cisco ME 3400E Ethernet Access switch to provide routing redundancy for routing IP traffic without being dependent

More information

HP VPN Firewall Appliances

HP VPN Firewall Appliances HP VPN Firewall Appliances High Availability Configuration Guide Part number: 5998-4169 Software version: F1000-A-EI/F1000-S-EI (Feature 3726) F1000-E (Release 3177) F5000 (Feature 3211) F5000-S/F5000-C

More information

S Series Switch. Cisco HSRP Replacement. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

S Series Switch. Cisco HSRP Replacement. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. Cisco HSRP Replacement Issue 01 Date 2013-08-05 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior

More information

Chapter 8 Configuring Basic Software Features

Chapter 8 Configuring Basic Software Features Chapter 8 Configuring Basic Software Features This chapter describes how to configure basic, non-protocol software features on the ProCurve 9408sl using the CLI. This chapter contains procedures for configuring

More information

Appendix B Policies and Filters

Appendix B Policies and Filters Appendix B Policies and Filters NOTE: This appendix does not describe Access Control Lists (ACLs) or IPX SAP ACLs, which are additional methods for filtering packets. See Software-Based IP Access Control

More information

Chapter 4 Configuring 802.1X Port Security

Chapter 4 Configuring 802.1X Port Security Chapter 4 Configuring 802.1X Port Security Overview HP devices support the IEEE 802.1X standard for authenticating devices attached to LAN ports. Using 802.1X port security, you can configure an HP device

More information

Chapter 8 Configuring OSPF

Chapter 8 Configuring OSPF Chapter 8 Configuring OSPF This chapter describes how to configure OSPF on HP routing switches using the CLI and Web management interface. To display OSPF configuration information and statistics, see

More information

M2M CDMA Router. VRRP Configuration Guide

M2M CDMA Router. VRRP Configuration Guide M2M CDMA Router VRRP Configuration Guide Copyright Copyright 2013 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless. No part of this document

More information

First Hop Redundancy Protocols Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

First Hop Redundancy Protocols Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Hop Redundancy Protocols Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Chapter 5 Privileged EXEC Commands

Chapter 5 Privileged EXEC Commands Chapter 5 Privileged EXEC Commands 10gig copy Upgrades the Field-Programmable Gate Arrays (FPGAs) on a 10 Gigabit Ethernet module. Syntax: 10gig copy tftp [module ] tftp parameter

More information

Chapter 4 Software-Based IP Access Control Lists (ACLs)

Chapter 4 Software-Based IP Access Control Lists (ACLs) Chapter 4 Software-Based IP Access Control Lists (ACLs) This chapter describes software-based ACLs, which are ACLs that processed traffic in software or CPU. (This type of ACL was also referred to as flow-based

More information

Chapter 6 Configuring Basic Features

Chapter 6 Configuring Basic Features Chapter 6 Configuring Basic Features This chapter describes how to configure basic, non-protocol features on HP devices using the CLI and Web management interface. This chapter contains procedures for

More information

Chapter 9 Configuring Unicast RPF

Chapter 9 Configuring Unicast RPF Chapter 9 Configuring Unicast RPF Overview HP devices support unicast reverse path forwarding (unicast RPF). Unicast RPF can be used as a defense against Denial of Service (DoS) attacks in which an attacker

More information

Configuring VIP and Virtual Interface Redundancy

Configuring VIP and Virtual Interface Redundancy CHAPTER 6 Configuring VIP and Virtual Interface Redundancy This chapter describes how to plan for and configure virtual IP (VIP) redundancy and virtual interface redundancy on the CSS. Information in this

More information

Virtual Router Redundancy Protocol (VRRP) Technical Support Guide

Virtual Router Redundancy Protocol (VRRP) Technical Support Guide Virtual Router Redundancy Protocol (VRRP) Technical Support Guide Copyright Copyright 2015 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless.

More information

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION Topology Objectives Configure inter-vlan routing with HSRP and load balancing Configure HSRP authentication

More information

Corporate Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA

Corporate Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA Configuring VRRP First Published: May 2, 2005 Last Updated: May 8, 2006 The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual

More information

SecBlade Firewall Cards Stateful Failover Configuration Examples

SecBlade Firewall Cards Stateful Failover Configuration Examples SecBlade Firewall Cards Stateful Failover Configuration Examples Keywords: Stateful failover, active/standby mode, active/active mode, data synchronization, traffic switchover Abstract: A network that

More information

This module was first published on May 2, 2005, and last updated on May 2, 2005.

This module was first published on May 2, 2005, and last updated on May 2, 2005. Configuring VRRP The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several

More information

H3C SecPath Series Firewalls and UTM Devices

H3C SecPath Series Firewalls and UTM Devices H3C SecPath Series Firewalls and UTM Devices High Availability Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: F100 series: ESS 5132 F1000-A-EI: Feature 3722

More information

Configuring Spanning Tree Protocol

Configuring Spanning Tree Protocol CHAPTER 7 This chapter descibes how to configure Spanning Tree Protocol (STP) on the Cisco wireless mobile interface card (WMIC). Note For complete syntax and usage information for the commands used in

More information

Configuring InterVLAN Routing

Configuring InterVLAN Routing CHAPTER 2 Configuring InterVLAN Routing This chapter describes how to configure the Multilayer Switch Feature Card (MSFC) for intervlan routing on the Catalyst 6000 family switches and MSFC. Note For more

More information

Configuring MLD Snooping

Configuring MLD Snooping This module contains details of configuring MLD snooping Finding Feature Information, page 1 Information About Configuring IPv6 MLD Snooping, page 1 How to Configure IPv6 MLD Snooping, page 6 Displaying

More information

Configuring Voice VLAN

Configuring Voice VLAN CHAPTER 15 This chapter describes how to configure the voice VLAN feature on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a switch stack. Voice VLAN

More information

Cisco IOS First Hop Redundancy Protocols Command Reference

Cisco IOS First Hop Redundancy Protocols Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started Introduction This guide describes how to install, configure, and monit the following devices: HP ProCurve Routing Switch 9308M HP ProCurve Routing Switch 9304M HP ProCurve Routing

More information

VRRP (Virtual Router Redundancy Protocol) Function Added

VRRP (Virtual Router Redundancy Protocol) Function Added VRRP (Virtual Router Redundancy Protocol) Function Added Category S/W Release Version Date General 7.01 22 Dec. 2003 Function Description This protocol ties a number of routers as a group and assigns one

More information

Configuring STP. Understanding Spanning-Tree Features CHAPTER

Configuring STP. Understanding Spanning-Tree Features CHAPTER CHAPTER 11 This chapter describes how to configure the Spanning Tree Protocol (STP) on your switch. For information about the Rapid Spanning Tree Protocol (RSTP) and the Multiple Spanning Tree Protocol

More information

Network Design First Hop

Network Design First Hop Network Design First Hop First Hop Redundancy, Server Redundancy Agenda First Hop Redundancy Proxy ARP, IDRP, DHCP HSRP VRRP GLBP Design Access WAN Server Load Balancing SLB DNS First Hop Redundancy, v1.6

More information

Configuring VRRP with CLI

Configuring VRRP with CLI Configuring System Management with CLI Configuring VRRP with CLI This section provides information to configure VRRP using the command line interface. Topics in this section include: VRRP Configuration

More information

Lab Configuring HSRP and GLBP Topology

Lab Configuring HSRP and GLBP Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1

More information

ProCurve Routing Switches

ProCurve Routing Switches 9304m 9308m 9315m 9408sl Security Guide ProCurve Routing Switches Software versions 07.8.00a (9300 series) and 01.0.02 (9408sl) www.procurve.com Security Guide for ProCurve 9300/9400 Series Routing Switches

More information

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall Chapter 6 IP Routing and IPX Routing This chapter discusses IP routing, IP/VPN Policy, and related features in the BANDIT products. It also discusses IPX routing. See the following sections: Section 6.2,

More information

ROUTING CONSORTIUM. Virtual Router Redundancy Protocol Operations Test Suite. Technical Document. Revision 2.5

ROUTING CONSORTIUM. Virtual Router Redundancy Protocol Operations Test Suite. Technical Document. Revision 2.5 ROUTING CONSORTIUM Virtual Router Redundancy Protocol Operations Test Suite Technical Document Revision 2.5 University of New Hampshire 121 Technology Drive, Suite 2 Durham, NH 03824 Routing Consortium

More information

Configuring HSRP. Finding Feature Information. Restrictions for HSRP

Configuring HSRP. Finding Feature Information. Restrictions for HSRP The Hot Standby Router Protocol (HSRP) is a First Hop Redundancy Protocol (FHRP) designed to allow for transparent failover of the first-hop IP device. HSRP provides high network availability by providing

More information

Configuring Flex Links and the MAC Address-Table Move Update Feature

Configuring Flex Links and the MAC Address-Table Move Update Feature CHAPTER 20 Configuring Flex Links and the MAC Address-Table Move Update Feature This chapter describes how to configure Flex Links, a pair of interfaces on the switch that provide a mutual backup. It also

More information

Configuring Stateful Interchassis Redundancy

Configuring Stateful Interchassis Redundancy The Stateful Interchassis Redundancy feature enables you to configure pairs of devices to act as backups for each other. This module describes conceptual information about and tasks for configuring stateful

More information

Configuring Voice VLAN

Configuring Voice VLAN CHAPTER 16 This chapter describes how to configure the voice VLAN feature on your switch. Voice VLAN is referred to as an auxiliary VLAN in the Catalyst 6000 family switch documentation. Note For complete

More information

Configuring Web-Based Authentication

Configuring Web-Based Authentication This chapter describes how to configure web-based authentication on the switch. It contains these sections: Finding Feature Information, page 1 Web-Based Authentication Overview, page 1 How to Configure

More information

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP)

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) 13 802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) Contents Overview.................................................... 13-2 How Spanning Tree Operates.................................

More information

Configuring Spanning Tree Protocol

Configuring Spanning Tree Protocol Restrictions for STP Restrictions for STP, on page 1 Information About Spanning Tree Protocol, on page 1 How to Configure Spanning-Tree Features, on page 13 Monitoring Spanning-Tree Status, on page 25

More information

Spatially aware sublayer support of VRRP. Marc Holness, Nortel Networks IEEE WG b SG San Antonio, Texas November, 2004

Spatially aware sublayer support of VRRP. Marc Holness, Nortel Networks IEEE WG b SG San Antonio, Texas November, 2004 Spatially aware sublayer support of VRRP Marc Holness, Nortel Networks IEEE 802.17 WG 802.17b SG San Antonio, Texas November, 2004 Marc Holness - 1 Agenda Objectives Problem overview Solution overview

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

AppDirector Redundancy Mechanism

AppDirector Redundancy Mechanism AppDirector Redundancy Mechanism Technical Application Note North America Radware Inc. 575 Corporate Dr. Suite 205 Mahwah, NJ 07430 Tel 888 234 5763 International Radware Ltd. 22 Raoul Wallenberg St. Tel

More information

Resilient Ethernet Protocol (REP)

Resilient Ethernet Protocol (REP) The is a Cisco proprietary protocol that provides an alternative to the Spanning Tree Protocol (STP). REP provides a way to control network loops, handle link failures, and improve convergence time. It

More information

Configuring Resilient Ethernet Protocol

Configuring Resilient Ethernet Protocol CHAPTER 19 This chapter describes how to use Resilient Ethernet Protocol (REP) on the Catalyst 4500 series switch. REP is a Cisco proprietary protocol that provides an alternative to Spanning Tree Protocol

More information

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard.

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard. CHAPTER 18 This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the IE 3010 switch. Note The multiple spanning-tree (MST) implementation is based on

More information

REP Command Reference

REP Command Reference REP Reference This chapter describes commands to configure Resilient Ethernet Protocol (REP). rep admin vlan, page 2 rep block port, page 3 rep lsl-age-timer, page 5 rep lsl-retries, page 6 rep preempt

More information

Configuring Web-Based Authentication

Configuring Web-Based Authentication CHAPTER 61 This chapter describes how to configure web-based authentication. Cisco IOS Release 12.2(33)SXH and later releases support web-based authentication. Note For complete syntax and usage information

More information

Configuring VLAN Trunks

Configuring VLAN Trunks Finding Feature Information, page 1 Prerequisites for VLAN Trunks, page 1 Information About VLAN Trunks, page 2 How to Configure VLAN Trunks, page 5 Configuration Examples for VLAN Trunking, page 20 Where

More information

Configuring the MAC Address Table

Configuring the MAC Address Table CHAPTER 2 For information about creating interfaces, see the document, Cisco Nexus 1000V Interface Configuration Guide, Release 4.0(4)SV1(3). This chapter includes the following topics: Information About

More information

VRRP Aware PIM with PIM NonDR Join Feature Configuration Example

VRRP Aware PIM with PIM NonDR Join Feature Configuration Example VRRP Aware PIM with PIM NonDR Join Feature Configuration Example Document ID: 118859 Contributed by Mohammed Muddasir Khan, Cisco TAC Engineer. Mar 26, 2015 Contents Introduction Prerequisites Requirements

More information

NOTES: Software Update Notice: Mini-GBIC ports: Flash Images: SNMP: Devices Without Redundant Management:

NOTES: Software Update Notice: Mini-GBIC ports: Flash Images: SNMP: Devices Without Redundant Management: Release Notes Version 08.0.01c Operating System for the ProCurve 9304M, 9308M, and 9315M Routing Switches with Redundant Management (M2, M4, EP, and T-Flow), June 2006 Software release 08.0.01c is the

More information

Release Notes for Version of the HP ProCurve Routing Switch 9304M, 9308M,

Release Notes for Version of the HP ProCurve Routing Switch 9304M, 9308M, Release Notes for Version 05.2.16 of the HP ProCurve Routing Switch 9304M, 9308M, and 6308M-SX, and the HP ProCurve Switch 6208M-SX Operating System These release notes describe: New operating system enhancements

More information

Interface Configuration Mode Commands

Interface Configuration Mode Commands Interface Configuration Mode Commands Use the mode for setting, viewing, and testing the configuration of WAAS software features on a specific interface. To enter this mode, enter the interface command

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

More information

Chapter 12 Configuring IPX

Chapter 12 Configuring IPX Chapter 12 Configuring IPX This chapter covers how to configure the IPX protocol on the HP routing switches using the CLI and Web management interface. A summary of all CLI commands noting syntax along

More information

NAT Box-to-Box High-Availability Support

NAT Box-to-Box High-Availability Support The feature enables network-wide protection by making an IP network more resilient to potential link and router failures at the Network Address Translation (NAT) border. NAT box-to-box high-availability

More information

Multimedia Traffic Control with IP Multicast (IGMP)

Multimedia Traffic Control with IP Multicast (IGMP) 13 Multimedia Traffic Control with IP Multicast (IGMP) Contents Overview..................................................... 13-2 General Operation and Features................................. 13-3 IGMP

More information

Chapter 2 Using the Command Line Interface

Chapter 2 Using the Command Line Interface Chapter 2 Using the Command Line Interface The CLI is a text-based interface for configuring and monitoring HP Routing Switches. You can access the CLI can through either a direct serial connection to

More information

Configuring Web-Based Authentication

Configuring Web-Based Authentication This chapter describes how to configure web-based authentication on the switch. It contains these sections: Finding Feature Information, page 1 Web-Based Authentication Overview, page 1 How to Configure

More information

Configuring UDLD. Understanding UDLD CHAPTER

Configuring UDLD. Understanding UDLD CHAPTER 21 CHAPTER This chapter describes how to configure the UniDirectional Link Detection (UDLD) protocol on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and

More information

Zone-Based Policy Firewall High Availability

Zone-Based Policy Firewall High Availability The feature enables you to configure pairs of devices to act as backup for each other. High availability can be configured to determine the active device based on a number of failover conditions. When

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking CHAPTER 37 Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Configuring Resilient Ethernet Protocol

Configuring Resilient Ethernet Protocol This chapter describes Resilient Ethernet Protocol (REP), REP configuration guidelines, VLAN load balancing, REP timers, and REP over EVC. This chapter also describes procedures to configure REP. Understanding

More information

Implementing Multiple Spanning Tree Protocol

Implementing Multiple Spanning Tree Protocol Implementing Multiple Spanning Tree Protocol This module provides conceptual and configuration information for Multiple Spanning Tree Protocol on Cisco ASR 9000 Series Routers. Multiple Spanning Tree Protocol

More information

Brocade ServerIron ADX

Brocade ServerIron ADX 53-1001446-01 Brocade ServerIron ADX Switch and Router Guide Supporting ServerIon TrafficWorks version 12.0.00 Copyright 2006-2009 Brocade Communications Systems, Inc. All Rights Reserved. Brocade, Fabric

More information

Command Manual MAC Address Table Management H3C S5500-EI Series Ethernet Switches. Table of Contents

Command Manual MAC Address Table Management H3C S5500-EI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 MAC Address Table Management... 1-1 1.1.1 display mac-address... 1-1 1.1.2 display mac-address aging-time... 1-2 1.1.3 mac-address (Ethernet port view)...

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 28 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 ports on the switch. EtherChannel provides fault-tolerant high-speed links

More information

Configuring Port-Based and Client-Based Access Control (802.1X)

Configuring Port-Based and Client-Based Access Control (802.1X) 9 Configuring Port-Based and Client-Based Access Control (802.1X) Contents Overview..................................................... 9-3 Why Use Port-Based or Client-Based Access Control?............

More information

IPv6 Routing: OSPFv3

IPv6 Routing: OSPFv3 Open Shortest Path First version 3 (OSPFv3) is an IPv4 and IPv6 link-state routing protocol that supports IPv6 and IPv4 unicast address families (AFs). Finding Feature Information, page 1 Prerequisites

More information

Layer 3 Routing (UI 2.0) User s Manual

Layer 3 Routing (UI 2.0) User s Manual User s Manual Edition 3.3, November 2018 www.moxa.com/product Models covered by this manual: IKS-G6824A, ICS-G7826A, ICS-G7828A, ICS-G7848A, ICS-G7850A, ICS-G7852A, PT-G7828 Series 2018 Moxa Inc. All rights

More information