SecBlade Firewall Cards Stateful Failover Configuration Examples

Size: px
Start display at page:

Download "SecBlade Firewall Cards Stateful Failover Configuration Examples"

Transcription

1 SecBlade Firewall Cards Stateful Failover Configuration Examples Keywords: Stateful failover, active/standby mode, active/active mode, data synchronization, traffic switchover Abstract: A network that has only one firewall has a single point of failure. The stateful failover technology can solve this problem. It ensures continuous traffic forwarding upon the failure of a firewall. This document presents stateful failover configuration examples for the H3C SecBlade firewall cards. Acronyms: ACL Acronym Access control list Full spelling NAT VRRP HA Network Address Translator Virtual Router Redundancy Protocol High availability Hangzhou H3C Technologies Co., Ltd. 1/18

2 Table of Contents Feature Overview 3 Application Scenarios 5 Configuration Guidelines 5 Stateful Failover Configuration Examples 6 Network Requirements 6 Network Diagrams 7 Active/Standby Mode 7 Active/Active Mode 8 Asymmetric Path 9 Software Version Used 9 Configuration Procedure 9 Preconfiguration 9 Configuration Examples 10 Active/Standby Mode Configuration Example 10 Active/Active Mode Configuration Example 13 Asymmetric Path Configuration Example 15 References 18 Hangzhou H3C Technologies Co., Ltd. 2/18

3 Feature Overview 1) Data synchronization Firewalls work based on session information. To ensure that traffic can switch to the standby SecBlade firewall card when the active card fails, the session entries on the active and standby cards must be synchronized. 2) Working modes: active/standby and active/active In active/standby mode, the active SecBlade firewall card processes all services, while the standby card serves only as the backup. Figure 1 Active/Standby mode In active/active mode, both SecBlade firewall cards are active and serve as the backup for each other. Internal users can choose either card through routing or some other method. If one SecBlade firewall card fails, the other takes over all services. Hangzhou H3C Technologies Co., Ltd. 3/18

4 Figure 2 Active/Active mode 3) Symmetric/Asymmetric path Symmetric path: Sessions enter and leave the internal network through one SecBlade firewall card. Asymmetric path: Sessions enter and leave the internal network through different SecBlade firewall cards to achieve load sharing. Hangzhou H3C Technologies Co., Ltd. 4/18

5 Figure 3 Asymmetric path Application Scenarios Some customers require the key service points of their networks to be highly reliable to ensure continuous data transmission. Deploying only one device (even with high reliability) in such a network risks a single point of failure and therefore cannot meet the requirement. Stateful failover ensures continuous traffic forwarding upon the failure of a device. Configuration Guidelines Make sure that configuration and software version on the two SecBlade firewall cards are consistent. Save your configuration in time. Hangzhou H3C Technologies Co., Ltd. 5/18

6 Stateful Failover Configuration Examples Network Requirements Figure 4 Connect the H3C SecBlade firewall cards HA XGE0/0.230 Vlan230 Vlan230 XGE0/0.230 GE0/4 XGE0/0 trunk XGE2/0/1 trunk XGE7/0/1 XGE0/0 GE0/4 XGE0/0.240 Vlan240 Vlan240 XGE0/0.240 GE4/0/23 GE4/0/21 Host A Host B GE4/0/24 Host C Table 1 Software and hardware required Item Description Quantity H3C SecBlade firewall card 2 PC Serves as a client or sever 3 S7500E switch 1 Hangzhou H3C Technologies Co., Ltd. 6/18

7 Network Diagrams Active/Standby Mode Figure 5 Network diagram for active/standby mode Host C IP: /16 Gateway: Internet Master VRRP group 1 Virtual IP address /16 Backup Failover link Firewall 1 Firewall 2 Master VRRP group 1 Virtual IP address /16 Backup Private network Host A IP: /16 Gateway: Host B IP: /16 Gateway: Hangzhou H3C Technologies Co., Ltd. 7/18

8 Active/Active Mode Figure 6 Network diagram for active/active mode Host C IP: /16 Gateway: Internet Backup VRRP group 2 Virtual IP address /16 Master Master VRRP group 1 Virtual IP address /16 Backup Failover link Firewall 1 Firewall 2 Master VRRP group 1 Virtual IP address /16 Backup Backup VRRP group 2 Virtual IP address /16 Master Private network Host A IP: /16 Gateway: Host B IP: /16 Gateway: Hangzhou H3C Technologies Co., Ltd. 8/18

9 Asymmetric Path Figure 7 Network diagram for asymmetric path Host C IP: /16 Gateway: Internet Master VRRP group 1 Virtual IP address /16 Backup Failover link Firewall 1 Firewall 2 Master VRRP group 2 Virtual IP address /16 Backup Private network Host A IP: /16 Gateway: Host B IP: /16 Gateway: Software Version Used Any of the SecBlade R3166 and F3166 series versions Configuration Procedure Preconfiguration Configuration on the switch # Add GigabitEthernet 4/0/21 to VLAN 230. interface GigabitEthernet4/0/21 port access vlan 230 # Add GigabitEthernet 4/0/23 to VLAN 230. interface GigabitEthernet4/0/23 port access vlan 230 # Add GigabitEthernet 4/0/24 to VLAN 240. interface GigabitEthernet4/0/24 port access vlan 240 # Configure the 10-GE interface that connects to SecBlade firewall card 1 (FW1). Hangzhou H3C Technologies Co., Ltd. 9/18

10 interface Ten-GigabitEthernet2/0/1 port link-type trunk undo port trunk permit vlan 1 port trunk permit vlan # Configure the 10-GE interface that connects to SecBlade firewall card 2 (FW2). interface Ten-GigabitEthernet7/0/1 port link-type trunk undo port trunk permit vlan 1 port trunk permit vlan Add each firewall card s subinterface XGE0/0.230 connected to the internal network to the Trust zone and subinterface XGE0/0.240 connected to the external network to the Untrust zone, and configure an inter-zone policy to enable intercommunication between the Untrust and Trust zones. Configuration Examples Active/Standby Mode Configuration Example Configuration procedure Configure FW2 1) Configure NAT address pool 1, containing addresses to nat address-group ) Create advanced IPv4 ACL 3000 and enter its view. Configure rule 5 that permits traffic sourced from network /16 to pass. acl number 3000 rule 5 permit ip source ) Configure subinterface Ten-GigabitEthernet 0/ # Configure Ten-GigabitEthernet 0/0.230 to terminate Dot1q packets with VLAN ID 230. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 # Configure the IP address of Ten-GigabitEthernet 0/ ip address # Create VRRP group 1 and configure its virtual IP address as vrrp vrid 1 virtual-ip # Set the priority of FW2 in VRRP group 1 to 105. vrrp vrid 1 priority 105 # Monitor Ten-GigabitEthernet 0/0.240 through track, and decrease the priority of VRRP group 1 where FW2 is located by 10 when Ten-GigabitEthernet 0/0.240 is down. vrrp vrid 1 track interface Ten-GigabitEthernet0/ ) Configure subinterface Ten-GigabitEthernet 0/ # Configure Ten-GigabitEthernet 0/0.240 to terminate Dot1q packets with VLAN ID 240. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 Hangzhou H3C Technologies Co., Ltd. 10/18

11 # Configure IP addresses matching ACL 3000 to be translated to addresses in address pool 1, and associate ACL 3000 with VRRP group 2. nat outbound 3000 address-group 1 track vrrp 2 # Configure the IP address of Ten-GigabitEthernet 0/ ip address # Create VRRP group 2 and configure its virtual IP address as vrrp vrid 2 virtual-ip # Set the priority of FW2 in VRRP group 2 to 105. vrrp vrid 2 priority 105 # Monitor Ten-GigabitEthernet 0/0.230 through track, and decrease the priority of VRRP group 2 where FW2 is located by 10 when Ten-GigabitEthernet 0/0.230 is down. vrrp vrid 2 track interface Ten-GigabitEthernet0/ ) Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Configure FW1 1) Configure NAT address pool 1, containing addresses to nat address-group ) Create an advanced IPv4 ACL 3001 and enter its view. Configure rule 0 that permits traffic sourced from network /16 to pass. acl number 3001 rule 0 permit ip source ) Configure subinterface Ten-GigabitEthernet 0/ # Configure Ten-GigabitEthernet 0/0.230 to terminate Dot1q packets with VLAN ID 230. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 # Configure the IP address of Ten-GigabitEthernet 0/ ip address # Create VRRP group 1 and configure its virtual IP address as vrrp vrid 1 virtual-ip Hangzhou H3C Technologies Co., Ltd. 11/18

12 4) Configure subinterface Ten-GigabitEthernet 0/ # Configure Ten-GigabitEthernet 0/0.240 to terminate Dot1q packets with VLAN ID 240. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 # Configure IP addresses matching ACL 3000 to be translated to addresses in address pool 1, and associate ACL 3000 with VRRP group 2. nat outbound 3000 address-group 1 track vrrp 2 # Configure the IP address of Ten-GigabitEthernet 0/ ip address # Create VRRP group 2 and configure its virtual IP address as vrrp vrid 2 virtual-ip ) # Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Tests Display the VRRP group state on FW2 by using the display vrrp command. Result 1 is expected. Ping Host C on Host A. If FW1 changes from active to standby, result 2 is expected. Ping Host C on Host A. If FW1 changes from standby to active, result 2 is expected. When the traffic volume is small, telnet to Host C from Host A. When stateful failover occurs, result 3 is expected. Results Result 1 [FW-2]display vrrp IPv4 Standby Information: Run Mode : Standard Run Method : Virtual MAC Total number of virtual routers : 2 Interface VRID State Run Adver Auth Virtual Pri Timer Type IP XGE0/ Master None Hangzhou H3C Technologies Co., Ltd. 12/18

13 XGE0/ Master None SecBlade Firewall Cards Stateful Failover Configuration Examples [FW-1]display vrrp IPv4 Standby Information: Run Mode : Standard Run Method : Virtual MAC Total number of virtual routers : 2 Interface VRID State Run Adver Auth Virtual Pri Timer Type IP XGE0/ Backup None XGE0/ Backup None Result 2: No packet loss, or packet loss seldom occurs. Result 3: Communication is not interrupted. Active/Active Mode Configuration Example Configuration procedure Configure FW1 1) Configure NAT address pools 1 and 2. nat address-group nat address-group ) Create an advanced IPv4 ACL 3000 and enter its view. Configure rule 5 that permits traffic sourced from to pass. acl number 3000 rule 5 permit ip source ) Create an advanced IPv4 ACL 3001 and enter its view. Configure rule 1 that permits traffic sourced from to pass. acl number 3001 rule 1 permit ip source ) Configure XGE0/0.230 to terminate Dot1q packets with VLAN ID 230, and configure VRRP groups 1 and 3. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 ip address vrrp vrid 1 virtual-ip vrrp vrid 3 virtual-ip vrrp vrid 3 priority 105 vrrp vrid 3 track interface Ten-GigabitEthernet0/ ) Configure XGE0/0.240 to terminate Dot1q packets with VLAN ID 240, and configure VRRP groups 2 and 4. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 nat outbound 3001 address-group 2 track vrrp 4 nat outbound 3000 address-group 1 track vrrp 2 ip address vrrp vrid 2 virtual-ip Hangzhou H3C Technologies Co., Ltd. 13/18

14 vrrp vrid 4 virtual-ip vrrp vrid 4 priority 105 vrrp vrid 4 track interface Ten-GigabitEthernet0/ ) Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Configure FW2 1) Configure NAT address pools 1 and 2. nat address-group nat address-group ) Create an advanced IPv4 ACL 3000 and enter its view. Configure rule 5 that permits traffic sourced from to pass. acl number 3000 rule 5 permit ip source ) Create an advanced IPv4 ACL 3001 and enter its view. Configure rule 1 that permits traffic sourced from to pass. acl number 3001 rule 1 permit ip source ) Configure XGE0/0.230 to terminate Dot1q packets with VLAN ID 240, and configure VRRP groups 1 and 3. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 ip address vrrp vrid 1 virtual-ip vrrp vrid 1 priority 105 vrrp vrid 1 track interface Ten-GigabitEthernet0/0.240 vrrp vrid 3 virtual-ip ) Configure XGE0/0.240 to terminate Dot1q packets with VLAN ID 240, and configure VRRP groups 2 and 4. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 nat outbound 3001 address-group 2 track vrrp 4 nat outbound 3000 address-group 1 track vrrp 2 ip address vrrp vrid 2 virtual-ip vrrp vrid 2 priority 105 Hangzhou H3C Technologies Co., Ltd. 14/18

15 vrrp vrid 2 track interface Ten-GigabitEthernet0/0.230 vrrp vrid 4 virtual-ip ) Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Tests Display the VRRP group state on FW2 by using the display vrrp command. Result 1 is expected. Ping Host C on Host A. If FW1 is experiencing an active/standby failover, result 2 is expected. Ping Host C on Host B through FW2. If FW2 is experiencing an active/standby failover, result 2 is expected. Ping Host C on Host A. If FW1 changes from standby to active, result 2 is expected. When the traffic volume is small, telnet to Host C from Host A. When stateful failover occurs, result 3 is expected. Results Result 1 [FW-2]dis vrrp IPv4 Standby Information: Run Mode : Standard Run Method : Virtual MAC Total number of virtual routers : 4 Interface VRID State Run Adver Auth Virtual Pri Timer Type IP XGE0/ Master None XGE0/ Backup None XGE0/ Master None XGE0/ Backup None Result 2: No packet loss, or packet loss seldom occurs. Result 3: Traffic processing is not interrupted. Asymmetric Path Configuration Example Configuration procedure Configure FW2 Hangzhou H3C Technologies Co., Ltd. 15/18

16 1) Configure NAT address pool 1. nat address-group ) Create an advanced IPv4 ACL 3000 and enter its view. Configure rule 5 that permits traffic sourced from network /16 to pass. acl number 3000 rule 5 permit ip source ) Configure subinterface XGE0/0.230, and configure VRRP group 1. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 ip address vrrp vrid 1 virtual-ip vrrp vrid 1 track interface Ten-GigabitEthernet0/ ) Configure subinterface XGE0/0.240, and configure VRRP group 2. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 nat outbound 3000 address-group 1 track vrrp 2 ip address vrrp vrid 2 virtual-ip vrrp vrid 2 priority 105 vrrp vrid 2 track interface Ten-GigabitEthernet0/ ) Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Configure FW1 1) Configure NAT address pool 1. nat address-group ) Create an advanced IPv4 ACL 3001 and enter its view. Configure rule 0 that permits traffic sourced from network /16 to pass. acl number 3001 rule 0 permit ip source ) Configure subinterface Ten-GigabitEthernet 0/0.230, and configure VRRP group 1. interface Ten-GigabitEthernet0/0.230 vlan-type dot1q vid 230 ip address vrrp vrid 1 virtual-ip vrrp vrid 1 priority 105 Hangzhou H3C Technologies Co., Ltd. 16/18

17 4) Configure subinterface Ten-GigabitEthernet 0/0.240, and configure VRRP group 2. interface Ten-GigabitEthernet0/0.240 vlan-type dot1q vid 240 nat outbound 3000 address-group 1 track vrrp 2 ip address vrrp vrid 2 virtual-ip ) Enable stateful failover. # Log in to the Web interface, select High Reliability > Stateful Failover from the navigation tree, and perform the following settings on the page. Tests Display the VRRP group state on FW2 by using the display vrrp command. Result 1 is expected. Ping Host C on Host A. If FW1 is experiencing an active/standby failover, result 2 is expected. Ping Host C on Host B through FW2. If FW2 is experiencing an active/standby failover, result 2 is expected. Ping Host C on Host A. If FW1 changes from standby to active, result 2 is expected. When the traffic volume is small, telnet to Host C from Host A. When stateful failover occurs, result 3 is expected. Results Result 1 [FW-2]dis vrrp IPv4 Standby Information: Run Mode : Standard Run Method : Virtual MAC Total number of virtual routers : 2 Interface VRID State Run Adver Auth Virtual Pri Timer Type IP XGE0/ Backup None XGE0/ Master None [FW-1]dis vrrp IPv4 Standby Information: Run Mode : Standard Run Method : Virtual MAC Hangzhou H3C Technologies Co., Ltd. 17/18

18 Total number of virtual routers : 2 Interface VRID State Run Adver Auth Virtual Pri Timer Type IP XGE0/ Master None XGE0/ Backup None Result 2: No packet loss, or packet loss seldom occurs. Result 3: Traffic processing is not interrupted. References Stateful Failover Configuration in the Web configuration documentation set Copyright 2010 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 prior written consent of Hangzhou H3C Technologies Co., Ltd. The information in this document is subject to change without notice. Hangzhou H3C Technologies Co., Ltd. 18/18

Stateful Failover Technology White Paper

Stateful Failover Technology White Paper Stateful Failover Technology White Paper Keywords: Stateful failover, master/backup mode, load balancing mode, data synchronization, link switching Abstract: A firewall device is usually the access point

More information

SecBlade Firewall Cards NAT Configuration Examples

SecBlade Firewall Cards NAT Configuration Examples SecBlade Firewall Cards NAT Configuration Examples Keywords: NAT, PAT, private IP address, public IP address, IP address pool Abstract: This document describes the characteristics, applications scenarios,

More information

SecBlade Firewall Cards ARP Attack Protection Configuration Examples

SecBlade Firewall Cards ARP Attack Protection Configuration Examples SecBlade Firewall Cards ARP Attack Protection Configuration Examples Keywords: ARP Abstract: ARP provides no security mechanism and can be easily utilized by attackers to launch attacks. The device provides

More information

SecBlade Firewall Cards Attack Protection Configuration Example

SecBlade Firewall Cards Attack Protection Configuration Example SecBlade Firewall Cards Attack Protection Configuration Example Keywords: Attack protection, scanning, blacklist Abstract: This document describes the attack protection functions of the SecBlade firewall

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

H3C Firewall and UTM Devices Log Management with IMC Firewall Manager Configuration Examples (Comware V5)

H3C Firewall and UTM Devices Log Management with IMC Firewall Manager Configuration Examples (Comware V5) H3C Firewall and UTM Devices Log Management with IMC Firewall Manager Configuration Examples (Comware V5) Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual

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

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

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd. Manual Version: 5W

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd.  Manual Version: 5W H3C SecPath UTM Series Configuration Examples Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: 5W101-20100520 Copyright 2009-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors

More information

H3C SecBlade NetStream Card Configuration Examples

H3C SecBlade NetStream Card Configuration Examples H3C SecBlade NetStream Card Configuration Examples Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any

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

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

SecBlade Firewall Cards Log Management and SecCenter Configuration Example

SecBlade Firewall Cards Log Management and SecCenter Configuration Example SecBlade Firewall Cards Log Management and SecCenter Configuration Example Keywords: Syslog Abstract: This document describes the log management function of SecBlade firewall cards, and presents configuration

More information

SecPath Series Firewalls Virtual Firewall Configuration Examples

SecPath Series Firewalls Virtual Firewall Configuration Examples SecPath Series Firewalls Virtual Firewall Configuration Examples Keywords: VPN instance, VRF, private address, public address, address pool Abstract: This document describes the virtual firewall implementation

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

H3C S12500 VLAN Configuration examples

H3C S12500 VLAN Configuration examples H3C S12500 VLAN Configuration examples Copyright 2014 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

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN Issue 1.1 Date 2014-03-14 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or

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

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

H3C SecPath Series High-End Firewalls

H3C SecPath Series High-End Firewalls H3C SecPath Series High-End Firewalls NAT and ALG Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SECPATHF1000SAI&F1000AEI&F1000ESI-CMW520-R3721 SECPATH5000FA-CMW520-F3210

More information

H3C SecPath Series High-End Firewalls

H3C SecPath Series High-End Firewalls H3C SecPath Series High-End Firewalls NAT and ALG Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SECPATH1000FE&SECBLADEII-CMW520-R3166 SECPATH5000FA-CMW520-R3206

More information

User FAQ for H3C Security Products

User FAQ for H3C Security Products User FAQ for H3C Security Products Copyright 2012 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 prior

More information

H3C SecPath Series High-End Firewalls

H3C SecPath Series High-End Firewalls H3C SecPath Series High-End Firewalls NAT and ALG Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SECPATH1000FE&SECBLADEII-CMW520-R3166 SECPATH5000FA-CMW520-R3206

More information

Completing Interface Configuration (Transparent Mode)

Completing Interface Configuration (Transparent Mode) CHAPTER 9 Completing Interface Configuration (Transparent Mode) This chapter includes tasks to complete the interface configuration for all models in transparent firewall mode. This chapter includes the

More information

H3C S12500 sflow Configuration Examples

H3C S12500 sflow Configuration Examples H3C S12500 sflow Configuration Examples Copyright 2013 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

Isolate-User-VLAN Technology White Paper

Isolate-User-VLAN Technology White Paper Isolate-User-VLAN Technology White Paper Keywords: Isolate-user-VLANs, secondary VLANs Abstract: Isolate-user-VLAN adopts a two-tier VLAN structure: an upper level isolate-user-vlan and multiple lower-level

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

Match-in-VRF Support for NAT

Match-in-VRF Support for NAT The feature supports Network Address Translation (NAT) of packets that communicate between two hosts within the same VPN routing and forwarding (VRF) instance. In intra-vpn NAT, both the local and global

More information

Chapter 32 VSRP Commands

Chapter 32 VSRP Commands 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)#

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 NAT Configuration Guide Part number:5998-2649 Document version: 6PW100-20110909 Legal and notice information Copyright 2011 Hewlett-Packard Development Company,

More information

HP High-End Firewalls

HP High-End Firewalls HP High-End Firewalls NAT and ALG Command Reference Part number: 5998-2639 Software version: F1000-E/Firewall module: R3166 F5000-A5: R3206 Document version: 6PW101-20120706 Legal and notice information

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

HPE VSR1000 Virtual Services Router

HPE VSR1000 Virtual Services Router HPE VSR1000 Virtual Services Router High Availability Command Reference Part number: 5200-3170 Software version: VSR1000_HPE-CMW710-E0518-X64 Document version: 5W100-20170314 Copyright 2017 Hewlett Packard

More information

Configuring Interfaces (Transparent Mode)

Configuring Interfaces (Transparent Mode) 8 CHAPTER This chapter includes tasks to complete the interface configuration in transparent firewall mode. This chapter includes the following sections: Information About Completing Interface Configuration

More information

Configuring a Cluster in IPSO 5 with Both Members in Active Mode

Configuring a Cluster in IPSO 5 with Both Members in Active Mode Configuring a Cluster in IPSO 5 with Both Members in Active Mode In This Document Configuring a VSX Cluster Member page 1 Configuring the Link Aggregation Group (LAG) page 5 Active Active Mode VRRP Configuration

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

Configuring OpenFlow 1

Configuring OpenFlow 1 Contents Configuring OpenFlow 1 Overview 1 OpenFlow switch 1 OpenFlow port 1 OpenFlow instance 2 OpenFlow flow table 3 Group table 5 Meter table 5 OpenFlow channel 6 Protocols and standards 7 Configuration

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

H3C SecPath Series High-End Firewalls

H3C SecPath Series High-End Firewalls H3C SecPath Series High-End Firewalls Attack Protection Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SECPATHF1000SAI&F1000AEI&F1000ESI-CMW520-R3721 SECPATH5000FA-CMW520-F3210

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

H3C MSR Router Series

H3C MSR Router Series H3C MSR Router Series Comware 7 OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: MSR-CMW710-R0615P08 Document version: 6W201-20180803 Copyright 2017-2018,

More information

IPv6 ND Configuration Example

IPv6 ND Configuration Example IPv6 ND Configuration Example Keywords: IPv6 ND Abstract: This document describes the application environment and typical configuration of IPv6 ND. Acronyms: Acronym Full spelling ARP FIB Address Resolution

More information

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples H3C S12500 Unauthorized DHCP Server Detection Configuration Examples Copyright 2013 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any

More information

Table of Contents 1 ARP Configuration Guide 1-1

Table of Contents 1 ARP Configuration Guide 1-1 Table of Contents 1 ARP Configuration Guide 1-1 Configuring ARP Basics 1-1 Network Diagram 1-1 Networking and Configuration Requirements 1-1 Applicable Product Matrix 1-1 Configuration Procedure 1-1 Complete

More information

H3C S7500E-XS Switch Series

H3C S7500E-XS Switch Series H3C S7500E-XS Switch Series Layer 3 - IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S7500EXS-CMW710-R7523P01 Document version: 6W100-20160830

More information

H3C S7500E Switch Series

H3C S7500E Switch Series H3C S7500E Switch Series Comware 7 EVB Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com.hk Software version: Release 7557 and later versions Document version: 6W100-20170831 Copyright

More information

Cradlepoint VRRP configuration

Cradlepoint VRRP configuration Cradlepoint VRRP configuration Products Supported: AER2100. IBR11x0, IBR6x0 and MBR1400v2. Click here to identify your router. Firmware Version: 5.0.0 or newer. This article was written utilizing version

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

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

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance Objective The objective of this document to explain how to configure IPv4 firewall rules on Cisco SA540 Security Appliance. Firewall provide

More information

MAC-Based VLAN Technology White Paper

MAC-Based VLAN Technology White Paper MAC-Based VLAN Technology White Paper Keywords: MAC-based VLAN, 802.1X, MAC address authentication Abstract: As a way of grouping VLAN members, MAC address-based VLAN (MAC-based VLAN) decides the VLAN

More information

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling CHAPTER 8 Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the same security,

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling 9 CHAPTER Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the

More information

CCNA Discovery 3 Chapter 8 Reading Organizer

CCNA Discovery 3 Chapter 8 Reading Organizer Name Date Chapter 8 Reading Organizer After completion of this chapter, you should be able to: Describe traffic filtering and explain how Access Control Lists (ACLs) can filter traffic at router interfaces.

More information

HP Firewalls and UTM Devices

HP Firewalls and UTM Devices HP Firewalls and UTM Devices NAT and ALG Configuration Guide Part number: 5998-4166 Software version: F1000-A-EI: Feature 3722 F1000-S-EI: Feature 3722 F5000: Feature 3211 F1000-E: Feature 3174 Firewall

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019, New H3C Technologies

More information

SYN Flood Attack Protection Technology White Paper

SYN Flood Attack Protection Technology White Paper Flood Attack Protection Technology White Paper Flood Attack Protection Technology White Paper Keywords: flood, Cookie, Safe Reset Abstract: This document describes the technologies and measures provided

More information

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT The Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT feature supports the forwarding of packets from a standby

More information

HP 5920 & 5900 Switch Series

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

More information

Replacing Firewall (Brocade 5600 vrouter) with Firewall (vsrx)

Replacing Firewall (Brocade 5600 vrouter) with Firewall (vsrx) Replacing Firewall (Brocade 5600 vrouter) with Firewall (vsrx) First Edition Copyright NTT Communications Corporation. All right reserved. Copyright NTT Communications Corporation. All right reserved.

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

Configuring Box-to-Box Redundancy

Configuring Box-to-Box Redundancy CHAPTER 3 This chapter describes how to configure redundancy between two identically configured Cisco Content Services Switches (CSSs). Information in this chapter applies to all CSS models, except where

More information

Enabling ALGs and AICs in Zone-Based Policy Firewalls

Enabling ALGs and AICs in Zone-Based Policy Firewalls Enabling ALGs and AICs in Zone-Based Policy Firewalls Zone-based policy firewalls support Layer 7 application protocol inspection along with application-level gateways (ALGs) and application inspection

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 311x Document version: 6W102-20180323 Copyright 2016-2018, New H3C Technologies

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 3 - IP Services 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

Enabling ALGs and AICs in Zone-Based Policy Firewalls

Enabling ALGs and AICs in Zone-Based Policy Firewalls Enabling ALGs and AICs in Zone-Based Policy Firewalls Zone-based policy firewalls support Layer 7 application protocol inspection along with application-level gateways (ALGs) and application inspection

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

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

H3C S9800 Switch Series

H3C S9800 Switch Series H3C S9800 Switch Series OpenFlow Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 213x Document version: 6W101-20151130 Copyright 2015, Hangzhou H3C

More information

Setting General VPN Parameters

Setting General VPN Parameters CHAPTER 62 The adaptive security appliance implementation of virtual private networking includes useful features that do not fit neatly into categories. This chapter describes some of these features. It

More information

Failover for High Availability

Failover for High Availability This chapter describes how to configure Active/Standby or Active/Active failover to accomplish high availability of the Cisco ASA. About Failover, page 1 Licensing for Failover, page 25 Guidelines for

More information

CCNA Course Access Control Lists

CCNA Course Access Control Lists CCNA Course Access Control Lists Access Control Lists (ACL) Traffic Filtering Permit or deny packets moving through router Permit or deny (VTY) access to or from a router Traffic Identifying for special

More information

H3C SecBlade IPS Cards

H3C SecBlade IPS Cards H3C SecBlade IPS Cards User Manual Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5PW104-20101210 Copyright 2008-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors All

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module Security Configuration Guide Part number: 5998-2686 Document version: 6PW101-20120217 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part

More information

H3C S12500-X & S12500X-AF Switch Series

H3C S12500-X & S12500X-AF Switch Series H3C S12500-X & S12500X-AF Switch Series Layer 3 IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1135 and later Document version: 6W101-20151130

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

Finding Feature Information, page 2 Information About DHCP Snooping, page 2 Information About the DHCPv6 Relay Agent, page 8

Finding Feature Information, page 2 Information About DHCP Snooping, page 2 Information About the DHCPv6 Relay Agent, page 8 This chapter describes how to configure the Dynamic Host Configuration Protocol (DHCP) on a Cisco NX-OS device. This chapter includes the following sections: Finding Feature Information, page 2 Information

More information

PIX/ASA/FWSM Platform User Interface Reference

PIX/ASA/FWSM Platform User Interface Reference CHAPTER 50 PIX/ASA/FWSM Platform User Interface Reference The following topics describe the options available for configuring and managing security services and policies for PIX firewalls, Firewall Services

More information

HP 5130 EI Switch Series

HP 5130 EI Switch Series HP 5130 EI Switch Series IRF Command Reference Part number: 5998-5478a Software version: Release 31xx Document version: 6W100-20150731 Legal and notice information Copyright 2015 Hewlett-Packard Development

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

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

Failover for High Availability

Failover for High Availability This chapter describes how to configure Active/Standby or Active/Active failover to accomplish high availability of the Cisco ASA. About Failover, on page 1 Licensing for Failover, on page 25 Guidelines

More information

H3C SSL VPN Configuration Examples

H3C SSL VPN Configuration Examples H3C SSL VPN Configuration Examples Keywords: SSL, VPN, HTTPS, Web, TCP, IP Abstract: This document describes characteristics of H3C SSL VPN, details the basic configuration and configuration procedure

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

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

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

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

VLAN Subinterface Commandsonthe Cisco IOS XR Software

VLAN Subinterface Commandsonthe Cisco IOS XR Software VLAN Subinterface Commandsonthe Cisco IOS XR Software This module provides command line interface (CLI) commands for configuring 802.1Q VLANs on the Cisco CRS Router. The maximum VLAN limit that can be

More information

H3C S6520XE-HI Switch Series

H3C S6520XE-HI Switch Series H3C S6520XE-HI Switch Series Layer 3 IP Services Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com.hk Software version: Release 1108 Document version: 6W100-20171228 Copyright 2017,

More information

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents DHCP Table of Contents Table of Contents Chapter 1 DHCP Functions Overview... 1-1 1.1 Supported DHCP Functions... 1-1 1.1.1 DHCP Functions Supported by the H3C Low-End Ethernet Switches... 1-1 1.2 Configuration

More information

H3C S5120-EI Switch Series

H3C S5120-EI Switch Series H3C S5120-EI Switch Series IP Multicast Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2210 Document version: 6W100-20110915 Copyright 2011, Hangzhou

More information

Failover for High Availability

Failover for High Availability This chapter describes how to configure Active/Standby or Active/Active failover to accomplish high availability of the Cisco ASA. About Failover, page 1 Licensing for Failover, page 25 Guidelines for

More information

PIX Security Appliance Contexts, Failover, and Management

PIX Security Appliance Contexts, Failover, and Management CHAPTER 8 PIX Security Appliance Contexts, Failover, and Management Upon completion of this chapter, you should be able to answer the following questions: How do I configure a Pix Security Appliance to

More information

Table of Contents 1 QinQ Configuration 1-1

Table of Contents 1 QinQ Configuration 1-1 Table of Contents 1 QinQ Configuration 1-1 Introduction to QinQ 1-1 Background 1-1 QinQ Mechanism and Benefits 1-1 QinQ Frame Structure 1-2 Implementations of QinQ 1-3 Modification of the TPID Value in

More information

Transparent or Routed Firewall Mode

Transparent or Routed Firewall Mode This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. You can set the firewall mode independently for each context in multiple

More information

PKI Configuration Examples

PKI Configuration Examples PKI Configuration Examples Keywords: PKI, CA, RA, IKE, IPsec, SSL Abstract: The Public Key Infrastructure (PKI) is a general security infrastructure for providing information security through public key

More information

H3C S5120-EI Switch Series

H3C S5120-EI Switch Series H3C S5120-EI Switch Series Layer 3 - IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2220 Document version: 6W100-20130810 Copyright 2013,

More information

Case Study. Routing & Switching. Cisco Networking Academy Routing and Switching: Scaling Network Case Study

Case Study. Routing & Switching. Cisco Networking Academy Routing and Switching: Scaling Network Case Study Case Study Routing & Switching Cisco Networking Academy Routing and Switching: Scaling Network Case Study Overview and Objectives This case study allows students to build and configure a complex network

More information

Configuring Private Hosts

Configuring Private Hosts CHAPTER 25 This chapter describes how to configure the private hosts feature in Cisco IOS Release 12.2SX. Note For complete syntax and usage information for the commands used in this chapter, see the Cisco

More information