A10 Thunder Vlan Bridging + VRRP
A10 Thunder Vlan Bridging + VRRP
A10 Thunder Vlan Bridging + VRRP
2016 A10 Networks, Inc. Confidential and Proprietary - All Rights Reserved
Information in this document is subject to change without notice.
Patent Protection
A10 Networks products are protected by patents in the U.S. and elsewhere. The following website is provided to satisfy the virtual patent marking provisions of various jurisdictions including the virtual patent marking provisions of the America Invents Act. A10 Networks' products, including all Thunder Series products, are protected by one or more of U.S. patents and patents pending listed at:
https://www.a10networks.com/company/legal-notices/a10-virtual-patent-marking.
Trademarks
The A10 logo, A10 Harmony, A10 Lightning, A10 Networks, A10 Thunder, aCloud, ACOS, Affinity, aFleX, aFlow, aGalaxy, aGAPI, aVCS, AX,
aXAPI, IDsentrie, IP-to-ID, SSL Insight, SSLi, Thunder, Thunder TPS, UASG, and vThunder are trademarks or registered trademarks of A10
Networks, Inc. in the United States and other countries. All other trademarks are property of their respective owners.
Confidentiality
This document contains confidential materials proprietary to A10 Networks, Inc. This document and information and ideas herein may
not be disclosed, copied, reproduced or distributed to anyone outside A10 Networks, Inc. without prior written consent of
A10 Networks, Inc.
Disclaimer
This document does not create any express or implied warranty about A10 Networks or about its products or services, including but not
limited to fitness for a particular use and non-infringement. A10 Networks has made reasonable efforts to verify that the information
contained herein is accurate, but A10 Networks assumes no responsibility for its use. All information is provided "as-is." The product
specifications and features described in this publication are based on the latest information available; however, specifications are subject to change without notice, and certain features may not be available upon initial product release. Contact A10 Networks for current
information regarding its products or services. A10 Networks products and services are subject to A10 Networks standard terms and
conditions.
Environmental Considerations
Some electronic components may possibly contain dangerous substances. For information on specific component types, please contact the manufacturer of that component. Always consult local authorities for regulations regarding proper disposal of electronic components in your area.
Further Information
For additional information about A10 products, terms and conditions of delivery, and pricing, contact your nearest A10 Networks location, which can be found by visiting www.a10networks.com.
Table of Contents
Configuring IS-IS...............................................................................................................................................14
Verifying Your IS-IS Configuration ..............................................................................................................14
Part I
Layer 2 Networking
Link Trunking
This chapter describes how to configure trunk links on the ACOS device.
The following topics are covered:
Overview
Trunk Parameters
Static Trunk Configuration
Dynamic Trunk Configuration
LACP Passthrough
Overview
The ACOS device supports aggregation of multiple Ethernet data ports into logical links, called trunks. Trunks can enhance
performance by providing higher throughput and greater link reliability.
Higher throughput is provided by the aggregate throughput of the individual links in the trunk. Greater link reliability is provided by the multiple links in the trunk. If an individual port in the trunk goes down, the trunk link continues to operate using
the remaining up ports in the trunk.
You can configure the following types of trunks:
Static trunks You can configure up to 16 static trunks. Each trunk can contain 2-8 Ethernet data ports. On the A10
Thunder Series 6430(S) device, up to 16 port members can be configured per static or dynamic trunk.
Dynamic trunks You can enable Link Aggregation Control Protocol (LACP) on Ethernet data interfaces, to make
those interfaces candidate members of dynamically configured trunks. You can configure up to 16 dynamic trunks
with a maximum of 8 Ethernet data member ports per trunk.
Link Aggregation Control Protocol (LACP) dynamically creates trunk links. The ACOS implementation of LACP is based
on the 802.3ad IEEE specification. You can configure a maximum of 16 LACP trunks on an ACOS device. An interface can
belong to a single LACP trunk.
Interface parameters for a trunk apply collectively to the entire trunk, as a single interface. For example, IP addresses and
other IP parameters apply to the entire trunk as a single interface.
Trunk Parameters
This section describes the parameter that can be configured for a trunk:
Interface-Level Parameters for Trunks
Port-Threshold Parameters
LACP Parameters
Unidirectional Link Detection
The disable and enable commands at the interface configuration level for the trunk
control Layer 3 forwarding on the trunk but do not completely disable the trunk. To control all forwarding on the trunk, use the disable or enable command at the trunk
configuration level instead.
For more information about these commands, see the Config Commands: Interface chapter of the Command Line Interface
Reference.
Port-Threshold Parameters
By default, a trunks status remains UP so long as at least one of its member ports is up. You can change the ports threshold
of a trunk to 2-8 ports.
If the number of up ports falls below the configured threshold, the ACOS device automatically disables the trunks member
ports. The ports are disabled in the running-config. The ACOS device also generates a log message and an SNMP trap, if
these services are enabled.
NOTE:
After the feature has disabled the members of the trunk group, the ports are not automatically re-enabled. The ports must be re-enabled manually after the issue that caused
the ports to go down has been resolved.
In some situations, a timer is used to delay the ports-threshold action. The configured port threshold is not enforced until the
timer expires. The ports-threshold timer for a trunk is used in the following situations:
When a member of the trunk links up.
A port is added to or removed from the trunk.
The port threshold for the trunk is configured during runtime. (If the threshold is set in the startup-config, the timer is
not used.)
LACP Parameters
By default, a trunks status remains Up so long as at least one of its member ports is up. You can change the ports threshold
of a trunk to 2-8 ports.
Since a trunk comprises of several member links, if the number of operational members of a trunk goes below the configured threshold value, the remaining member links are automatically marked as blocked and the trunk is considered non-operational. When the down link is functional again, the remaining links that were marked blocked are also operational
again, making the trunk available for use.
NOTE:
If you administratively disable the LACP feature from members of the trunk group, the
links are not automatically re-enabled. The links must be re-enabled manually after the
issue that caused the links to go down has been resolved.
Heartbeat Timeout
The local port waits for a configurable timeout to receive an LACP protocol packet from the remote port. If an LACP protocol
packet does not arrive before the timeout expires, LACP disables the local port. You can set the timeout to 1-60 seconds
(slow timeout) or 100-1000 milliseconds (fast timeout). The default is 1 second.
If the remote port begins sending LACP protocol packets again, LACP on the local port re-enables the port.
Requirements
To operate properly, UDLD must be supported and enabled on both devices that are using LACP trunk links.
It is recommended to use auto-negotiation on each end of the link to establish the mode (half duplex or full duplex). Autonegotiation helps ensure link bidirectionality at Layer 1, while UDLD helps at Layer 2.
You must repeat this series of commands for each interface you want to add to a trunk.
The following commands configure trunk 7 with ports 1and 2, and verify the configuration:
ACOS(config)# interface ethernet 1
ACOS(config-if:ethernet:1)# trunk-group 7
ACOS(config-if:ethernet:1-trunk-group:7)# exit
ACOS(config-if:ethernet:1)# exit
ACOS(config)# interface ethernet 2
ACOS(config-if:ethernet:2)# trunk-group 7
: 7
Member Count: 2
Trunk Name
: None
Trunk Status
: Up
Trunk Type
: Static
Members
: 1
Cfg Status
: Enb Enb
Oper Status
: Up
Ports-Threshold
: None
Working Lead
: 2
2
Up
ACOS(config-if:ethernet:2-trunk-group:7)# exit
ACOS(config-if:ethernet:2)# exit
ACOS(config)#
These steps assume that you have already created an LACP dynamic trunk. See Use the
GUI to Configure an LACP Trunk.
2. Assign the interface to the LACP trunk, using the following command:
ACOS(config-if:ethernet:1)# trunk-group 4 lacp
ACOS(config-if:ethernet:1-trunk-group:4)#
3. (Optional) Specify the LACP priority of the interface, using the following command:
ACOS(config-if:ethernet:1-trunk-group:4)# port-priority 100
You can specify short (3 seconds) or long (90 seconds). The default is long.
5. (Optional) Specify the UDLD aging timeout, using the following command:
ACOS(config-if:ethernet:1-trunk-group:4)# udld timeout slow 1
You can specify fast (100-1000 milliseconds) or slow (1-60 seconds). The default is slow 1.
2. For a list of the commands applicable at this level. (For information, see the CLI Reference.)
vThunder(config-if:trunk:4)# ?
access-list
Apply ACL rules to incoming packets on this interface
bfd
Configure BFD (Bidirectional Forwarding Detection)
clear
Clear or Reset Functions
do
To run exec commands in config mode
end
Exit from configure mode
exit
Exit from configure mode or sub mode
icmp-rate-limit
Limit ICMP traffic to this interface
icmpv6-rate-limit
Limit ICMPv6 traffic to this interface
ip
Global IP configuration subcommands
ipv6
Global IPv6 configuration subcommands
isis
ISIS
l3-vlan-fwd-disable Disable L3 forwarding between VLANs
lw-4o6
Configure LW-4over6 interface
mtu
Interface mtu
name
Name for the interface
no
Negate a command or set its defaults
ports-threshold
Threshold for the minimum number of ports that need to
be UP for the trunk to remain UP
NOTE:
The commands listed at this level depend on the device model and the ACOS software
release.
For more information about these commands, see the Config Commands: Interface chapter of the Command Line Interface
Reference.
LACP Passthrough
LACP passthrough allows the ACOS device to forward traffic on one trunk that originated on another trunk that is down. With
this feature, if an LACP trunk goes down, the other trunk is used to continue connectivity for the traffic.
This feature can be useful in topologies that use LACP and where multiple ACOS devices connect to the server farm. In this
type of topology, if the ACOS device acts as a proxy for client-server traffic, LACP passthrough can help prevent sessions from
being dropped following failover from one LACP trunk to another.
FIGURE 1
LACP passthrough creates a tunnel from one LACP trunk to another through the ACOS device. One end of the tunnel is connected to clients and the other end of the tunnel is connected to the servers.
In this example, two ACOS devices are connected through redundant device pairs to clients and servers. Two VLANs are
used, 210 and 220. Each ACOS device has trunk interfaces in both VLANs:
Notes
The current release supports LACP passthrough only on untagged VLAN ports. Tagged ports are not supported in this
release.
Each LACP passthrough tunnel can contain two Ethernet data ports. These ports must be in the same VLAN and use
the same Virtual Ethernet (VE) interface. On of the ports must be connected to the clients. The other port must be
connected to the servers.
This feature requires use of the link monitoring and automatic disable feature to bring all of a trunks ports down if any
of its ports goes down. (See Link Monitoring in the System Configuration and Administration Guide.)
Similarly, the nexthop devices that connect the ACOS device to the clients and servers must be configured to bring a
trunk down when any of its member ports goes down.
Configuration
This example configures LACP passthrough for the physical interfaces in VLAN 210 in Figure 1.
The following commands configure LACP parameters on the ports:
ACOS(config)# interface ethernet 6
ACOS(config-if:ethernet:6)# trunk-group 1 lacp
ACOS(config-if:ethernet:6-trunk-group:1)# admin-key 10001
ACOS(config-if:ethernet:6-trunk-group:1)# mode active
The following commands configure LACP passthrough between interfaces 6 and 5, and between interfaces 10 and 9:
ACOS(config)# lacp-passthrough ethernet 6 ethernet 5
ACOS(config)# lacp-passthrough ethernet 10 ethernet 9
LACPDUs
Sent
Recv
Marker
Sent
Pckt err
Recv
Sent
Recv
81
81
ethernet 2
81
81
233767
233765
In this example, LACP has dynamically created two trunks, 5 and 10. Trunk 5 contains ports 1 and 2. Trunk 10 contains port 6.
The following command shows details about the LACP admin keys:
ACOS# show lacp trunk admin-key-list-details
% Admin Key: 1
bandwidth: 0
mtu: 1500
duplex mode: 0
hardware type: 2
type: 0
additional parameter: 10001
ref count: 2
% Admin Key: 2
bandwidth: 1
mtu: 1500
duplex mode: 0
hardware type: 2
type: 0
additional parameter: 0
ref count: 451
% Admin Key: 3
bandwidth: 1
The following command shows detailed information for all LACP trunks:
ACOS# show lacp trunk detail
Aggregator po5 1000000
Mac address: 00:1f:a0:02:1e:48
Admin Key: 0005 - Oper Key 0005
Receive link count: 1 - Transmit link count: 0
Individual: 0 - Ready: 1
Partner LAG- 0x0064,00-1f-a0-01-dc-60
Link: ethernet 1 (3) sync: 1
Link: ethernet 2 (4) sync: 1
The following command shows LACP information for Ethernet data port 1:
ACOS# show lacp trunk port ethernet 1
LACP link info: ethernet 1 - 3
LAG ID: 0x8000,00-1f-a0-02-1e-48
Partner oper LAG ID: 0x8000,00-1f-a0-01-dc-60
Actor priority: 0x8000 (32768)
Admin key: 0x0005 (5) Oper key: 0x0005 (5)
Physical admin key:(1)
Receive machine state : Current
Periodic Transmission machine state : Slow periodic
Mux machine state : Collecting/Distributing
Oper state: ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Partner oper state: ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Partner link info: admin port 0
Partner oper port: 3
Partner admin LAG ID: 0x0000-00:00:00:00:0000
Admin state: ACT:1 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
Partner admin state: ACT:0 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
Partner system priority - admin:0x8000 - oper:0x0064
Aggregator ID: 1000000
The Link Layer Discovery Protocol (LLDP) enables network devices to advertise their identity, capabilities, and neighbors on
the network. This feature is based on the IEEE 802.1AB standard and the standard MIB called LLDP-V2-MIB.
For more information, refer to the following URLs:
http://www.mibdepot.com/cgi-bin/getmib3.cgi?win=mib_a&i=1&n=IP-MIB&r=vmware&f=LLDP-V2MIB.mib&v=v2&t=def
http://www.ieee802.org/1/files/public/MIBs/LLDP-V2-MIB-200906080000Z.txt
This chapter contains the following topics:
Overview of LLDP
Configure LLDP
Overview of LLDP
LLDP allows ACOS devices to discover directly-connected LAN neighbors and allows these neighbors to discover the ACOS
devices. Configure LLDP only in the shared partition.
Use the LLDP protocol to assist in the following ways:
To discover remote networks.
To facilitate port association.
To help identify which port a switch or a host is connected to.
To help design and troubleshoot network topologies.
Since the LLDP protocol can transmit or receive information on system capabilities, but cannot request specific information
from an LLDP agent or acknowledge receipt of information, it is called a one-way protocol.
NOTE:
The Link Layer Discovery Protocol Data Unit (LLDPDU) contains several elements of variable lengths that comprise the LLCP
frame. They carry information on the type, length, and value fields (TLVs), where type identifies the kind of information that is
transmitted, length contains the string of octets, and value is the actual content that is being transmitted. The mandatory
information that is transmitted identifies the TLV for the chassis ID, the port ID, the Time to Live, and the end of the LLDP data
packet. It can also contain zero or more optional TLVs. For the duration of an operational port, the chassis ID and the port ID
information will remain the same.
Configure LLDP
This section describes how to configure LLDP:
Use the GUI to Configure LLDP
Use the CLI to Configure LLDP
The example below shows how to enable LLDB on an interface (Ethernet 2):
ACOS(config)# interface ethernet 2
ACOS(config-if:ethernet:2)# lldp enable rx tx
This chapter describes support for VLAN and for VLAN-to-VLAN bridging.
The following topics are covered:
VLAN Overview
VLAN-to-VLAN Bridging
VLAN Overview
A VLAN is a Layer 2 broadcast domain. MAC-layer broadcast traffic can be flooded within the VLAN but does not cross to
other VLANs. For traffic to go from one VLAN to another, it must be routed.
You can segment the ACOS device into multiple VLANs. Each Ethernet data port can be a member of one or more VLANs,
depending on whether the port is tagged or untagged:
Tagged Tagged ports can be members of multiple VLANs. The port can recognize the VLAN to which a packet
belongs based on the VLAN tag included in the packet.
Untagged Untagged ports can belong to only a single VLAN. By default, all Ethernet data ports are untagged members of VLAN 1.
NOTE:
A tagged port is a physical port to which a tagged VLAN is bound, while an untagged
port is a physical port to which an untagged VLAN is bound. See the Example of Tagged
and Untagged Ports section for how these ports are configured.
NOTE:
Configuring an IP address on an individual Ethernet interface indicates you are deploying in routed mode (also called gateway mode). If you deploy in transparent mode
instead, in which the ACOS device has a single IP address for all data interfaces, Layer 2
forwarding is left enabled by default on VLAN 1.
2. Configure VLAN 10. Bind Ethernet port 1 to a tagged VLAN 10. The 802.1Q tag is 10. Bind a network interface to the
tagged port:
*.
3. Configure VLAN 11. Bind Ethernet port 1 to a tagged VLAN 11. The 802.1Q tag is 11. Bind a network interface to the
tagged port:
ACOS(config)# vlan 11
ACOS(config-vlan:11)# tagged ethernet 1
ACOS(config-vlan:11)# router-interface ve 11
ACOS(config-vlan:11)# exit
4. Configure VLAN 5. Bind Ethernet port 7 to an untagged VLAN 5. Bind a network interface to the untagged port:
ACOS(config)# vlan 5
ACOS(config-vlan:5)# untagged ethernet 7
ACOS(config-vlan:5)# router-interface ve 5
ACOS(config-vlan:5)# exit
None
7
None
None
None
Router Interface:
ve 5
None
1
None
None
Router Interface:
VLAN 11, Name [none]:
Untagged Ethernet Ports:
Tagged Ethernet Ports:
Untagged Logical Ports:
Tagged Logical Ports:
Router Interface:
ve 10
None
1
None
None
ve 11
VLAN-to-VLAN Bridging
This section contains the following topics:
Overview of VLAN-to-VLAN Bridging
VLAN-to-VLAN Bridging Configuration Notes
VLAN-to-VLAN Bridging Configuration Examples
In this example, the ACOS devices are bridging traffic between VLAN 4 and VLAN 5.
Enabling l3-inline-mode and restart-port-list in the configuration are mandatory for VLAN-to-VLAN bridging
with VRRP-A. All interfaces which are part of the bridge VLAN group must be included in the restart-port-list.
The vrid-lead configuration is used for L3V partitions to follow the vrid-lead of the shared partition. Since only one VRID
can be configured in a given partition when l3-inline-mode is enabled, all L3V partitions will end up following same VRID
of the shared partition.
To configure the vrid-lead in an L3V partition (for example, partition p1):
ACOS[p1](config-vrid:0)# vrrp-a vrid 0
On each ACOS device, the following commands configure the VLANs (example shown for Device 1):
ACOS1(config)# vlan 4
ACOS1(config-vlan:4)# tagged ethernet 2
ACOS1(config-vlan:4)# exit
ACOS1(config)# vlan 5
ACOS1(config-vlan:5)# tagged ethernet 3
ACOS1(config-vlan:5)# exit
On each ACOS device, the following commands configure the bridge VLAN group, which includes a VE (example shown for
Device 1):
ACOS1(config)# bridge-vlan-group 1
ACOS1(config-bridge-vlan-group:1)# vlan 4 to 5
ACOS1(config-bridge-vlan-group:1)# router-interface ve 4
ACOS1(config-bridge-vlan-group:1)# exit
Part II
Layer 3 Networking
Overview of DHCP
Dynamic Host Configuration Protocol (DHCP) is a mechanism commonly used by clients to auto-discover their addressing
and other configuration information when connected to a network. On ACOS devices, DHCP configuration supports IP
address, subnet masks, default gateway, and classless static routes (option 121) from the DHCP server.
You can enable use of DHCP to dynamically configure IP addresses on the following types of interfaces:
Management interface A single IP address can be assigned.
Ethernet data interfaces Multiple IP addresses can be assigned.
Virtual ethernet interfaces Multiple IP addresses can be assigned.
Trunk interfaces Multiple IP addresses can be assigned.
Virtual servers and IP NAT pools are also able to use the DHCP-assigned address of a given data interface. If this option is
enabled, ACOS updates the VIP or pool address any time the specified data interfaces IP address is changed by DHCP.
Notes
DHCP can be enabled on an interface only if that interface does not already have any statically assigned IP addresses.
On ACOS devices deployed in gateway (Layer 3) mode, Ethernet data interfaces can have multiple IP addresses. An
interface can have a combination of dynamically assigned addresses (by DHCP) and statically configured addresses.
However, if you plan to use both methods of address configuration, static addresses can be configured only after you
finish using DHCP to dynamically configure addresses. To use DHCP in this case, you must first delete all the statically
configured IP addresses from the interface.
On vThunder models, if single-IP mode is used, DHCP can be enabled only at the physical interface level.
On devices deployed in Transparent (Layer 2) mode:
you can enable DHCP on the management interface and at the global level.
The VIP address and pool NAT address (if used) should match the global data IP address of the device. Make sure to
enable this option when configuring the VIP or pool.
Enable DHCP
Using the GUI
1. Hover over Network in the navigation bar, and select Interface from the drop-down menu.
2. Depending on the type of interface on which to configure this feature, select LAN, Virtual Ethernet or Trunk from the
menu bar.
3. Click Edit in the actions column for the interface on which to configure this feature.
4. Expand the IP section to reveal additional configuration options.
5. Select the checkbox in the DHCP field.
6. Click Update.
Notes
In the current release, the helper-address feature provides service for DHCP packets only.
The interface on which the helper address is configured must have an IP address.
The helper address can not be the same as the IP address on any interface or an IP address used for SLB.
NOTE:
Use the show ip helper-address command shows summary DHCP relay information:
ACOS(config)# show ip helper-address
Interface
Helper-Address
RX
TX
No-Relay
Drops
---------
--------------
------------
------------
------------
------------
eth1
100.100.100.1
ve5
100.100.100.1
1669
1668
1668
1668
ve7
ve8
100.100.100.1
ve9
20.20.20.102
Use the detail parameter to view additional detailed DHCP relay information:
ACOS# show ip helper-address detail
IP Interface: eth1
-----------Helper-Address: 100.100.100.1
Packets:
RX: 0
BootRequest Packets : 0
BootReply Packets
: 0
TX: 0
BootRequest Packets : 0
BootReply Packets
: 0
No-Relay: 0
Drops:
Invalid BOOTP Port
: 0
: 0
: 0
: 0
: 0
Exceeded TTL
: 0
No Route to Dest
: 0
: 0
TX: 14
BootRequest Packets : 0
BootReply Packets
: 14
No-Relay: 0
Drops:
Invalid BOOTP Port
: 0
: 0
: 0
: 0
Invalid Dest IP
: 0
Exceeded TTL
: 0
No Route to Dest
: 2
: 14
TX: 14
BootRequest Packets : 14
BootReply Packets
: 0
No-Relay: 0
Drops:
Invalid BOOTP Port
: 0
: 0
: 0
: 0
Invalid Dest IP
: 0
Exceeded TTL
: 0
: 0
Descriptions for the fields in both outputs are available in the Command Line Interface Reference.
The following command clears the DHCP relay counters:
ACOS# clear ip helper-address statistics
Part III
Routing Protocols
It is recommended to set a fixed router-ID for all dynamic routing protocols you plan to
use on the ACOS device, to prevent router-ID changes caused by VRRP-A failover.
Interface Configuration
The following commands configure two physical Ethernet data interfaces. Each interface is configured with an IPv4 address
and an IPv6 address. Each interface also is added to OSPF area 0 (the backbone area).
The link-state metric (OSPF cost) of Ethernet 2 is set to 30, which is higher than the default, 10. Based on the cost difference,
OSPF routes through Ethernet 1 will be favored over OSPF route through Ethernet 2, because the OSPF cost of Ethernet 1 is
lower.
interface ethernet 1
ip address 2.2.10.1 255.255.255.0
ipv6 address 5f00:1:2:10::1/64
ipv6 router ospf area 0 tag 1
!
interface ethernet 2
ip address 3.3.3.1 255.255.255.0
ipv6 address 5f00:1:2:20::1/64
ip ospf cost 25
ipv6 router ospf area 0 tag 1
The following commands configure two Virtual Ethernet (VE) interfaces. On VE 3, an IPv4 address is configured. On VE 4, an
IPv4 address and an IPv6 address are configured.
OSPFv2 authentication is configured on VE 3, and the OSPF cost is set to 20.
On VE 4, the OSPF cost is set to 15.
interface ve 3
ip address 1.1.1.2 255.255.255.0
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 abc
ip ospf cost 20
!
interface ve 4
ip address 1.1.60.2 255.255.255.0
ipv6 address 5f00:1:1:60::2/64
ip ospf cost 15
The following commands configure global settings for OSPFv3 process 1. The router ID is set to 3.3.3.3. A stub area is added,
redistribution is enabled, and the SPF timer is changed.
router ipv6 ospf 1
router-id 3.3.3.3
redistribute static metric 5 metric-type 1
redistribute ip-nat
redistribute floating-ip
area 1 stub
timers spf exp 500 50000
Configuration Examples
The following command clears all OSPFv2 neighbors:
ACOS(config)#clear ip ospf neighbor all
The following command clears all neighbors on a specified interface to a specific router:
ACOS(config)#clear ipv6 ospf neighbor ethernet 1 192.1.1.1
OSPF Logging
Router logging is disabled by default. You can enable router logging to one or more of the following destinations:
CLI terminal (stdout)
Local logging buffer
Local file
External log servers
NOTE:
Log file settings are retained across reboots but debug settings are not.
NOTE:
Enabling debug settings that produce lots of output, or enabling all debug settings, is
not recommend for normal operation.
To enable output to the local logging buffer, use the following command at the global configuration level of the CLI:
router log syslog
To enable output to a local file, use the following command at the global configuration level of the CLI:
[no] router log file {name string | per-protocol | rotate num | size Mbytes}
To enable output to a remote log server, use the following command at the global configuration level of the CLI:
logging host ipaddr [ipaddr...] [port protocol-port]
To change the severity level for messages output to a file, use the following command at the global configuration level of the
CLI:
router log trap severity-level
To change the facility, use the following command at the global configuration level of the CLI:
logging facility facility-name
The ipv6 option enables debugging for OSPFv3. Without the ipv6 option, debugging is enabled for OSPFv2.
The type specifies the types of OSPF information to log, and can be one or more of the following:
all Enables debugging for all information types listed below.
events Enables debugging for OSPF events.
ifsm Enables debugging for the OSPF Interface State Machine (IFSM).
lsa Enables debugging for OSPF Link State Advertisements (LSAs).
nfsm Enables debugging for the OSPF Neighbor State Machine (NFSM).
nsm Enables debugging for the Network Services Module (NSM). The NSM deals with use of ACLs, route maps,
interfaces, and other network parameters.
packet Enables debugging for OSPF packets.
CLI Example
The following commands configure OSPFv2 logging to a local file.
ACOS(config)#router log file name ospf-log
ACOS(config)#router log file per-protocol
ACOS(config)#router log file size 100
ACOS(config)#debug a10 ospf all
ACOS(config)#debug ospf packet
These commands create a router log file named ospf-log. The per-protocol option will log messages for each routing
protocol separately. The log file will hold a maximum 100 MB of data, after which the messages will be saved in a backup and
the log file will be cleared.
The following command displays the contents of the local router log file:
ACOS(config)#show router log file ospfd
2010/04/21 09:57:20 OSPF: IFSM[ve 3:1.1.1.2]: Hello timer expire
2010/04/21 09:57:20 OSPF: SEND[Hello]: To 224.0.0.5 via ve
3:1.1.1.2,
length
64
2010/04/21 09:57:20 OSPF:
----------------------------------------------------2010/04/21 09:57:20 OSPF: Header
2010/04/21 09:57:20 OSPF:
Version 2
Type 1 (Hello)
Packet Len 48
Router ID 2.2.2.2
Area ID 0.0.0.0
Checksum 0x0
Instance ID 0
AuType 2
Cryptographic Authentication
Key ID 1
NetworkMask 255.255.255.0
HelloInterval 10
RtrPriority 1
RtrDeadInterval 40
DRouter 1.1.1.200
BDRouter 1.1.1.2
# Neighbors 1
Neighbor 31.31.31.31
Version 2
Type 1 (Hello)
Packet Len 48
Router ID 2.2.2.2
Area ID 0.0.0.0
Checksum 0x49eb
Instance ID 0
AuType 0
NetworkMask 255.255.255.0
HelloInterval 10
RtrPriority 1
RtrDeadInterval 40
DRouter 3.3.3.2
BDRouter 3.3.3.1
# Neighbors 1
Neighbor 81.81.81.81
This chapter describes how to integrate your ACOS device in an IS-IS network environment.
This chapter provides IS-IS configuration examples. For detailed CLI syntax information, see Config Commands: Router ISIS on page 159.
NOTE:
It is recommended to set a fixed router-ID for all dynamic routing protocols you plan to
use on the ACOS device, to prevent router-ID changes caused by VRRP-A failover.
FIGURE 1
Configuring IS-IS
To configure IS-IS in the sample topology (Figure 1), first enable IS-IS in the ACOS device, enabling it to send Hello packets to
other IS-IS devices in the same area:
ACOS(config)# router isis
ACOS(config-isis)# net 47.0000.0000.0000.0001.00
ACOS(config-isis)# is-type level-1
ACOS(config-isis)# redistribute vip only-flagged level-1
ACOS(config-isis)# exit
ACOS(config)#
The router isis command places you in IS-IS configuration mode. The net command configures the IS-IS instance on the
ACOS device to be in the same area as the upstream router (in this case, 47.0000 as the area-id and 0000.0000.0001 as the
system-id). The ACOS device must have the same area-id as the one configured on the router in order for it to bring up level1 adjacencies.
The is-type command configures this instance as a level-1 instance; the same is accomplished by making sure the area-id in
the net command matches the area-id on the router.
The redistribute command allows the VIP to the server farm to be advertised as a route in this IS-IS area.
NOTE:
If you are configuring IS-IS for IPv6, you should also add the metric-style wide command in your basic configuration.
Next, configure IS-IS on the individual interfaces. To configure IS-IS on an interface, use the interface command to access
the configuration level for the interface, then use the ip router isis | ipv6 router isis commands. Below is an example to enable
IS-IS for IPv4:
ACOS(config)# interface ethernet 1
ACOS(config-if:ethernet:1)# ip address 10.1.1.10 /24
ACOS(config-if:ethernet:1)# ip router isis
The ACOS device supports BGP4+ for both IPv4 and IPv6.
This chapter provides configuration examples. For detailed CLI syntax information, see the Command Line Interface Reference.
NOTE:
It is recommended to set a fixed router-ID for all dynamic routing protocols you plan to
use on the ACOS device, to prevent router-ID changes caused by VRRP-A failover.
*.
BGP route summarization, or route aggregation, offers another way to reduce the number of routes that are shared by consolidating
blocks of IP addresses before redistribution. This prevents excessive fragmentation of blocks of IP addresses and gives ISPs more control over the blocks of IP addresses they own. Route aggregation also helps to conserve the limited number of IPv4 addresses.
CLI Example
The following commands configure a route map called RED. The sequence number for this route-map is 10. The rule looks
for route updates that have a local preference value of exactly 5000. If a match occurs, then the action for this route map is to
permit BGP updates to occur with this router.
ACOS(config)# route-map RED permit 10
ACOS(config-route-map)# match local-preference 5000
At this point, you could apply the route map to an ACOS device that has BGP enabled. You could specify the AS that this
ACOS device belongs to (333), the BGP neighbor (10.1.1.1), the name of the route map (RED), and specify whether
this route map is affecting inbound or outbound route updates (in), as shown in the sample commands below.
router bgp 333
redistribute dynamic
neighbor 10.1.1.1 remote-as 333
neighbor 10.1.1.1 route-map RED in
The show ip fib command shows that the ACOS devices forwarding information base (FIB) was able to learn of 6 different
routes to the same destination (7.7.7.0/ 24). Each route had an equal cost (distance = 20), and each route was learned
through a different Ethernet port.
ACOS# show ip fib
Prefix
Next Hop
Interface
Distance
-----------------------------------------------------------------------7.7.7.0 /24
60.60.60.197
ethernet6
20
7.7.7.0 /24
50.50.50.197
ethernet5
20
7.7.7.0 /24
40.40.40.197
ethernet4
20
7.7.7.0 /24
30.30.30.197
ethernet3
20
7.7.7.0 /24
20.20.20.197
ethernet2
20
7.7.7.0 /24
10.10.10.197
ethernet1
20
The show ip bgp command displays paths learned through BGP. The ACOS device was connected to 6 different routes, and
the Metric column shows that the cost is the same for all routes.
ACOS# show ip bgp
BGP table version is 14, local router
is 98.98.98.98
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, l - labeled
S Stale, m multipath
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
Next Hop
*> 7.7.7.0/24
10.10.10.197
0 197 ?
*m
20.20.20.197
0 197 ?
*m
30.30.30.197
0 197 ?
*m
40.40.40.197
0 197 ?
*m
50.50.50.197
0 197 ?
*m
60.60.60.197
0 197 ?
The show ip route database command displays essentially the same information as shown above. The ACOS device
has a FIB that is populated with 6 different routes, of equal cost, to the same destination.
ACOS# show ip route database
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
> - selected route, * - FIB route, p - stale info
B
*>
*>
*>
*>
Prior to ACOS 2.7.2, a route map could perform filtering based on metrics such as BGP
community, IP address, or metric value. However, the 2.7.2 release was the first release in
which filtering (or matching) could be performed based on the status of an ACOS
device in a high availability configuration.
High availability configuration is only available with VRRP-A beginning with ACOS 4.0
and beyond; the legacy HA configuration is no longer supported.
Topology Using BGP Route Map (with VRRP-A High Availability Matching)
In a network environment like that shown above in Figure 2, the Active ACOS device must be relegated to standby mode
before it can be upgraded. In turn, the Standby device must also be made active. When this switchover occurs, it is imperative that the routers running BGP receive updated routing information. This updated routing information will cause the
routes to the formerly-active ACOS device to be avoided, and the routers must also be provided with new routing information about the paths traffic can use to reach the newly active ACOS device.
CLI Example
The following gives an example of a route map configuration. It is based on the network diagram shown in Figure 2, which
has two ACOS devices using VRRP-A for redundancy. To upgrade one of the active ACOS devices, its status must be changed
to standby (and the standby device must be made active). Then, the new routing information must be pushed to the router
above, which is also running BGP.
The following CLI commands assign an IP address of 20.1.1.1 to Ethernet interface 1 on the ACOS device.
interface eth 1
ip address 20.1.1.1
The following CLI commands are used to create a route map called test1 with a sequence number of 10. A rule is added
that checks for a positive match for the active ACOS device in the VRRP-A group 1. If a positive match is found, then this ACOS
device can share its route redistributions with any BGP peers that pass the match criteria.
route-map test1 permit 10
match group 1 active
The following CLI commands are used at the global configuration level to enable the BGP protocol and specify the Autonomous System (AS) number of 100 for the Active ACOS device. The BGP peer is specified in remote AS 200, and the hop
count needed to reach this external BGP router is not to exceed 255 hops. The outbound redistribution of static routes would
be allowed to the BGP peer at 30.1.1.1, based upon the match criteria (and associated actions) in the route-map called test1.
router bgp 100
redistribute static
neighbor 30.1.1.1 remote-as 100
neighbor 30.1.1.1 ebgp-multihop 255
neighbor 30.1.1.1 route-map test1 out
The following CLI commands are used to configure a static route from the Active ACOS device to the real servers in the subnet 1.1.1.0 /24, by way of the next-hop router at IP 11.1.1.1.
ip route 1.1.1.0 /24 11.1.1.1
The following CLI commands assign the IP 21.1.1.1 to Ethernet interface 1 on the Standby ACOS device.
interface eth 1
ip address 21.1.1.1
The following CLI commands are used at the global configuration level to enable the BGP protocol and specify an Autonomous System (AS) number of 100 for the Standby ACOS device. The BGP peer is specified in remote AS 200, and the hop
count needed to reach this external BGP router is not to exceed 255 hops. The outbound redistribution of static routes could
be sent to the BGP peer at 30.1.1.1, based upon the match criteria (and the associated actions) in route-map test1.
router bgp 100
redistribute static
neighbor 30.1.1.1 remote-as 200
neighbor 30.1.1.1 ebgp-multihop 255
neighbor 30.1.1.1 route-map test1 out
The following CLI commands are used to configure a static route from the Standby ACOS device to the real servers in the
subnet 1.1.1.0 /24, by way of the next-hop router at IP 12.1.1.1.
ip route 1.1.1.0 /24 12.1.1.1
NOTE:
In the above configuration, only an Active ACOS device can redistribute its static routes.
The Standby ACOS device does not redistribute its static routes. The reason for this is
that the match criteria permits the Active device in an HA (or VRRP-A) pair to send out
(redistribute) its routes. There is no rule in the route map with an explicit deny action,
but the deny is implicit, because any Standby HA devices would fail to match the criteria
in the route map, so the Standby HA device would fail to match the criteria and its routing updates would not be shared.
Bidirectional Forwarding Detection (BFD) provides very fast failure detection for routing protocols. When BFD is enabled, the
ACOS device periodically sends BFD control packets to the neighboring devices that are also running BFD. If a neighbor
stops sending BFD control packets, the ACOS device quickly brings down the BFD session(s) with the neighbor, and recalculates paths for routes affected by the down neighbor.
BFD provides a faster failure detection mechanism than the timeout values used by routing protocols. Routing protocol timers are multiple seconds long, whereas BFD provides sub-second failover.
The A10 implementation of BFD is based on the following RFCs:
RFC 5880, Bidirectional Forwarding Detection (BFD)
RFC 5881, Bidirectional Forwarding Detection (BFD) for IPv4 and IPv6 (Single Hop)
RFC 5882, Generic Application of Bidirectional Forwarding Detection (BFD)
RFC 5883, Bidirectional Forwarding Detection (BFD) for Multihop Paths
BFD Parameters
BFD is disabled by default. You can enable it on a global basis.
BFD Echo
BFD echo enables a device to test data path to the neighbor and back. When a device generates a BFD echo packet, the
packet uses the routing link to the neighbor device to reach the device. The neighbor device is expected to send the packet
back over the same link.
BFD Timers
You can configure BFD timers at the following configuration levels:
Global
Interface
If you configure the timers on an individual interface, the interfaces settings are used instead of the global settings. Likewise,
if the BFD timers are not set on an interface, that interface uses the global settings. For BGP loopback neighbors, BFD always
uses the global timer.
The DesiredMinTXInterval, RequiredMinRxInterval and DetectMult timer fields can be configured at the interface and the
global configuration level. However, the actual timer will vary depending on the Finite State Machine (FSM) state, through
negotiation, and whether or not echo has been enabled.
BGP Support
If you run BGP on the ACOS device, you can enable BFD-based fallover for individual BGP neighbors.
Configuring BFD
Static Route Support
A static route flap can occur when you enable BFD in global mode or when you configure a static BFD session.
In the following example, you will see that the static routes experience a flap when BFD is enabled. The fields to note are
flagged in bold:
ACOS(config)# show ipv6 route
IPv6 Routing Table
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
i - IS-IS, B - BGP
Timers: Uptime
C
timer
C
ACOS(config)#bfd enable
<===enable BFD
ACOS(config)#
To enable BFD, use the following command at the global configuration level of the CLI:
ACOS(config)#bfd enable
To enable BFD echo, use the following command at the global configuration level of the CLI:
ACOS(config)#bfd echo
To configure BFD timers, use the following commands. These commands are available at the global configuration level and
at the configuration level for individual interfaces.
[no] bfd interval ms min-rx ms multiplier num
The interval value can be 48-1000 ms, and is 800 ms by default. The min-rx value can be 48-1000 ms, and is 800 ms by
default. The multiplier value can be 3-50 and is 4 by default.
To display BFD information for BGP neighbors, use the following command:
show ip bgp neighbor
Disable BFD
To disable BFD, enter the following command in global configuration mode:
ACOS(config)# no bfd enable
To enable BFD for all OSPF-enabled interfaces, enter the following commands:
Sample Configuration
Your running configuration will display your current BFD with OSPF configuration:
!
interface ethernet 1
ipv6 router ospf area 0 tag 1
ip address 20.0.0.1 255.255.255.0
ip ospf bfd
!
interface ethernet 2
ipv6 router ospf area 0 tag 1
ip address 30.0.0.1 255.255.255.0
!
!
router ospf 1
bfd all-interfaces
network 20.0.0.0/24 area 0
network 30.0.0.0/24 area 0
area 1 virtual-link 40.0.0.1 fall-over bfd
!
!
bfd enable
!
To enable BFD for all OSPFv3-enabled interfaces, enter the following commands:
ACOS(config)# router ipv6 ospf 1
ACOS(config-ospf:1)# bfd all-interfaces
Sample Configuration
Your running configuration will display your current BFD with OSPF for IPv6 configuration:
!
interface ethernet 1
ipv6 address 2001::1/64
ipv6 router ospf area 0 tag 1
ipv6 ospf bfd
!
interface ethernet 2
ipv6 router ospf area 0 tag 1
ipv6 address 3001::1/64
!
!
router ipv6 ospf 1
router-id 1.1.1.1
To enable BFD for all IS-IS-enabled interfaces, enter the following commands:
ACOS(config)# router isis
ACOS(config-isis)# bfd all-interfaces
ACOS(config-isis)# net 49.0001.0000.0000.0001.00
Sample Configuration
Your running configuration will display your current BFD with ISIS configuration:
!
interface ethernet 1
ip address 20.0.0.1 255.255.255.0
To enable BFD for all IS-IS-enabled interfaces, enter the following commands:
ACOS(config)# router isis
ACOS(config-isis)# bfd all-interfaces
ACOS(config-isis)# net 49.0001.0000.0000.0002.00
Sample Configuration
Your running configuration will display your current BFD with ISIS (for IPv6 support) configuration:
!
interface ve 100
ipv6 address 2ffe:123::1/64
ipv6 router isis
isis bfd
!
router isis
bfd all-interfaces
net 49.0001.0000.0000.0002.00
!
bfd enable
Sample Configuration
Your running configuration will display your current BFD with BGP configuration:
!
router bgp 1
neighbor 1.2.3.4 remote-as 2
neighbor 1.2.3.4 fall-over bfd multihop
!
!
bfd enable
!
In the above command, the first parameter is the IPv4 address of the local interface. You can only use the IP addresses for
interfaces to setup the BFD session. The second parameter is the IPv4 address of the remote interface that serves as the gateway for the static route.
In the above command, the first parameter is the IPv6 address of the local interface. You can only use the IP addresses for
interfaces to setup the BFD session. The second parameter is the IPv6 address of the remote interface that serves as the gateway for the static route.
In the above command, the first parameter is the local interface name (Ethernet, VE, or a specified trunk), and the second
parameter is the remote link-local IPv6 address that serves as the gateway.
This command will help configure the interval for any one of the following three parameters and will be applied to all BFD
sessions:
DesiredMinTxInterval
RequiredMinRxInterval
NOTE:
For a BFD session for BGP using a loopback address, for an OSPFv2 virtual link, and for an
OSPFv3 virtual link, the ACOS device will always use the global timer configuration,
immaterial of the timer that is configured at the interface level.
Enable Authentication
Authentication Per interface
To configure authentication per interface, from the interface configuration mode, apply one of the following authentication
schemes to OSPF, OSPFv3, IS-IS, or static BFD neighbors.
bfd authentication 1 md5 password-string
You may choose an authentication method from the following available choices:
Simple password
Keyed MD5
Meticulous Keyed MD5
Keyed SHA1
Meticulous Keyed SHA1
When demand mode is enabled, after a BFD session is established, a system will be able to verify connectivity with another
system at will instead of routinely. Instead of constantly receiving BFD control packets, the system will request that the other
system stop sending BFD Control packets. To verify connectivity again, the system will explicitly send a short sequence of
BFD Control packets to the other system and receive a response. Demand mode can be configured to work either independently in each direction, or bidirectionally at the same time.
Asynchronous Mode
The Asynchronous mode is the default mode of operation for BFD. In this mode, systems establish connectivity and know of
each others existence by periodically exchanging BFD Control packets. A session between two connected systems is only
declared down after several packets in a row are not received by the other system. BFD will operate in this mode if you do
not configure or enable echo or demand.
The current implementation of the ACOS software supports the generation of generic Internet Group Multicast Protocol version 2 (IGMPv2) membership query requests. ACOS devices will now generate IGMP membership queries and facilitate multicast deployments.
NOTE:
The ACOS software does not support the complete IGMP protocol or the generation of
generic membership queries for IGMPv3 or Multicast Listener Discovery (MLDv2).
Previous releases of the ACOS software did not provide support for the IGMPv2 protocol at all, hence it did not provide IGMP
membership query support.
IGMPv2 provides the following capabilities:
IGMP membership queries are only generated when IPv4 addresses are configured. If any IPv6 interface addresses are
recognized, no queries will be generated.
Generates generic IGMPv2 membership query request packets.
The devices will not process any responses for this query request.
Uses the default values for membership query request wherever possible.
Provides the ability to configure the time interval for generation of these membership queries per interface.
Provides support for this feature with Layer 3 Virtualization (L3V).
IGMP membership queries are supported in routed mode only and will not be supported in non-routed mode.
FIGURE 3
In Routed Mode
In Figure 3, the interface for devices 1 and 2 are acting in routed mode, that is, the IP address has been configured on the
interface. When the interface is in routed mode, the device can be configured to generate IGMPv2 membership queries out
of this interface. However, when an IGMP membership query is received on an interface in routed mode, it will be ignored.
In Non-Routed Mode
In Figure 3, the Device 2 device is acting as a switch and both Eth 11 and Eth12 on the Device 2 device are in non-routed
mode. Eth1 on the Device 1 device and Eth2 on the Device 2 device are configured in routed mode. Hence Eth1 interface on
the Device 1 device and Eth2 on the Device 3 device can be configured to generate IGMP Membership Queries.
In this case, when the Device 2 device receives IGMP Membership Queries on Eth11 (generated by the Device 1 device) and
Eth 12 (generated by the Device 3 device) it will accept these packets and just switch them as it would any other packet.
More importantly, it will not drop these packets since Eth11 and Eth12 on Device 2 are acting in non-routed (switched)
mode.
These timers are valid only for a particular interface. They must be configured per interface.
To view your IGMP membership request query configuration for a a physical interface, do the following:
ACOS(config)# show interfaces ethernet 2
Ethernet 2 is up, line protocol is up
Hardware is GigabitEthernet, Address is 001f.a004.2e71
Internet address is 192.168.1.1, Subnet mask is 255.255.255.0
Configured Speed auto, Actual 1Gbit, Configured Duplex auto, Actual fdx
IGMP Membership Query is enabled, IGMP Membership Queries sent 3
Flow Control is disabled, IP MTU is 1500 bytes
Port as Mirror disabled, Monitoring this Port disabled
0 packets input,
0 bytes
Received 0 broadcasts,
Received 0 multicasts,
0 input errors,
0 frame
0 runts
0 CRC
Received 0 unicasts
0 giants
264264 bytes
Transmitted 0 broadcasts
0 output errors
3003 multicasts
0 unicasts
0 collisions
To configure IGMP membership request queries on an virtual Ethernet interface, do the following:
ACOS(config)# vlan 50
ACOS(config-vlan:50)# tagged ethernet 1
ACOS(config-vlan:50)# router-interface ve 50
ACOS(config-vlan:50)# exit
ACOS(config)# interface ve 50
ACOS(config-if:ve:50)# ip address 10.10.10.219 /24
ACOS(config-if:ve:50)# ip igmp generate-membership-query 10 max-resp-time 50
To view your IGMP membership request query configuration for a virtual Ethernet interface, do the following:
ACOS(config)# show interfaces ve 50
VirtualEthernet 50 is up, line protocol is up
Hardware is VirtualEthernet, Address is 001f.a004.2e72
Internet address is 10.10.10.219, Subnet mask is 255.255.255.0
Router Interface for L2 Vlan 50
IP MTU is 1500 bytes
IGMP Membership Query is enabled, IGMP Membership Queries sent 32
0 packets input
Received
0 bytes
0 packets output
Transmitted
0 bytes
Part IV
Command Line Interface Reference
This chapter describes the CLI commands for configuring ACOS interface parameters:
access-list
bfd
cpu-process
disable
duplexity
enable
flow-control
icmp-rate-limit
icmpv6-rate-limit
ip address
ip address dhcp
ip allow-promiscuous-vip
ip cache-spoofing-port
ip control-apps-use-mgmt-port
ip default-gateway
ip helper-address
ip igmp
ip nat
ip ospf
ip rip authentication
ip rip receive version
ip rip receive-packet
ip rip send version
ip rip send-packet
ip rip split-horizon
isis hello-multiplier
isis lsp-interval
isis mesh-group
isis metric
isis network
isis password
isis priority
isis restart-hello-interval
isis retransmit-interval
isis wide-metric
l3-vlan-fwd-disable
lldp enable
lldp notification
lldp tx-dot1-tlvs
lldp tx-tlvs
load-interval
lw-4o6
media-type-copper
monitor
mtu
name
ports-threshold
remove-vlan-tag
snmp-server
trunk-group
To access this configuration level, enter the interface command at the Global configuration level.
If the ACOS device is a member of an aVCS virtual chassis, specify the interface number as follows: DeviceID/num, where
DeviceID is the devices aVCS ID and num is the interface or trunk number.
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
access-list
Description
Syntax
Parameter
Description
num
name
in
Default
N/A
Mode
Interface
Usage
The ACL must be configured before you can apply it to an interface. To configure an ACL, see
access-list in the Command Line Interface Reference.
You can apply ACLs to Ethernet data interfaces, Virtual Ethernet (VE) interfaces, the
management interface, trunks, and virtual server ports. Applying ACLs to the out-of-band
management interface is not supported.
You can apply ACLs only to the inbound traffic direction. This restriction ensures that ACLs
are used most efficiently by filtering traffic as it attempts to enter the ACOS device, before
being further processed by the device.
Example
The following commands configure a standard ACL to deny traffic from subnet 10.10.10.x,
and apply the ACL to the inbound traffic direction on Ethernet interface 4:
ACOS(config)# access-list 1 deny 10.10.10.0 0.0.0.255
ACOS(config)# interface ethernet 4
ACOS(config-if:ethernet:4)# access-list 1 in
bfd
Description
Syntax
[no] bfd {
authentication key-id {auth-type} |
echo [demand] |
Parameter
Description
authentication key-id {
md5 |
meticulous-md5 |
meticulous-sha1 |
sha1 |
simple}
echo [demand]
Specify echo mode. You can enable the demand mode to work in conjunction
with the echo function. When demand mode is enabled (and a BFD session has
been established), the system will be able to verify connectivity with another system at will instead of routinely.
interval ms min-rx ms
multiplier num
The interval value is the transmit timer, and it specifies the rate at which the
ACOS device sends BFD control packets to its BFD neighbors. You can specify 481000 milliseconds (ms). The default is 800 ms. This timer is used in Asynchronous
mode only.
The min-rx option is the detection timer, and this allows you to specify the maximum number of ms the ACOS device will wait for a BFD control packet from a
BFD neighbor. The min-rx value can be 48-1000 ms, and is 800 ms by default.
This timer is used in Asynchronous mode only.
The multiplier value is the wait multiplier, and this enables you to specify the
maximum number of consecutive times the ACOS device will wait for a BFD control packet from a neighbor. If the multiplier value is reached, the ACOS device
concludes that the routing process on the neighbor is down. The multiplier
value can be 3-50 and is 4 by default.
Mode
Interface
Usage
If you configure the timers on an individual interface, the interfaces settings are used instead
of the global settings. Likewise, if the BFD timers are not set on an interface, that interface
uses the global settings. For BGP loopback neighbors, BFD always uses the global timer.
NOTE:
For a BFD session for BGP using a loopback address, for an OSPFv2 virtual link, and
for an OSPFv3 virtual link, the ACOS device will always use the global timer regardless of the timer that is configured at the interface level.
Example
cpu-process
Description
NOTE:
Syntax
[no] cpu-process
Default
Mode
Interface
disable
Description
Disable an interface.
Syntax
disable
Default
The management interface is enabled by default. Data interfaces are disabled by default.
Mode
Interface
Usage
This command applies to all interface types: Ethernet data interfaces, out-of-band Ethernet
management interface, Virtual Ethernet (VE) interfaces, and loopback interfaces.
The command also applies to trunks. When you disable a trunk at the interface configuration
level for the trunk, Layer 3 forwarding is disabled on the trunk.
In L3V deployments, tagged VLAN ports can be enabled or disabled only from the shared
partition.
Example
Example
The following commands access the interface configuration level for trunk 7 and disable
Layer 3 forwarding on the trunk:
ACOS(config)# interface trunk 7
ACOS(config-if:trunk:7)# disable
duplexity
Description
Syntax
Parameter
Description
Full
Full-duplex mode.
Half
Half-duplex mode.
auto
The mode is negotiated based on the mode of the other end of the link.
Default
auto
Mode
Interface
Usage
This command applies only to physical interfaces (Ethernet ports or the management port).
Example
enable
Description
Enable an interface.
Syntax
enable
Default
The management interface is enabled by default. Data interfaces are disabled by default.
Mode
Interface
Usage
This command applies to all interface types: Ethernet data interfaces, out-of-band Ethernet
management interface, Virtual Ethernet (VE) interfaces, trunks, and loopback interfaces.
In L3V deployments, tagged VLAN ports can be enabled or disabled only from the shared
partition.
Example
flow-control
Description
Syntax
[no] flow-control
Default
Disabled. The ACOS Ethernet interface auto-negotiates flow control settings with the other
end of the link.
Mode
Interface
Usage
This command can cause the interface to briefly go down, then come back up again.
icmp-rate-limit
Description
Syntax
Parameter
Description
normal-rate
Maximum number of ICMP packets allowed per second on the interface. If the ACOS interface receives more than the normal rate of ICMP
packets, the excess packets are dropped until the next one-second
interval begins. The normal rate can be 1-65535 packets per second.
max-rate
lockup-time
Number of seconds for which the ACOS device drops all ICMP traffic
on the interface, after the maximum rate is exceeded. The lockup time
can be 1-16383 seconds.
Default
None
Mode
Global Config
Usage
This command configures ICMP rate limiting on a physical, virtual Ethernet, trunk, or loopback interface. To configure ICMP rate limiting globally, see icmp-rate-limit in the Command Line Interface Reference. To configure it in a virtual server template, see slb template
virtual-server in the Command Line Interface Reference. If you configure ICMP rate limiting filters at more than one of these levels, all filters are applicable.
Log messages are generated only if the lockup option is used and lockup occurs.
Otherwise, the ICMP rate-limiting counters are still incremented but log messages are not
generated.
Example
icmpv6-rate-limit
Description
Syntax
Parameter
Description
normal-rate
lockup
max-rate
lockup-time
Number of seconds for which the ACOS device drops all ICMPv6 traffic
on the interface, after the maximum rate is exceeded. The lockup time
can be 1-16383 seconds.
Default
None
Mode
Global Config
Usage
This command configures ICMPv6 rate limiting on a physical, virtual Ethernet, trunk, or loopback interface. To configure ICMPv6 rate limiting globally, see icmpv6-rate-limit in the Command Line Interface Reference. To configure it in a virtual server template, see slb template
virtual-server in the Command Line Interface Reference. If you configure ICMPv6 rate limiting
filters at more than one of these levels, all filters are applicable.
Log messages are generated only if the lockup option is used and lockup occurs.
Otherwise, the ICMPv6 rate-limiting counters are still incremented but log messages are not
generated.
Example
ip address
Description
Syntax
Default
Mode
Interface
Usage
This command applies only when the ACOS device is used in gateway mode.
You can configure multiple IP addresses on Ethernet and Virtual Ethernet (VE) data interfaces,
trunks, and on loopback interfaces, on ACOS devices deployed in gateway (route) mode.
Each IP address must be unique on the ACOS device. Addresses within a given subnet can be
configured on only one interface on the device. (The ACOS device can have only one data
interface in a given subnet.)
IP addresses are added to an interface in the order you configure them. The addresses
appear in show command output and in the configuration in the same order.
The first IP address you add to an interface becomes the primary IP address for the interface.
If you remove the primary address, the next address in the list (the second address to be
added to the interface) becomes the primary address.
It does not matter which address is the primary address. OSPF can run on all subnets
configured on a data interface.
The ACOS device automatically generates a directly connected route to each IP address. If
you enable redistribution of directly connected routes, those protocols can advertise the
routes to the IP addresses.
The ACOS device allows the same IP address to be configured as the ACOS devices global IP
address, and as a NAT pool address. However, in Layer 2 (transparent) deployments, if you do
configure the same address in both places, and later delete one of the addresses, you must
reload the ACOS device to place the change into effect.
Example
Example
The following commands configure multiple IP addresses on an Ethernet data interface, display the addresses, then delete the primary IP address and display the results.
ACOS(config)# interface ethernet 1
ACOS(config-if:ethernet:1)# ip address 10.10.10.1 /24
ACOS(config-if:ethernet:1)# ip address 10.10.20.2 /24
ACOS(config-if:ethernet:1)# ip address 20.20.20.1 /24
ACOS(config-if:ethernet:1)# show ip interfaces ethernet 1
Ethernet 1 ip addresses:
ip address dhcp
Description
Syntax
Default
Disabled
Mode
Interface
Usage
You can configure VIPs and IP NAT pools to use the DHCP-assigned address of a given data
interface. If this option is enabled, ACOS updates the VIP or pool address any time the specified data interfaces IP address is changed by DHCP.
ip allow-promiscuous-vip
Description
Enable client traffic received on this interface and addressed to TCP port 80 to be load balanced for any VIP address.
Syntax
[no] ip allow-promiscuous-vip
Default
Disabled
Mode
Interface
Usage
This feature also requires configuration of a virtual server that has IP address 0.0.0.0. For more
information, see the Application Delivery and Server Load Balancing Guide.
ip cache-spoofing-port
Description
Configure the interface to support a spoofing cache server. A spoofing cache server uses the
clients IP address instead of its own as the source address when obtaining content
requested by the client.
Syntax
[no] ip cache-spoofing-port
Default
Disabled
Mode
Interface
Usage
This command applies to the Transparent Cache Switching (TCS) feature. Enter the command on the interface that is attached to the spoofing cache. For more information about
TCS, including additional configuration requirements and examples, see the Application
Delivery and Server Load Balancing Guide.
Example
The following command configures interface 9 to support a spoofing cache server that is
attached to the interface.
ACOS(config-if:ethernet:9)# ip cache-spoofing-port
ip control-apps-use-mgmt-port
Description
Enable use of the management interface as the source interface for automated management traffic.
NOTE:
Syntax
[no] ip control-apps-use-mgmt-port
Default
By default, use of the management interface as the source interface for automated management traffic is disabled.
Mode
Interface
Usage
The ACOS device uses separate route tables for management traffic and data traffic.
Management route table Contains all static routes whose next hops are connected to
the management interface. The management route table also contains the route to the
device configured as the management default gateway.
Main route table Contains all routes whose next hop is connected to a data interface.
Also contains copies of all static routes in the management route table, excluding the
management default gateway route. Only the data routes are used for load-balanced
traffic.
By default, the ACOS device attempts to use a route from the main route table for
management connections originated on the ACOS device. The ip control-apps-usemgmt-port command enables the ACOS device to use the management route table for
these connections instead.
The ACOS device will use the management route table for reply traffic on connections
initiated by a remote host that reaches the ACOS device on the management port. For
example, this occurs for SSH or HTTP connections from remote hosts to the ACOS device.
Example
The following command enables use of the management interface as the source interface
for automated management traffic:
ACOS(config-if:management)# ip control-apps-use-mgmt-port
ip default-gateway
Description
NOTE:
Syntax
Default
None
Mode
Interface
Usage
Configuring a default gateway for the management interface provides the following benefits:
Ensures that reply management traffic sent by the ACOS device travels through the correct gateway
Keeps reply management traffic off the data interfaces
The default gateway configured on the management interface applies only to traffic sent
from this interface. For traffic sent through data interfaces, either the globally configured
default gateway is used instead (if the ACOS device is deployed in transparent mode) or an IP
route is used (if the ACOS device is deployed in route mode).
To configure the default gateway for data interfaces on an ACOS device deployed in
transparent mode, use the ip default-gateway command at the Global configuration
level. (See ip default-gateway in the Command Line Interface Reference.)
NOTE:
Example
The following commands configure an IP address and default gateway for the management
interface:
ACOS(config)# interface management
ACOS(config-if:management)# ip address 10.10.20.1 /24
ACOS(config-if:management)# ip default-gateway 10.10.20.1
ip helper-address
Description
Syntax
Default
None
Mode
Interface
Usage
In the current release, the helper-address feature provides service for DHCP packets only.
The ACOS interface on which the helper address is configured must have an IP address.
The helper address can not be the same as the IP address on any ACOS interface or an IP
address used for SLB.
The current release supports DHCP relay service for IPv4 only.
Example
The following commands configure two helper addresses. The helper address for DHCP
server 100.100.100.1 is configured on ACOS Ethernet interface 1 and on Virtual Ethernet (VE)
interfaces 5 and 7. The helper address for DHCP server 20.20.20.102 is configured on VE 9.
ACOS(config)# interface ethernet 1
ACOS(config-if:ethernet:1)# ip helper-address 100.100.100.1
ACOS(config-if:ethernet:1)# exit
ACOS(config)# interface ve 5
ACOS(config-if:ve:5)# ip helper-address 100.100.100.1
ACOS(config-if:ve:5)# exit
ACOS(config)# interface ve 7
ACOS(config-if:ve:7)# ip helper-address 100.100.100.1
ACOS(config-if:ve:7)# exit
ACOS(config)# interface ve 9
ACOS(config-if:ve9)# ip helper-address 20.20.20.102
ip igmp
Description
Syntax
Parameter
Description
query-timer
Sets the time interval (1-255 seconds) after which your device
(using the interface under which you are configuring this feature)
will initiate an IGMP membership query request. The default query
timer is 125 seconds. This means that IGMP membership queries
will be sent every 125 seconds from the configured interface.
response-timer
Sets the time interval (in 1/10 of a second) before which receiving
devices will send an ICMP query message response to indicate
intention to join the IGMP group or not. The default response
timer is 100. This means that receiving devices have 10 seconds in
which to indicate if they will join the IGMP membership group or
not.
Default
None
Mode
Interface
Usage
The configured timer is valid only per interface and it must be set for each individual interface.
Example
To view your IGMP membership request query configuration for a a physical interface, do the
following:
ACOS(config)# show interfaces ethernet 2
Ethernet 2 is up, line protocol is up
Hardware is GigabitEthernet, Address is 001f.a004.2e71
Internet address is 192.168.1.1, Subnet mask is 255.255.255.0
Configured Speed auto, Actual 1Gbit, Configured Duplex auto, Actual fdx
IGMP Membership Query is enabled, IGMP Membership Queries sent 3
Flow Control is disabled, IP MTU is 1500 bytes
Port as Mirror disabled, Monitoring this Port disabled
0 packets input,
0 bytes
Received 0 broadcasts,
Received 0 multicasts,
0 input errors,
0 frame
0 CRC
Received 0 unicasts
0 runts
0 giants
264264 bytes
Transmitted 0 broadcasts
0 output errors
3003 multicasts
0 unicasts
0 collisions
Example
To configure IGMP membership request queries on an virtual Ethernet interface, do the following:
ACOS(config)# vlan 50
ACOS(config-vlan:50)# tagged ethernet 1
ACOS(config-vlan:50)# router-interface ve 50
ACOS(config-vlan:50)# exit
ACOS(config)# interface ve 50
ACOS(config-if:ve:50)# ip address 10.10.10.219 /24
ACOS(config-if:ve:50)# ip igmp generate-membership-query 10 max-resp-time 50
To view your IGMP membership request query configuration for a virtual Ethernet interface,
do the following:
ACOS(config)# show interfaces ve 50
VirtualEthernet 50 is up, line protocol is up
Hardware is VirtualEthernet, Address is 001f.a004.2e72
Internet address is 10.10.10.219, Subnet mask is 255.255.255.0
Router Interface for L2 Vlan 50
IP MTU is 1500 bytes
IGMP Membership Query is enabled, IGMP Membership Queries sent 32
0 packets input
Received
0 bytes
0 packets output
Transmitted
0 bytes
Example
To view your IGMP membership request query configuration for a trunk, do the following:
ACOS(config)# show interfaces trunk 3
Trunk 3 is up, line protocol is up
Hardware is TrunkGroup, Address is 001f.a011.1a4f
Internet address is 11.11.11.219, Subnet mask is 255.255.255.0
IP MTU is 1500 bytes
IGMP Membership Query is enabled, IGMP Membership Queries sent 0
ip nat
Description
Syntax
Parameter
Description
inside
outside
Default
None
Mode
Interface
Usage
On an ACOS device deployed in transparent mode, this command is valid only on Ethernet
data ports. On an ACOS device deployed in route mode, this command is valid on Ethernet
data ports, Virtual Ethernet (VE) interfaces, and trunks.
To use source NAT, you also must configure global NAT parameters. See the ip nat
commands in Config Commands: IP on page 57.
In addition, on some AX series models, if Layer 2 IP NAT is required, you also must enable CPU
processing on the interface. (See cpu-process on page 8.) This applies to AX models
AX 3200-12, AX 3400, AX 5200-11, and AX 5630.
Example
The following commands configure IP source NAT for internal addresses in the 10.1.1.x/24
subnet connected to interface 14. The addresses are translated into addresses in the range
10.153.60.120-150 before traffic from the internal hosts is sent onto the Internet on interface
15. Likewise, return traffic is translated back from public addresses into the private host
addresses.
ip ospf
Description
Syntax
[no] ip ospf {
[ipaddr] authentication [message-digest | null] |
[ipaddr] authentication-key key-string |
bfd [disable] |
[ipaddr] cost number |
[ipaddr] database-filter all out |
[ipaddr] dead-interval seconds |
disable all |
[ipaddr] hello-interval seconds |
[ipaddr] message-digest-key key-id md5 key-string |
mtu size |
[ipaddr] mtu-ignore |
network type |
[ipaddr] priority priority |
[ipaddr] retransmit-interval seconds |
[ipaddr] transmit-delay seconds
}
Parameter
Description
ipaddr
Configures the parameter only for the specified IP address. Without this
option, the parameter is configured for all IP addresses on the interface.
authentication
authentication-key key-string
Parameter
Description
bfd
cost number
dead-interval seconds
Number of seconds that neighbor OSPF routers will wait for a new OSPF Hello
packet from ACOS before declaring this OSPF router (the ACOS device) to be
down, 1-65535 seconds.
The default is 40 seconds.
disable all
hello-interval seconds
Number of seconds between transmission of OSPF Hello packets on this interface, 1-65535 seconds.
The default is 10 seconds.
mtu
Specifies the Maximum Transmission Unit (MTU) for OSPF packets transmitted
on the interface. You can specify 576-65535 bytes.
By default, the IP MTU set on the interface is used.
mtu-ignore
Disables MTU size checking during Database Description (DD) exchange. This
option is useful when the MTU at the remote end of the link is larger than the
maximum MTU supported on the local end of the link.
By default, MTU size checking is enabled. If the MTU size in DD packets from a
neighbor does not match the interface MTU, adjacency is not established
network type
OSPF network type from the default for the media. You can specify one of the
following:
Parameter
Description
retransmit-interval seconds
transmit-delay seconds
Mode
Interface
Usage
The OSPF router with the highest priority is elected as the DR and the router with the second
highest priority is elected as the BDR. If more than one router has the highest priority, the
router with the highest OSPF router ID is selected. Priority applies only to multi-access networks, not to point-to-point networks. If you set the priority to 0, the Thunder Series does not
participate in DR and BDR election.
Example
The following command sets the OSPF priority on Ethernet interface 10 to 100:
ACOS(config)# interface ethernet 10
ACOS(config-if:ethernet:10)# ip ospf priority 100
ip rip authentication
Description
Syntax
Parameter
Description
Enables authentication using the specified key chains. (To configure a keychain file, use the key chain command at the global configuration level of
the CLI.)
Authentication mode:
md5 Message Digest 5
text Clear text
string
auth-string [auth-string ...]
Default
None
Mode
Interface
Specify the RIP version allowed in RIP packets received on the interface.
Syntax
Default
See descriptions.
Mode
Interface
ip rip receive-packet
Description
Syntax
Default
Enabled
Mode
Interface
Syntax
Default
See descriptions.
Mode
Interface
ip rip send-packet
Description
Syntax
Default
Enabled
Mode
Interface
ip rip split-horizon
Description
Configure the split-horizon method. Split horizon prevents the ACOS device from advertising
a route to the neighbor that advertised the same route to the ACOS device.
Syntax
Parameter
Description
poisoned
disable
enable
Default
Mode
Interface
Syntax
Default
Not set
Mode
Interface
ip slb-partition-redirect
Description
Enable routing redirection on an ingress Ethernet data port that will receive traffic addressed
to the VIP in a private partition.
Syntax
[no] ip slb-partition-redirect
Default
Not set
Mode
Interface
Example
The following example enables routing redirection on ethernet interface 4 so that traffic
addressed to partition p69 will be received on the partition.
ACOS(config)# interface ethernet 4
ACOS(config-if:ethernet:4)# ip slb-partition-redirect
ACOS(config-if:ethernet:4)# exit
ip stateful-firewall
Description
Syntax
Mode
[access-list num]}
Parameter
Description
inside
outside
access-list
Interface
Syntax
Syntax
Default
None.
Mode
Interface
Usage
Example
The following commands configure an IPv6 address and default gateway on the management port:
ACOS(config-if:management)# ipv6 address 2001:db8:11:2/32
ACOS(config-if:management)# ipv6 default-gateway 2001:db8:11:1/32
ipv6 access-list
Description
Syntax
Parameter
Description
name
in
Default
N/A
Mode
Interface
ipv6 address
Description
Syntax
Parameter
Description
ipv6-addr
prefix-length
link-local
Configures the address as the link-local IPv6 address for the interface, instead of a global address. Without this option, the address is
a global address.
anycast
Default
None.
Mode
Interface
Usage
Use this command to configure the link-local and global IP addresses for the interface.
The ipv6 address command, used without the link-local option, configures a
global address. If you use the link-local option, the address is instead configured as
the link-local address.
To enable automatic configuration of the link-local IPv6 address instead, use the ipv6
enable command.
To configure IPv6 on the management interface, see ipv6 (on management interface) on
page 25.
Example
Example
The following command overrides any auto-generated link-local address on interface 6 and
explicitly configures a new link-local address:
ACOS(config-if:ethernet:6)# ipv6 address fe80::1/64 link-local
ipv6 enable
Description
Syntax
Default
Disabled
Mode
Interface
Usage
Use this command to enable automatic configuration of the link-local IPv6 address.
To manually configure the address instead, see ipv6 address on page 26.
Example
Syntax
Default
Disabled
Mode
Interface
Syntax
Default
Disabled
Mode
Interface
Syntax
Parameter
Description
default-lifetime seconds
Specifies the number of seconds for which router advertisements sent on this interface are valid. You can specify 0 or 4-9000 seconds. The value can not be less than
the maximum advertisement interval. If you specify 0, the host will not use this
interface (IPv6 router) as a default route.
The default lifetime is 1800 seconds.
disable
enable
hop-limit num
Specifies the default hop count value that should be used by hosts. For a given
packet, the hop count is decremented at each router hop. If the hop count reaches
0, the packet becomes invalid.
You can specify 0-255. If you specify 0, the value is unspecified by this IPv6 router.
The default is 255.
max-interval seconds
min-interval seconds
Specifies the MTU value to include in the MTU options field. You can specify 12009216 bytes or disabled.
NOTE: If this option is disabled, no MTU value is included.
This is disabled by defaul.t
Parameter
Description
prefix
ipv6-addr/prefix-length
[options]
rate-limit num
reachable-time ms
You can specify 0-3600000 ms. If you specify 0, the value is unspecified by this IPv6
router.
The default is 0.
retransmit-timer seconds
Specifies the number of seconds a host should wait between sending neighbor
solicitation messages.
You can specify 0-4294967295 seconds. If you specify 0, the value is unspecified by
this IPv6 router.
The default is 0.
Specifies a VRID for which to send router advertisements.
vrid num
Default
IPv6 router discovery is disabled by default. The command options have the default values
specified in the table above.
Mode
Interface
Usage
When IPv6 router discovery is enabled on an interface, any new IPv6 addresses that you add
to the interface are automatically added to the set of prefixes to advertise.
Router advertisements are sent to the all-nodes multicast address at an interval that is
uniformly distributed between the minimum and maximum advertisement intervals. If a
host sends a router solicitation message, the ACOS device sends a router advertisement as a
unicast to that host instead.
The source address of router advertisements is always a link-local IPv6 address.
For the reachable-time, hop-limit, and retransmit-timer options, the ACOS
device recommends the configured value to hosts but does not itself use the value.
Example
The following commands configure an IPv6 address on Ethernet interface 1, enable IPv6
router discovery, change the minimum and maximum advertisement intervals, and add two
prefixes to the prefix advertisement list.
Explicitly set the link-state metric (cost) for this OSPF interface.
Syntax
Default
By default, an interfaces cost is calculated based on the interfaces bandwidth. If the autocost reference bandwidth is set to its default value (100 Mbps), the default interface cost is
10.
Mode
Interface
Specify the maximum time to wait for a reply to a hello message, before declaring the neighbor to be offline.
Syntax
Replace seconds with the number of seconds this OSPF router will wait for a reply to a hello
message sent out this interface to an OSPF neighbor, before declaring the neighbor to be
offline. You can specify 1-65535 seconds.
Default
40
Mode
Interface
Specify the time to wait between sending hello packets to OSPF neighbors.
Syntax
Replace seconds with the number of seconds this OSPF router will wait between
transmission of hello packets out this interface to OSPF neighbors. You can specify 1-65535
seconds.
Default
10
Mode
Interface
Disable checking of the maximum transmission unit (MTU) during OSPFv3 Database Description (DD) exchange.
Syntax
Replace num with a specific an OSPFv3 process, 0-255. If you do not use this option, MTU
checking on the interface is disabled for all OSPFv3 processes.
Default
Mode
Interface
Syntax
Parameter
Description
ipv6-addr
cost num
Parameter
Description
poll-interval
seconds
priority num
Default
Syntax
Parameter
Description
broadcast
Broadcast network.
non-broadcast
point-to-multipoint
Point-to-multipoint network.
point-to-point
Point-to-point network.
num
Default
Mode
Interface
Priority of this OSPF router (and process) on this interface for becoming the designated
router for the OSPF domain.
Syntax
Replace num with the priority of this OSPF process on this interface, 0-255. The lowest
priority is 0 and the highest priority is 255.
Default
Mode
Interface
Usage
If more than one OSPF router has the highest priority, the router with the highest router ID is
selected as the designated router.
Specify the time to wait before resending an unacknowledged packet out this interface to
an OSPF neighbor.
Syntax
Replace seconds with the number of seconds this OSPF router waits before resending an
unacknowledged packet out this interface to a neighbor. You can specify 1-65535 seconds.
Default
Mode
Interface
Specify the time to wait between sending packets out this interface to an OSPF neighbor.
Syntax
Replace seconds with the number of seconds this OSPF router waits between transmission of
packets out this interface to OSPF neighbors. You can specify 1-65535 seconds.
Default
Mode
Interface
Configure the split-horizon method. Split horizon prevents the ACOS device from advertising
a route to the neighbor that advertised the same route to the ACOS device.
Syntax
Parameter
Description
poisoned
disable
enable
Default
Mode
Interface
Configure options for Intermediate System to Intermediate System (IS-IS) on an IPv6 data
interface.
Syntax
Default
None
Mode
Interface
Syntax
Mode
Interface
Usage
For OSPFv3, the area tag ID configured on an interface must be the same as the tag ID for the
OSPF instance.
Syntax
Mode
Interface
ipv6 stateful-firewall
Description
Syntax
Parameter
Description
inside
outside
access-list
[access-list num]}
Mode
Interface
Example
isis authentication
Description
Syntax
Parameter
Description
send-only
[level-1 | level-2]
mode md5
[level-1 | level-2]
key-chain name
[level-1 | level-2]
level-1 Disables key checking only for Level-1 (intra-area) IS-IS traffic.
level-2 Disables key checking only for Level-2 (inter-area) IS-IS traffic.
Enabled MD5 authentication.
level-1 Enables MD5 only for Level-1 (intra-area) IS-IS traffic.
level-2 Enables MD5 only for Level-2 (inter-area) IS-IS traffic.
Specifies the name of the certificate key chain to use for authenticating IS-IS traffic.
level-1 Applies to Level-1 (intra-area) IS-IS traffic.
level-2 Applies to Level-2 (inter-area) IS-IS traffic.
Default
Mode
IS-IS
Usage
This command overrides the globally configured authentication settings for the IS-IS
instance.
Use the send-only option to temporarily disable key checking, then use the key-chain
option to specify the key chain. To use MD5, use the md5 option to disable clear-text
authentication and enable MD5 authentication. After key-chains are installed on the other ISIS routers, disable the send-only option.
Example
The following command disables MD5 authentication for IS-IS on interface VE 2. Clear-text
authentication will be used instead.
ACOS(config)# interface ve 3
ACOS(config-if:ve:3)# no isis authentication mode md5
isis bfd
Description
Disable BFD.
Syntax
Default
Mode
Interface
isis circuit-type
Description
Specify the IS-IS routing level (circuit type) for this interface.
Syntax
Default
level-1
Mode
Interface
isis csnp-interval
Description
Configure the interval between transmission of complete sequence number PDUs (CSNPs).
Syntax
Parameter
Description
seconds
level-1 |
level-2
Default
Mode
Interface
Usage
isis hello
Description
Syntax
Default
Enabled
Mode
Interface
Usage
When padding is enabled, extra bytes are added to IS-IS Hello packets to make them equal
to the MTU size of the interface. This option informs neighbors of the interfaces MTU, so that
neighbors do not send Hello packets that are longer than the MTU.
isis hello-interval
Description
Configure the interval between transmission of IS-IS Hello packets on this interface.
Syntax
Parameter
Description
seconds
level-1 |
level-2
Specifies the IS-IS routing level to which the interval setting applies:
level-1 Intra-area
level-2 Inter-area
The default is level-1.
Default
Mode
Interface
isis hello-interval-minimal
Description
Syntax
Parameter
Description
level-1 |
level-2
Specifies the IS-IS routing level to which the interval setting applies:
level-1 Intra-area
level-2 Inter-area
The default is level-1.
Default
Mode
Interface
Usage
The minimal option bases the hello interval on the hello multiplier, by setting the hold time
to 1, and dividing the hold time by the hello multiplier:
hello-interval = hold-time % hello-multiplier
hello-interval = 1 % hello-multiplier
isis hello-multiplier
Description
Configure the multiplier used for calculating the neighbor hold time for Hello packets.
Syntax
Parameter
Description
num
level-1 | level-2
Default
Mode
Interface
Usage
The hold time specifies the maximum number of seconds IS-IS neighbors should allow
between Hello packets from this IS-IS interface. If the neighbor does not receive a Hello
packet before the hold time expires, the neighbor terminates the adjacency with this IS-IS
router on this interface.
To calculate the hold time, IS-IS multiplies the IS-IS hello interval by the multiplier:
hello-interval x hello-multiplier = hold-time
If the minimal option is used with the isis hello-interval command, the
hold time is set to 1. This overrides the hold time calculated based on the hellomultiplier value.
isis lsp-interval
Description
Syntax
Replace ms with the minimum number of milliseconds IS-IS will wait between transmission
of LSPs (1-4294967295).
Default
33 ms
Mode
Interface
Usage
The LSP transmission interval helps avoid high CPU utilization on IS-IS neighbors during LSP
floods, by allowing the neighbors time to send, receive, and process LSPs.
isis mesh-group
Description
Syntax
Parameter
Description
group-num
blocked
Default
None
Mode
Interface
isis metric
Description
Syntax
Parameter
Description
num
level-1 | level-2
Specifies the IS-IS routing level to which the default metric setting applies:
level-1 Intra-area
level-2 Inter-area
The default is level-1.
Default
Mode
Interface
Usage
The default metric is used for SPF calculation. Links with lower metrics are preferred to links
with higher metrics.
The default metric is applicable only when the metric style is narrow. (See metric-style on
page 167.)
isis network
Description
Syntax
Parameter
Description
broadcast
point-to-point
Default
broadcast
Mode
Interface
isis password
Description
Configure the plain-text password for authentication of Hello packets sent and received on
this interface.
Syntax
Parameter
Description
string
level-1 | level-2
Default
None
Mode
Interface
Usage
The password is applicable only if the authentication type is plain-text. (See isis authentication on page 35.)
isis priority
Description
Configure this interfaces priority for Designated Integrated System (DIS) election.
Syntax
Parameter
Description
num
level-1 | level-2
Default
Mode
Interface
Usage
During DIS election, the IS-IS router with the highest priority is elected as the DIS for the LAN.
If more than one IS-IS router has the highest priority, the router that has the IS-IS interface
with the highest MAC address is elected as the DIS.
The priority is applicable only if the network type is broadcast. (See isis network on
page 41.)
isis restart-hello-interval
Description
Configure the amount of time this interface waits for acknowledgement from neighbors of
its notification to restart IS-IS, before resending the notification.
Syntax
Parameter
Description
seconds
level-1 | level-2
Default
Mode
Interface
Usage
To notify its IS-IS neighbors of an intent to restart the IS-IS process, the ACOS device inserts a
Restart TLV in IS-IS Hello packets sent to neighbors on this interface. If the an acknowledge-
ment of the restart notification is not received on this interface before the restart hello interval expires, IS-IS resends the notification.
isis retransmit-interval
Description
Syntax
Replace seconds with the number of seconds IS-IS waits before resending an LSP that was
dropped (0-65535). Use a value that is greater than the expected round-trip delay between
any two routers on the attached network.
Default
Mode
Interface
Usage
The retransmit interval is applicable only if the network type is point-to-point. (See isis network on page 41.)
isis wide-metric
Description
Syntax
Parameter
Description
num
level-1 | level-2
Default
Mode
Interface
Usage
The wide metric is applicable only if the metric style is set to wide or transition. (See metricstyle on page 167.)
l3-vlan-fwd-disable
Description
Syntax
[no] l3-vlan-fwd-disable
Default
By default, the ACOS device can forward Layer 3 traffic between VLANs.
Mode
Interface
Usage
This command is applicable only on ACOS devices deployed in gateway (route) mode. If the
option to disable Layer 3 forwarding between VLANs is configured at any level, the ACOS
device can not be changed from gateway mode to transparent mode, until the option is
removed.
The command is applicable to inbound traffic on the interface.
The command is valid on physical Ethernet interfaces, Virtual Ethernet (VE) interfaces, trunks,
and on the lead interface in trunks.
However, if the command is configured on a physical Ethernet interface, that interface can
not be added to a trunk or VE.
If the command is used on a trunk or VE and that trunk or VE is removed from the
configuration, the command is also removed from all physical Ethernet interfaces that were
members of the trunk or VE. Likewise, if a VLAN is removed, the command is removed from
any physical Ethernet interfaces that were members of the VLAN.
To display statistics for this option, use the show slb switch command. For more
information, see show slb switch in the Command Line Interface Reference.
lldp enable
Description
Configure this interface to send only, receive only, or send and receive LLDP data packets.
Specify rx to configure the interface to only receive LLDP data packets; specify tx to
configure the interface to only send LLDP data packets. If neither is specified, the interface
can both receive and send LLDP data packets.
Syntax
Default
Not enabled.
Mode
lldp notification
Description
Syntax
Default
Not enabled.
Mode
Interface
lldp tx-dot1-tlvs
Description
The TLVs VLAN name and link-aggregation are dictated by 802.1ab Annex E.
Syntax
Parameter
Description
vlan
Assign a name to the VLAN and map the VLAN ID to the VLAN.
link-aggregation
Default
Since 802.1ab 2009 and 802.1ab2005 are inherently different, some older devices do support
these TLVs by default. The TLVs will not automatically be included in the transmitted frame.
Mode
Interface
lldp tx-tlvs
Description
Configure the transmission TLV packets to exclude. All basic TLVs will be included by default.
Syntax
Default
Not enabled.
Mode
Interface
load-interval
Description
Syntax
You must specify the amount in 5-second intervals. For example, 290 and 295 are valid
interval values. However, 291, 292, 293, and 294 are not valid interval values.
Default
300 seconds
Mode
Interface
Usage
Example
The following command changes the utilization statistics interval for Ethernet interface 1 to
200 seconds:
ACOS(config)# interface ethernet 1
ACOS(config-if:ethernet:1)# load-interval 200
lw-4o6
Description
Syntax
Mode
Parameter
Description
inside
outside
Interface
media-type-copper
Description
Configure a 40G port if you want to use a copper 40G DAC cable.
This command is only available on devices with 40G interfaces.
Syntax
[no] media-type-copper
Default
40G ports on ACOS devices are configured to use fiber cables by default.
Mode
Interface
monitor
Description
Configure an Ethernet interface to send a copy of its traffic to another Ethernet interface.
Before using this command, you must have first configured a mirror port to accept the
copied (mirrored) traffic. For more information, see the mirror-port command in the
Command Line Interface Reference.
Syntax
Parameter
Description
both
Send a copy of both inbound and outbound traffic to the mirror port.
The mirror port must have already been configured to send both inbound
and outbound mirrored traffic from this monitored port. For example:
ACOS(config)# mirror-port 1 ethernet 1 both
input
output
vlan
vlan-id
Default
Mode
Interface
Usage
This command is valid only on Ethernet data interfaces. To specify the port where mirrored
traffic should be sent, use the mirror-port command at the global Config level. For more
information, see the mirror-port command in the Command Line Interface Reference.
NOTE:
Only one mirror port is supported. All mirrored traffic for the directions you specify
goes to that port.
Example
The following commands enable monitoring of input traffic on Ethernet port 5, and enable
the monitored traffic to be copied (mirrored) to Ethernet port 3:
ACOS(config)# mirror-port 2 ethernet 3
ACOS(config)# interface ethernet 5
ACOS(config-if:ethernet:5)# monitor input 2
mtu
Description
Syntax
Replace bytes with the largest packet size that can be forwarded out the interface (12001500).
NOTE:
Default
1500 bytes
Mode
Interface
Usage
The counter is labeled MTU exceeded Drops. The counter includes packets that had the Do
Not Fragment bit set and packets that did not have the bit set.
You can enable jumbo support on a global basis. In this case, the MTU is not automatically
changed on any interfaces, but you can increase the MTU on individual interfaces.
On FTA models, you can increase the MTU on individual Ethernet interfaces up to
12000 bytes.
On non-FTA models, you can increase the MTU on individual Ethernet interfaces up to
9216 bytes.
name
Description
Syntax
Replace string with the name for the interface, 1-63 characters.
Default
None
Mode
Interface
Usage
This command applies to physical and virtual Ethernet data interfaces, and trunks. This command does not apply to the management interface.
Example
The following commands assign the name "WLAN-interface" to an interface and show the
result:
ACOS(config)# interface ve 1
ACOS(config-if:ve:1)# name WLAN-interface
ACOS(config-if:ve:1)# show ip interfaces
Port IP
Netmask
PrimaryIP
Name
--------------------------------------------------------------------------mgm
192.168.20.136
255.255.255.0
Yes
ve1
192.168.217.1
255.255.255.0
Yes
ve2
50.50.50.1
255.255.255.0
Yes
WLAN-interface
ports-threshold
Description
Syntax
Parameter
Description
number-of-ports
timer
seconds
[do-auto-recovery]
Mode
Interface
Usage
remove-vlan-tag
Description
Remove the VLAN tag from packets to ensure that packets going out of the interface will be
untagged.
NOTE:
This command is not available on non-FPGA platforms, and is also not available on
the A10 Thunder Series 3230S(S), 3430(S), and 5330(S) platforms.
Syntax
[no] remove-vlan-tag
Default
Disabled
Mode
Interface
Example
snmp-server
Description
Specify a data interface to use as the source interface for SNMP traps.
Syntax
Default
Management interface
Mode
Interface
Usage
Select a data interfaces from which to send SNMP traps. The interface can be any of the following types:
Ethernet
VLAN / VE
Loopback
When the ACOS device sends an SNMP trap from the specified data interface, the agentaddress in the SNMP trap is the data interfaces IP address.
Implementation Details:
This feature does not support IPv6.
This feature supports SNMPv1 but not SNMPv2c or SNMPv3.
Example
The following command attempts to set a loopback interface as the SNMP trap source. However, the feature has already been enabled on Ethernet port 1, and only one interface can be
enabled for SNMP traps, so this example shows that the existing trap source will be overwritten with the new one:
ACOS(config)# interface loopback 1
ACOS(config-if:loopback:1)# snmp-server trap-source
The trap source already exists for interface eth1. Do you want to
overwrite? [yes/no]:yes
ACOS(config-if:loopback:1)#
trunk-group
Description
Syntax
Parameter
Description
static
lacp
lacp-udld
Default
static
Mode
Interface
Usage
Use this command on each Ethernet data port you want to add to the trunk. When finished,
use the interface trunk TrunkID command to access the configuration level for the
trunk interface.
For more information about trunk configuration, see Link Trunking on page 3.
If the ACOS device is a member of an aVCS virtual chassis, specify the VLAN ID as follows: DeviceID/vlan-id, where
DeviceID is the devices aVCS ID and vlan-id is the VLAN ID.
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
name
Description
Syntax
Replace string with the name for the VLAN, 1-63 characters.
Default
The default name for VLAN 1 is DEFAULT VLAN. For other VLANs, if a name is not configured,
None appears in place of the name.
Mode
VLAN
Example
The following commands assign the name Test100 to VLAN 100 and show the result:
ACOS(config)# vlan 100
ACOS(config-vlan:100)# name Test100
ACOS(config-vlan:100)# show vlan
Total VLANs: 3
VLAN 1, Name [DEFAULT VLAN]:
Untagged Ports:
Tagged Ports:
3
None
10
1
None
Router Interface: ve 1
VLAN 200, Name [None]:
Untagged Ports:
Tagged Ports:
2
None
Router Interface: ve 2
router-interface
Description
Add a virtual Ethernet (VE) router interface to the VLAN. A VE is required in order to configure
an IP address on a VLAN.
Syntax
Replace ve-num with the VE number, 2-4094. The VE number must be the same as the VLAN
number.
Default
Mode
VLAN
Usage
Example
tagged
Description
Add tagged ports to a VLAN. A tagged port can be a member of more than one VLAN. An
untagged port can be a member of only a single VLAN.
Syntax
[no] tagged
{ethernet port-num [to port-num] | trunk trunk-num
[to trunk-num]}
Parameter
Description
port-num
trunk-num
Default
Mode
VLAN
Usage
Example
untagged
Description
Add untagged ports to a VLAN. An untagged port can be a member of only a single VLAN.
Syntax
[no] untagged
{
ethernet port-num [to port-num] |
lif lif-num |
trunk trunk-num [to trunk-num] |
}
Parameter
Description
port-num
lif-num
trunk-num
Default
VLAN 1 contains all ports by default. New VLANs do not contain any ports by default.
Mode
VLAN
Example
The following command adds port 6 and ports 8-10 to VLAN 4 as an untagged ports:
ACOS(config)# vlan 4
ACOS(config-vlan:4)# untagged ethernet 6
ACOS(config-vlan:4)# untagged ethernet 8 to 10
Config Commands: IP
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
NOTE:
To configure global IPv6 parameters, see Config Commands: IPv6 on page 83.
ip access-list
Description
Syntax
Match Option
Description
sequence-number
Sequence number of this rule in the ACL. You can use this option to resequence the rules in
the ACL.
remark string
Adds a remark to the ACL (1-63 characters). The remark appears at the top of the ACL when
you display it in the CLI. To use blank spaces in the remark, enclose the entire remark string
in double quotes. The ACL must already exist before you can configure a remark for it. An
ACL and its individual rules can have multiple remarks.
deny |
permit |
l3-vlan-fwd-disable
Specify the action to take for traffic that matches the ACL:
deny - Drops any traffic that matches the ACL applied to interfaces or used for management access.
permit - Allows any traffic that matches the ACL applied to interfaces or used for management access. For ACLS used for IP source NAT, this option specifies the inside host
addresses to be translated into external addresses.
NOTE: If you are configuring an ACL for source NAT, use the permit action. For ACLs
used with source NAT, the deny action does not drop traffic, it simply does not use the
denied addresses for NAT translations.
l3-vlan-fwd-disable - Disables Layer 3 forwarding between VLANs for IP addresses
that match the ACL rule.
traffic-type
traffic-source
Match Option
Description
eq src-port |
gt src-port |
lt src-port |
range
start-src-port
end-src-port
These options are available for both TCP or UDP only; they specify the source protocol ports
on which to match:
eq src-port The ACL matches on traffic from the specified source port.
gt src-port The ACL matches on traffic from any source port with a higher number
than the specified port.
lt src-port The ACL matches on traffic from any source port with a lower number
than the specified port.
range start-src-port end-src-port The ACL matches on traffic from any
source port within the specified range.
traffic-destination
Specifies the destination address(es) on which to match. (The options are the same as those
for source address.)
more-options
Mode
Configuration mode.
Usage
The support for named IPv4 ACLs supplements the support for IPv4 ACLs configured by ID.
You can use a named IPv4 ACL in any place a standard or extended IPv4 ACL is supported. In
the CLI, use the name option in front of the IPv4 ACL name.
Introduced in Release
2.7.1
Example
The following commands configure a named, extended IPv4 ACL called Deny-Rules to
deny traffic sent from subnet 10.10.10.x to 10.10.20.5:80, and apply the ACL to inbound traffic
received on Ethernet interface 7:
ip address
Description
Configure the global IP address of the ACOS device, when the device is deployed in transparent mode (Layer 2 mode).
Syntax
Default
None.
Mode
Configuration mode
Usage
This command applies only when the ACOS device is deployed in transparent mode. To
assign IP addresses to individual interfaces instead (gateway mode), use the ip address
command at the interface configuration level. (See ip address on page 12.)
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
ip anomaly-drop
Description
Enable filtering for IP packets that exhibit predictable, well-defined anomalies. You can enable filtering for the following types of IP anomalies:
Syntax
Parameter
Description
bad-content
drop-all
frag
ip-option
land-attack
out-of-sequence
packet-deformity
ping-of-death
security-attack
tcp-no-flag
tcp-syn-fin
Drop TCP packets with both syn and fin flags set.
tcp-syn-frag
zero-window
Default
Mode
Configuration mode
Example
ip as-path
Description
Syntax
Parameter
Description
regular-expression
deny | permit
Default
None
Mode
Configuration mode
ip community-list
Description
Syntax
Syntax
Parameter
Description
num
List number.
{expanded | standard}
list-name
deny | permit
community-number
Community number.
local-AS
Advertises routes only within the local Autonomous System (AS), not to external BGP peers.
no-advertise
no-export
Default
None
Mode
Configuration mode
Example
Example configuration:
ip default-gateway
Description
Specify the default gateway to use to reach other subnets, when the ACOS device is
deployed in transparent mode (Layer 2 mode).
Syntax
Default
None.
Mode
Configuration mode
Usage
This command applies only when the ACOS device is used in transparent mode. If you
instead want to use the device in gateway mode (Layer 3 mode), configure routing.
To configure the default gateway for the out-of-band management interface, use the
interface management command to go to the configuration level for the interface, then
enter the ip default-gateway command. (See ip default-gateway on page 15.)
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
The following command configures an ACOS device deployed in transparent mode to use
router 10.10.10.1 as the default gateway for data traffic:
ACOS(config)# ip default-gateway 10.10.10.1
ip dns
Description
Configure DNS servers and the default domain name (DNS suffix) for hostnames on the
ACOS device.
Syntax
Default
None
Mode
Configuration mode
Usage
Example
ip extcommunity-list
Description
Syntax
Syntax
[no] ip extcommunity-list
{expanded | standard} list-name
{deny | permit}
{rt | soo {AS-num:nn | ipaddr:nn}}
Parameter
Description
num
List number.
{expanded | standard}
list-name
deny | permit
rt | soo
{AS-num:nn | ipaddr:nn}
Default
None
Mode
Configuration mode
ip frag buff
Description
Syntax
Replace num with the maximum number of buffers the ACOS device will allow for
fragmentation sessions. You can specify 10000-3000000 (3 million). The specified maximum
applies to both IPv4 and IPv6.
Default
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
ip frag max-reassembly-sessions
Description
Syntax
Replace num with the maximum number of simultaneous fragmentation sessions the ACOS
device will allow. You can specify 1-200000. The specified maximum applies to both IPv4 and
IPv6.
Default
100000
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
ip frag timeout
Description
Syntax
Replace ms with the number of milliseconds (ms) the ACOS device buffers fragments for
fragmented IP packets. If any fragments of an IP packet do not arrive within the specified
time, the fragments are discarded and the packet is not re-assembled. You can specify 416000 ms (16 seconds), in 10-ms increments.
Default
1000 ms (1 second)
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
ip icmp disable
Description
Syntax
Parameter
Description
redirect
unreachable
Default
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
Example
ip mgmt-traffic
Description
Allows a loopback interface IP address to be used as the source interface for management
traffic originated by the ACOS device.
Syntax
[no] ip mgmt-traffic
{all | ftp | ntp | rcp | snmp | ssh | syslog | telnet | tftp | web}
source-interface loopback num
To apply the command only to a specific type of traffic (SNMP, NTP, and so on), use the option
for that traffic type. To apply the command to all management traffic types, use the all
option.
Default
Not set
Mode
Configuration mode
Usage
best interface based on the route table. You can override the default interface selection
by specifying a loopback or other type of interface as part of the ping command.
Layer 2/3 Virtualization This feature is supported only for loopback interfaces that
belong to the shared partition. When this feature is configured, management traffic initiated from a private partition will use the IP address of the specified loopback interface
as the source address, and will use the shared partitions data routing table to select the
outbound interface.
Limitations
The current release has the following limitations related to this feature:
Floating loopback interfaces are not supported.
IPv6 interfaces are not supported.
aVCS is not supported.
Example
Example
The following command configures the ACOS device to use loopback interface 2 as the
source interface for management traffic of all types listed above:
ACOS(config)# ip mgmt-traffic all loopback 2
Disable or re-enable NAT Application-Layer Gateway (ALG) support for the Point-to-Point
Tunneling Protocol (PPTP). This feature enables clients and servers to exchange Point-to-
Point (PPP) traffic through the ACOS device over a Generic Routing Encapsulation (GRE) tunnel. PPTP is used to connect Microsoft Virtual Private Network (VPN) clients and VPN hosts.
Syntax
Default
Enabled
Mode
Configuration mode
Usage
NAT ALG for PPTP has additional configuration requirements. For information, see the NAT
ALG Support for PPTP section in the Network Address Translation chapter of the Application Delivery and Server Load Balancing Guide.
ip nat icmp
Description
Syntax
Parameter
Description
always-source-nat-errors
Enable NAT for ICMP messages from inside routers. By default, source IP addresses
of ICMP error messages sent by inside routers are not translated into NAT
addresses.
respond-to-ping
Enable ping replies from NAT pool addresses. By default, ping requests sent to LSN
NAT pool addresses are dropped.
Default
Disabled
Mode
Configuration mode
Syntax
Parameter
Description
class-list name
Specifies a class list. Entries in the class list map internal IP addresses to IP NAT
pools.
list acl-name
Specifies an Access Control List (ACL) that matches on the inside addresses to be
translated. (To configure the ACL, see the access-list commands in the Command
Line Interface Reference.)
pool pool-or-group-name
[msl seconds]
[respond-to-user-mac]
NOTE: This option is valid only for the current session. After the clients MAC
address expires, the ACOS device will use the routing table to select the next hop. If
the session has traffic from the inside client, the ACOS device will learn the inside
client's MAC address again.
static
inside-ipaddr nat-ipaddr
disable | enable
vrid num
VRRP-A VRID.
Default
None
Mode
Configuration mode
For static NAT mappings, the following limitations apply:
Application Layer Gateway (ALG) services other than FTP are not supported when the
server is on the inside.
Example
ip nat pool
Description
Syntax
Parameter
Description
pool-name
start-ipaddr
end-ipaddr
netmask
{subnet-mask | /mask-length}
gateway ipaddr
ip-rr
Uses pool IP addresses in round robin fashion. Without this option, IP address
selection from a NAT pool depends on the incoming tuple and the usage of
the NAT pool.
scaleout-device-id device-id
Configure the Scale Out device ID to which this IP NAT pool will be bound (164).
vrid num
VRRP-A VRID. In the shared partition, you can specify 1-31 or default. In private partitions, you can specify default.
Default
None.
Mode
Configuration mode
Usage
The pool can be used by other ip nat commands. The IP addresses must be IPv4 addresses.
To configure a pool of IPv6 addresses, see ipv6 nat pool on page 89.
To enable inside or outside NAT on interfaces, see ip nat on page 19.
When you use the gateway option, the gateway you specify is used as follows:
For forward traffic (traffic from a client to a server), the NAT gateway is used if the source
NAT address (the address from the pool) and the server address are not in the same IP
subnet.
On reverse traffic (reply traffic from a server to a client), the NAT gateway is used if all
the following conditions are true:
Example
The following command configures an IP address pool named pool1 that contains
addresses from 30.30.30.1 to 30.30.30.254:
ACOS(config)# ip nat pool pool1 30.30.30.1 30.30.30.254 netmask /24
ip nat pool-group
Description
Configure a set of IP pools for use by NAT. Pool groups enable you to use non-contiguous IP
address ranges, by combining multiple IP address pools.
Syntax
Parameter
Description
pool-group-name
vrid num
VRRP-A VRID.
This command changes the CLI to the configuration level for the specified pool group,
where the following command is available:
member pool-name
Default
None.
Mode
Configuration mode
Usage
To use a non-contiguous range of addresses, configure a separate pool for each contiguous
portion of the range, then configure a pool group that contains the pools.
The addresses within an individual pool still must be contiguous, but you can have gaps
between the ending address in one pool and the starting address in another pool. You also
can use pools that are in different subnets.
For SLB, a pool group can contain up to 5 pools. Pool group members must belong to the
same protocol family (IPv4 or IPv6). A pool can be a member of multiple pool groups.
If a pool group contains pools in different subnets, the ACOS device selects the pool that
matches the outbound subnet. For example, if there are two routes to a given destination, in
different subnets, and the pool group has a pool for one of those subnets, ACOS selects the
pool that is in the subnet for the outbound route.
The ACOS device selects the pool whose addresses are in the same subnet as the next-hop
interface used by the data route table to reach the server.
Example
ip nat range-list
Description
Syntax
Parameter
Description
list-name
local-ipaddr /mask-length
global-ipaddr /mask-length
count number
vrid num
Default
None.
Mode
Configuration mode
Usage
You can configure up to 2000 ranges. You can specify IPv4 or IPv6 addresses within a range.
Example
The following command configures an IP address range named nat-list-1 that maps up to
100 local addresses starting from 10.10.10.97 to Internet addresses starting from
192.168.22.50:
ACOS(config)# ip nat range-list nat-list-1 10.10.10.97 /16 192.168.22.50 /16 count 100
Syntax
This command changes the CLI to the configuration level for the specified NAT logging
template, where the following commands are available.
Command
Description
Specifies the logging facility to use. For a list of available facilities, enter
the following command: facility ?
The default facility is local0.
[no] include-destination
[no] include-rip-rport
Includes the IP and port of real server in logs (SLB function only).
Specifies the severity level to assign to LSN traffic logs generated using
this template. Use the severity ? command to view the available
severity levels. You can enter the name or the number of a severity
level.
The default severity is 7 (debugging).
[no] source-port
{source-port | any}
Specifies the source protocol port the ACOS device uses to send out
log messages to the external log servers (1-65535).
NOTE: This does not conflict with the real server port, which is the
destination port of the logging packet.
If the any option is configured, the ACOS device randomly selects a
source-port for each logging packet.
The default source port is 514 (for UDP only).
NOTE:
The source-port command is only applicable to syslog over UDP, and does not
apply to TCP traffic. With syslog over TCP traffic, the source port is determined by
ACOS through Smart NAT.
Default
There is no NAT logging template by default. When you configure one, the template options
have the default values as described in the table above.
Mode
Configuration mode
Usage
The template keeps track as to which external clients were mapped to the NAT IP and load
balances multiple IP address requests. Therefore it can be used once VIPs are configured.
Example
The following commands show a configuration for external logging of SLB NAT activity.
ACOS(config)# ip nat pool pool1 20.0.0.1 20.0.0.1 netmask /32
ACOS(config)# ip nat template logging testlog
ACOS(config-nat logging)# log port-mappings both
ACOS(config-nat logging)# log session
ACOS(config-nat logging)# include-destination
ACOS(config-nat logging)# include-rip-rport
ACOS(config-nat logging)# service-group log
ACOS(config-nat logging)# exit
ACOS(config)# slb server rs1 20.0.0.6
ACOS(config-real server)# port 80 tcp
ACOS(config-real server-node port)# exit
ACOS(config-real server)# exit
ACOS(config)# slb server rs2 20.0.0.8
ACOS(config-real server)# port 80 tcp
ACOS(config-real server-node port)# exit
ACOS(config-real server)# exit
ACOS(config)# slb server ls1 20.0.0.7
ACOS(config-real server)# port 514 udp
ACOS(config-real server-node port)# exit
ACOS(config-real server)# exit
ACOS(config)# slb service-group sg1 udp
ACOS(config-slb svc group)# member ls1 514
ACOS(config-slb svc group-member:514)# exit
ACOS(config-slb svc group)# exit
ACOS(config)# slb virtual-server vip1 10.0.0.111
ACOS(config-slb vserver)# template logging testlog
ACOS(config-slb vserver)# show log
Log Output:
Apr 15 14:27:04 Apr 15 14:27:03 ACOS NAT-TCP-C: 10.0.0.12:25235 ->
20.0.0.1:2097 RS 20.0.0.7:80#015
...
ip nat translation
Description
Syntax
Parameter
Description
icmp-timeout
{age seconds | fast}
Specifies the minimum number of seconds NATted ICMP sessions can remain idle before
being terminated. You can specify 2-15000 seconds, or fast. The fast option terminates
the session as soon as a response is received.
The default is fast.
service-timeout
{tcp | udp} portnum
{age seconds | fast}
Specifies the minimum number of seconds NATted sessions on a specific protocol port
can remain idle before being terminated. The timeout set for an individual protocol port
overrides the global TCP or UDP timeout for NATted sessions. You can specify 2-15000 seconds, or fast. The fast option terminates the session as soon as a response is received.
By default, this is not set. For all service ports except UDP 53, the tcp-timeout or udptimeout setting is used. For UDP port 53, the SLB MSL time is used.
tcp-timeout seconds
Timeout for TCP sessions that are not ended normally by a FIN or RST. You can specify
2-15000 seconds:
The default is 300 seconds.
udp-timeout seconds
The supported values and timer behavior for UDP sessions are the same as those for tcptimeout (described above).
Default
See descriptions.
Mode
Configuration mode
Usage
The timeout value you specify is the minimum number of seconds the session can remain
idle. It takes up to 60 seconds following expiration of the configured timeout value for the
session to be removed.
If you specify 2-31 seconds, the timeout takes place very rapidly, as close to the configured
timeout as possible.
If you specify 32-15000 seconds, the timeout value must be divisible by 60, and can be a
minimum of 1 minute. If the timeout is set to a value in the range 32-59, the timeout value is
rounded up to 60. Values in the range 61-14999 are rounded down to the nearest multiple of
60.
Example
ip nat-global reset-idle-tcp-conn
Description
Enable client and server TCP Resets for NATted TCP sessions that become idle.
Syntax
Default
Disabled.
Mode
Configuration mode
ip prefix-list
Description
Syntax
{any | ipaddr/mask-length}
[ge prefix-length] [le prefix-length]
Parameter
Description
list-name
Name of the IP prefix list. The name can not contain blanks.
description string
seq sequence-num
Changes the sequence number of the IP prefix-list rule. The sequence number can
be 1-4294967295.
deny | permit
IP address and number of mask bits, from left to right, on which to match. If you
omit the ge and le options (described below), the mask-length is also the subnet
mask on which to match.
ge prefix-length
Specifies a range of prefix lengths on which to match. Any prefix length equal to or
greater than the one specified will match. For example, ge 25 will match on any of
the following mask lengths: /25, /26, /27, /28, /29, /30, /31, or /32.
le prefix-length
Specifies a range of prefix lengths on which to match. Any prefix length less than
or equal to the one specified will match. The lowest prefix length in the range is
the prefix specified with the IP address. For example, 192.168.1.0/24 le 28
will match on any of the following mask lengths: /24, /25, /26, /27, or /28.
Default
N/A
Mode
Configuration mode
Usage
You can use IP prefix lists to provide input to the OSPFv2 command area area-id filter-list on
page 136.
The ge prefix-length and le prefix-length options enable you to specify a range of mask
lengths on which to match. If you do not use either option, the mask-length in the address (/
24 in the example above) specifies both the following:
Number of bits to match, from left to right
Mask length on which to match
If you use one or both of the ge or le options, the mask-length specifies only the number of
bits to match. The ge or le option specifies the mask length(s) on which to match.
The following rule matches on any address whose first octet is 10 and whose mask-length is
8:
IP address 10.10.10.10/8 would match this rule but 10.10.10.10/24 would not.
The following rule uses the le option to extend the range of mask lengths that match:
ip prefix-list match_on_24bit_mask_or_less permit 10.0.0.0/8 le 24
This rule matches on any address that has 10 in the first octet, and whose mask length is 24
bits or less. IP addresses 10.10.10.10/8 and 10.10.10.10/24 would both match this rule.
The following rule permits any address from any network that has a mask 16-24 bits long.
ip prefix-list match_any_on_16-24bit_mask permit 0.0.0.0/0 ge 16 le
24
Sequence Numbering
As described above, the sequence of rules in the IP prefix list can affect whether a given
address matches a permit rule or a deny rule.
When you configure the first IP prefix-list rule, the ACOS device assigns sequence number 5
to the rule by default. After that, the sequence number for each new rule is incremented by
5. If you explicitly set the sequence number of a rule, subsequent rules are still sequenced in
increasing increments of 5. For example, if you set the sequence number of the first rule to 7,
the next rule is 12 by default.
You can explicitly set the sequence number of a rule when you configure the rule. You also
can change the sequence number of a rule that is already configured.
Example
The following commands add descriptions to some IP prefix-list rule and display the results:
ip route
Description
Syntax
Syntax
Parameter
Description
destination-ipaddr
{subnet-mask | /mask-length}
next-hop-ipaddr
Specifies the next-hop router to use to reach the route destination. The address
must be in the same subnet as the ACOS device.
distance
partition partition-name
[vrid vrid]
Forwards the traffic to the specified L3V partition as the next hop. The vrid
option specifies the VRRP-A VRID, if applicable.
description string
Default
Mode
Configuration mode
Usage
If a destination can be reached by an explicit route (a route that is not a default route), then
the explicit route is used. If an explicit route is not available to reach a given destination, the
default route is used (if a default route is configured).
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
The following command configures a default route using gateway 10.10.10.1 and the default
metric:
ACOS(config)# ip route 0.0.0.0/0 10.10.10.1
Modify the threshold for TCP handshake completion. The TCP handshake threshold is applicable when SYN cookies are active.
Syntax
Parameter
Description
seconds
Default
4 seconds
Mode
Configuration mode
Usage
The TCP handshake threshold is applicable only when software-based SYN cookies are
active. To enable support for software-based SYN cookies, use the syn-cookie enable
command at the virtual port level. (See the syn-cookie command in the Command Line
Interface Reference for more information.)
Example
The following command changes the TCP TCP handshake threshold to 15 seconds:
ACOS(config)# ip tcp syn-cookie threshold 15
ipv6 access-list
Description
Syntax
This command changes the CLI to the configuration level for the ACL, where the following
ACL-related commands are available.
Syntax
Syntax
Parameter
Description
seq-num
Sequence number of this rule in the ACL. You can use this option to
resequence the rules in the ACL.
deny | permit
tcp | udp
Parameter
Description
any |
host host-src-ipv6addr |
net-src-ipv6addr /prefix-length |
object-group name
eq src-port |
gt src-port |
lt src-port |
range start-src-port end-src-port
any |
host host-dst-ipv6addr |
net-dst-ipv6addr /mask-length |
object-group name
eq dst-port |
gt dst-port |
lt dst-port |
range start-dst-port end-dst-port
fragments
Matches on packets in which the More bit in the header is set (1) or has
a non-zero offset.
vlan vlan-id
dscp num
established
Matches on TCP packets in which the ACK or RST bit is not set. This
option is useful for protecting against attacks from outside. Since a TCP
connection from the outside does not have the ACK bit set (SYN only),
the connection is dropped. Similarly, a connection established from the
inside always has the ACK bit set. (The first packet to the network from
outside is a SYN/ACK.)
log
Syntax
eq dst-port The ACL matches on traffic from the specified destination port.
gt dst-port The ACL matches on traffic from any destination
port with a higher number than the specified port.
lt dst-port The ACL matches on traffic from any destination
port with a lower number than the specified port.
range start-dst-port end-dst-port The ACL matches on
traffic from any destination port within the specified range.
The remark command adds a remark to the ACL. The remark appears at the top of the ACL
when you display it in the CLI. The string can be 1-63 characters. To use blank spaces in the
remark, enclose the entire remark string in double quotes.
Default
None
Mode
Configuration mode
ipv6 address
Description
Configure the global IPv6 address of the ACOS device, when the device is deployed in transparent mode (Layer 2 mode).
Syntax
Parameter
Description
ipv6-addr
prefix-length
link-local
Configures the address as the link-local IPv6 address for the interface, instead of a global
address. Without this option, the address is a global address.
anycast
Configures the address as an anycast address. An anycast address can be assigned to more than
one interface. A packet sent to an anycast address is routed to the nearest interface with that
address, based on the distance in the routing protocol.
Default
N/A
Mode
Configuration mode
Usage
This command applies only when the ACOS device is deployed in transparent mode. To
assign IPv6 addresses to individual interfaces instead (gateway mode), use the ipv6
address command at the interface configuration level. (See ipv6 address on page 26.)
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
ipv6 default-gateway
Description
Specify the default gateway to use to reach other IPv6 networks, when the ACOS device is
used in transparent mode (Layer 2 mode).
Syntax
Default
N/A
Mode
Configuration mode
Usage
This command applies only when the ACOS device is used in transparent mode. If you
instead want to use the device in gateway mode (Layer 3 mode), configure routing.
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
Syntax
Replace ms with the number of milliseconds (ms) the ACOS device buffers fragments for
fragmented IPv6 packets. If any fragments of an IPv6 packet do not arrive within the
specified time, the fragments are discarded and the packet is not re-assembled. You can
specify 4-16000 ms (16 seconds), in 10-ms increments.
Default
1000 ms (1 second)
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
Syntax
Parameter
Description
redirect
unreachable
Default
Mode
Configuration mode
Usage
If the ACOS device is a member of an aVCS virtual chassis, use the device-context command to specify the device in the chassis to which to apply this command.
Example
The following command disables sending of IPv6 ICMP Destination Unreachable messages:
ACOS(config)# ipv6 icmpv6 disable unreachable
Enable ACOS to respond to ping requests sent to NAT addresses owned by the ACOS device.
Syntax
Default
Disabled.
Syntax
Parameter
Description
list-name
pool-name
Default
N/A
Mode
Configuration mode
Configure a named set of IPv6 addresses for use by Network Address Translation (NAT).
Syntax
Parameter
Description
pool-name
start-ipaddr
end-ipaddr
netmask
mask-length
gateway
ipv6-addr
ip-rr
vrid num
VRRP-A VRID.
Default
None.
Mode
Configuration mode
Example
Configure a set of IPv6 pools for use by NAT. Pool groups enable you to use non-contiguous
IP address ranges, by combining multiple IPv6 address pools.
Syntax
Parameter
Description
pool-group-name
vrid num
VRRP-A VRID.
This command changes the CLI to the configuration level for the specified pool group,
where the following command is available:
member pool-name
Default
None.
Mode
Configuration mode
Usage
To use a non-contiguous range of addresses, configure a separate pool for each contiguous
portion of the range, then configure a pool group that contains the pools.
The addresses within an individual pool still must be contiguous, but you can have gaps
between the ending address in one pool and the starting address in another pool. You also
can use pools that are in different subnets.
For SLB, a pool group can contain up to 5 pools. Pool group members must belong to the
same protocol family (IPv4 or IPv6). A pool can be a member of multiple pool groups.
If a pool group contains pools in different subnets, the ACOS device selects the pool that
matches the outbound subnet. For example, of there are two routes to a given destination,
in different subnets, and the pool group has a pool for one of those subnets, ACOS selects
the pool that is in the subnet for the outbound route.
The ACOS device selects the pool whose addresses are in the same subnet as the next-hop
interface used by the data route table to reach the server.
ipv6 neighbor
Description
Syntax
Parameter
Description
ipv6-addr
macaddr
ethernet
port-num |
trunk
TrunkID
vlan-id
VLAN for which to add the IPv6 neighbor entry. If you do not specify
the VLAN, the entry is added for all VLANs.
Default
N/A
Mode
Configuration mode
Usage
The neighbor must be directly connected to the ACOS devices Ethernet port you specify, or
connected through a Layer 2 switch.
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
The following command configures IPv6 neighbor 2001:db8::1111:2222 with MAC address
abab.cdcd.efef, connected to the ACOS devices Ethernet port 5:
Change how IPv6 routes are displayed in the show ipv6 ospf route output.
Syntax
Default
Mode
Configuration mode
Syntax
Parameter
Description
list-name
Name of the IP prefix list. The name can not contain blanks.
description string
seq sequence-num
Changes the sequence number of the IP prefix-list rule. The sequence number can
be 1-4294967295.
deny | permit
any | ipav6ddr/prefixlength
IP address and number of mask bits, from left to right, on which to match. If you
omit the ge and le options (described below), the mask-length is also the subnet
mask on which to match.
Parameter
Description
ge prefix-length
Specifies a range of prefix lengths on which to match. Any prefix length equal to or
greater than the one specified will match. For example, ge 25 will match on any of
the following mask lengths: /25, /26, /27, /28, /29, /30, /31, or /32.
le prefix-length
Specifies a range of prefix lengths on which to match. Any prefix length less than
or equal to the one specified will match. The lowest prefix length in the range is
the prefix specified with the IP address. For example, 192.168.1.0/24 le 28
will match on any of the following mask lengths: /24, /25, /26, /27, or /28.
Default
N/A
Mode
Configuration mode
Usage
You can use IP prefix lists to provide input to the OSPFv2 command area area-id filter-list on
page 136.
The rules for matching and sequence numbering are the same as those for IPv4 prefix lists.
(See ip prefix-list on page 77.)
ipv6 route
Description
Syntax
Parameter
Description
ipv6addr
prefix-length
next-hop-ipv6addr
distance
string
Default
N/A
Mode
Configuration mode
Usage
The ethernet, trunk, and ve options are available only if the ipv6addr is a link-local
address. Otherwise, the options are not displayed in the online help and are not supported.
If you use an individual Ethernet port, the port can not be a member of a trunk or a VE.
If you use a trunk, the trunk can not be a member of a VE.
After you configure the static route, you can not change the interfaces membership in
trunks or VEs. For example, if you configure a static route that uses Ethernet port 6s linklocal address as the next hop, it is not supported to later add the interface to a trunk or
VE. The static route must be removed first.
If the ACOS device is a member of an aVCS virtual chassis, use the device-context
command to specify the device in the chassis to which to apply this command.
Example
Example
Example
The following command configures an IPv6 static route that uses Ethernet port 6s link-local
address as the next hop:
ACOS(config)# ipv6 route abaa:3::0/64 fe80::2 ethernet 6
This chapter describes the syntax for the Routing Information Protocol (RIP) commands. The commands are described in the
following sections:
Enabling RIP
Interface-level RIP Commands
IPv4 RIP Configuration Commands
IPv6 RIP Configuration Commands
RIP Show Commands
RIP Clear Commands
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
Enabling RIP
You can enable RIP for IPv4 and RIP for IPv6. Each version runs independently of the other. The ACOS device supports a single
IPv4 RIP process and a single IPv6 RIP process.
NOTE:
Optionally you also can enable RIPv1. RIPv1 and RIPv2 can be enabled separately for
inbound and outbound RIP traffic.
2. From RIP routing configuration mode, use the network command to enable individual networks or interfaces. For
example:
ACOS(config-rip)# network 192.168.10.10/24
ACOS(config-rip)# network ethernet 3
This is the minimum required configuration. Additional configuration may be required depending on your deployment.
cisco-metric-behavior
Description
Enable Cisco-compatible metric behavior. This option affects the display of metric values in
the RIP routing table.
Syntax
Parameter
Description
enable
The metric values displayed for routes in the RIP routing table are the
values before modification by this RIP router (the ACOS device).
disable
The metric values displayed for routes in the RIP routing table are the
values after modification by this RIP router (the ACOS device).
Default
disable
Mode
IPv4 RIP
default-information originate
Description
Syntax
Default
Disabled
Mode
IPv4 RIP
default-metric
Description
Configure the default metric value for routes that are redistributed into IPv4 RIP.
Syntax
Default
Mode
IPv4 RIP
distance
Description
Syntax
Parameter
Description
num
ipaddr/mask-length
acl-id
NOTE:
In the ACL, use the permit action, not the deny action.
Default
Mode
IPv4 RIP
Usage
The administrative distance specifies the trustworthiness of routes. In cases where there are
multiple routes to the same destination, from different routing protocols, the administrative
distance can be used as a tie-breaker.
A low administrative distance value indicates a high level of trust. Likewise, a high
administrative distance value indicates a low level of trust. For example, setting the
administrative distance value for external routes to 255 means those routes are very
untrustworthy and should not be used.
distribute-list
Description
Syntax
Parameter
Description
acl-id |
prefix list-name
ACL or prefix list that specifies the routes to filter. The action you
use in the ACL or prefix list determines whether matching routes
are allowed:
permit Matching routes are allowed.
deny Matching routes are prohibited.
Parameter
Description
in | out
interface
Interface on which updates are filtered. You can specify the following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an interface number, route updates are filtered out on all
loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
If no interface is specified, the filter applies to all interfaces.
NOTE:
Default
Mode
IPv4 RIP
Usage
Example
The following commands allow incoming RIP routes only for network 30.30.30.0/24, and only
when received through Ethernet interface 4:
ACOS(config)#ip prefix-list rip-subnet-only permit 30.30.30.0/24
ACOS(config)#router rip
ACOS(config-router)#distribute-list prefix rip-subnet-only in ether-
Example
The following commands allow advertisement of RIP routes only for network 10.0.0.0/8, and
only when advertised through VE interface 45:
ACOS(config)# access-list 23 permit 10.0.0.0 0.255.255.255
ACOS(config)# router rip
ACOS(config-rip)# distribute-list 23 out ve 45
maximum-prefix
Description
Specify the maximum number of routes allowed in the IPv4 RIP route table.
Syntax
Parameter
Description
num
threshold
Default
Mode
IPv4 RIP
neighbor
Description
Syntax
Replace ipaddr with the IP address of the neighboring IPv4 RIP router.
Default
None
Mode
IPv4 RIP
Usage
network
Description
Syntax
Parameter
Description
ipaddr/mask-length
interface
Interface on which to enable RIP. You can specify the following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not
specify an interface number, RIP is enabled on all loopback
interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
If no interface is specified, RIP is enabled on all the interfaces.
Default
None
Mode
IPv4 RIP
offset-list
Description
Syntax
Parameter
Description
acl-id
ACL that matches on the routes for which to increase the metric.
in | out
offset
interface
Interface on which to increase the metric. You can specify the following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an
interface number, the metric is increased on all loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
If no interface is specified, the metric is increased on all interfaces.
Default
Not set. The metric that is otherwise applied to the route by the RIP process is used.
Mode
IPv4 RIP
passive-interface
Description
Syntax
Replace interface with the interface on which to block RIP broadcasts. You can specify the
following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an interface number, RIP
broadcasts are blocked on all loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
Default
Mode
IPv4 RIP
recv-buffer-size
Description
Syntax
Replace bytes with the maximum RIP UDP packet size allowed. You can specify 81922147483647 bytes.
Default
8192
Mode
IPv4 RIP
redistribute
Description
Syntax
[no] redistribute
{
bgp [options] |
connected [options] |
floating-ip [options] |
ip-nat-list [options] |
ip-nat [options] |
isis [options] |
lw4o6 [options] |
ospf [options] |
static [options] |
vip [only-flagged | only-not-flagged [options]]
}
Parameter
Description
bgp [options]
Redistributes route information from Border Gateway Protocol (BGP) into RIP. For options,
see the end of this parameter list.
connected [options]
Redistributes route information for directly connected networks into RIP. For options, see
the end of this parameter list.
floating-ip [options]
Redistributes route information for floating IP addresses into RIP. For options, see the end
of this parameter list.
ip-nat-list [options]
Redistributes routes into RIP for reaching translated NAT addresses allocated from a range
list. For options, see the end of this parameter list.
ip-nat [options]
Redistributes routes into RIP for reaching translated NAT addresses allocated from a pool.
For options, see the end of this parameter list.
isis [options]
lw406 [options]
Redistributes routes into OSPF for Lightweight 4over6. (This is an IPv6 Migration feature.)
ospf [options]
Redistributes route information from Open Shortest Path First (OSPF) into RIP. For options,
see the end of this parameter list.
static [options]
Redistributes routes into RIP for reaching networks through static routes. For options, see
the end of this parameter list.
vip
[only-flagged |
only-not-flagged
[options]]
Default
Disabled. By default, RIP routes are not redistributed. For other defaults, see above.
Mode
IPv4 RIP
Usage
When you enable redistribution, routes to all addresses of the specified type are redistributed. The vip option can be used to control which routes to VIPs are redistributed into RIP.
VIP Redistribution
You can exclude redistribution of individual VIPs using one or the other of the following
methods.
If more VIPs will be excluded than will be allowed to be redistributed:
At the configuration level for each of the VIPs to allow to be redistributed, enter the
following command: redistribution-flagged
At the configuration level for the RIP process, enter the following command:
redistribute vip only-flagged
In the configuration, the redistribute vip command is automatically converted into the redistribute vip only-not-flagged command. When you
display the configuration, it will contain the redistribute vip only-notflagged command, not the redistribute vip command.
Example
The following commands redistribute floating IP addresses and VIP addresses into RIP:
ACOS(config-router)# redistribute floating-ip
ACOS(config-router)# redistribute vip
Example
The following commands flag a VIP, then configure RIP to redistribute only that flagged VIP.
The other (unflagged) VIPs will not be redistributed.
route
Description
Syntax
Default
None
Mode
IPv4 RIP
timers
Description
Syntax
Parameter
Description
update
Amount of time between transmission of RIP route updates to neighbors. You can specify 5-2147483647 seconds.
The default is 30 seconds.
timeout
garbage-collection
Amount of time after a route becomes invalid that the route remains
in the route table before being removed. You can specify
5-2147483647 seconds.
The default is 120 seconds.
Default
See descriptions.
Mode
IPv4 RIP
Usage
All RIP routers in the network should use the same timer values. However, the timers should
not be synchronized among multiple routers, since this can cause unnecessary collisions.
version
Description
Syntax
Parameter
Description
RIP version 1.
RIP version 2.
Default
Mode
IPv4 RIP
Usage
The version you specify runs on all RIP interfaces on the ACOS device.
CAUTION:
RIPv1 is less secure than RIPv2. It is recommended to run RIPv2 if your other routers
support it.
aggregate-address
Description
Syntax
Replace ipv6addr/mask-length with the IPv6 address and prefix length of the aggregate. The
aggregate route will be used instead of the individual routes to destinations that match the
aggregates address and prefix.
Default
None
Mode
IPv6 RIP
cisco-metric-behavior
Description
Enable Cisco-compatible metric behavior. This option affects the display of metric values in
the RIP routing table.
Syntax
Parameter
Description
enable
The metric values displayed for routes in the RIP routing table are the
values before modification by this RIP router (the ACOS device).
disable
The metric values displayed for routes in the RIP routing table are the
values after modification by this RIP router (the ACOS device).
Default
disable
Mode
IPv6 RIP
default-information originate
Description
Syntax
Default
Disabled
Mode
IPv6 RIP
default-metric
Description
Configure the default metric value for routes that are redistributed into IPv6 RIP.
Syntax
Default
Mode
IPv6 RIP
distribute-list
Description
Syntax
Parameter
Description
acl-id |
prefix list-name
ACL or prefix list that specifies the routes to filter. The action you
use in the ACL or prefix list determines whether matching routes
are allowed:
permit Matching routes are allowed.
deny Matching routes are prohibited.
in | out
interface
Interface on which updates are filtered. You can specify the following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an interface number, route updates are filtered out on all
loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
If no interface is specified, the filter applies to all interfaces.
Default
Mode
IPv6 RIP
Usage
neighbor
Description
Syntax
Parameter
Description
ipv6addr
interface
Interface on which the neighbor can be reached. You can specify the
following types of interfaces:
Default
None
Mode
IPv6 RIP
Usage
offset-list
Description
Syntax
Parameter
Description
acl-id
ACL that matches on the routes for which to increase the metric.
in | out
offset
interface
Interface on which to increase the metric. You can specify the following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an
interface number, the metric is increased on all loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
If no interface is specified, the metric is increased on all interfaces.
Default
Not set. The metric that is otherwise applied to the route by the RIP process is used.
Mode
IPv6 RIP
passive-interface
Description
Syntax
Replace interface with the interface on which to block RIP broadcasts. You can specify the
following types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an interface number, RIP
broadcasts are blocked on all loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
Default
Mode
IPv6 RIP
recv-buffer-size
Description
Syntax
Replace bytes with the maximum RIP UDP packet size allowed. You can specify 81922147483647 bytes.
Default
8192
Mode
IPv6 RIP
redistribute
Description
Syntax
[no] redistribute
{
bgp [options] |
connected [options] |
floating-ip [options] |
ip-nat [options] |
ip-nat-list [options] |
isis [options] |
ospf [options] |
static [options] |
vip [only-flagged | only-not-flagged [options]]
}
Parameter
Description
bgp [options]
Redistributes route information from Border Gateway Protocol (BGP) into RIP. For options,
see the end of this parameter list.
connected [options]
Redistributes route information for directly connected networks into RIP. For options, see
the end of this parameter list.
floating-ip [options]
Redistributes route information for floating IP addresses into RIP. For options, see the end
of this parameter list.
ip-nat [options]
Redistributes routes into RIP for reaching translated NAT addresses allocated from a pool.
For options, see the end of this parameter list.
ip-nat-list [options]
Redistributes routes into RIP for reaching translated NAT addresses allocated from a range
list. For options, see the end of this parameter list.
isis [options]
ospf [options]
static [options]
Redistributes routes into RIP for reaching networks through static routes. For options, see
the end of this parameter list.
vip
[only-flagged |
only-not-flagged |
[options]]
Default
Disabled. By default, RIP routes are not redistributed. For other defaults, see above.
Mode
IPv6 RIP
Usage
When you enable redistribution, routes to all addresses of the specified type are redistributed. The vip option can be used to control which routes to VIPs are redistributed into RIP.
VIP Redistribution
You can exclude redistribution of individual VIPs using one or the other of the following
methods.
If more VIPs will be excluded than will be allowed to be redistributed:
At the configuration level for each of the VIPs to allow to be redistributed, enter the
following command: redistribution-flagged
At the configuration level for the RIP process, enter the following command:
redistribute vip only-flagged
In the configuration, the redistribute vip command is automatically converted into the redistribute vip only-not-flagged command. When you
display the configuration, it will contain the redistribute vip only-notflagged command, not the redistribute vip command.
route
Description
Syntax
Default
None
Mode
IPv6 RIP
route-map
Description
Syntax
Parameter
Description
map-name
in | out
interface
Interface to which to apply the route map. You can specify the following
types of interfaces:
ethernet portnum Ethernet data interface.
loopback [num] Loopback interface. If you do not specify an
interface number, the route map is applied to all loopback interfaces.
trunk trunknum Trunk interface.
ve ve-num Virtual Ethernet (VE) interface.
Default
None
Mode
IPv6 RIP
timers
Description
Syntax
Parameter
Description
update
timeout
garbage-collection
Default
See descriptions.
Mode
IPv6 RIP
Usage
All RIP routers in the network should use the same timer values. However, the timers should
not be synchronized among multiple routers, since this can cause unnecessary collisions.
Syntax
Mode
All
Example
Next Hop
12.0.0.2
Metric From
1
2 12.0.0.2
1
Parameter
Description
Codes
R - RIP
If
Time
ethernet 5
ethernet 2 02:59
ethernet 2
Rc - RIP connected
Rs - RIP static
K - Kernel
C - Connected
S - Static
O - OSPF
I - IS-IS
B - BGP,
v - VIP
V - VIP selected
N - IP NAT group,
n - IP NAT
f - Floating IP
Network
Next Hop
Metric
From
Parameter
Description
If
Outgoing interface.
Time
Syntax
Mode
All
Example
Rc
Rc
R
Network
3000::/64
3ff3::/64
3ff4::/64
Next Hop
::
::
fe80::21f:a0ff:fe10:a4a6
If
Met Tag Time
ethernet 2 1
0
ethernet 5 1
0
ethernet 2 2
0 02:59
Parameter
Description
Codes
R - RIP
Rc - RIP connected
Rs - RIP static
Ra - RIP aggregated
Rcx - RIP connect suppressed
Rsx - RIP static suppressed
K - Kernel
C - Connected
S - Static
O - OSPF
I - IS-IS
B - BGP,
v - VIP
V - VIP selected
N - IP NAT group,
n - IP NAT
f - Floating IP
Network
Next Hop
If
Outgoing interface.
Metric
Tag
Time
Syntax
Mode
Parameter
Description
ipaddr/mask-length
rip
Syntax
Mode
Parameter
Description
ipv6addr/mask-length
rip
This chapter describes the commands for configuring global OSPFv2 and OSPFv3 parameters.
The following sections are covered:
Enabling OSPF
Configuration Commands Applicable to OSPFv2 or OSPFv3
Configuration Commands Applicable to OSPFv2 Only
Configuration Commands Applicable to OSPFv3 Only
OSPF Show Commands
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
Enabling OSPF
To enable OSPF, use one of the following commands at the global configuration level of the CLI. Each command changes the
CLI to the configuration level for the specified OSPFv2 process ID or OSPFv3 process tag.
Enable OSPFv2
To enable OSPFv2, use the following command:
ACOS(config)#router ospf [process-id]
The process-id specifies the IPv4 OSPFv2 process to run on the ACOS device, and can be 1-65535.
Enable OSPFv3
To enable OSPFv3, use the following command:
ACOS(config)#router ipv6 ospf [tag]
The tag specifies the IPv6 OSPFv3 process to run on the IPv6 link, and can be 1-65535.
NOTE:
It is recommended to set a fixed router-ID for all dynamic routing protocols you plan to
use on the ACOS device, to prevent router-ID changes caused by VRRP-A failover.
NOTE:
For OSPFv3, the area tag ID configured on an interface must be the same as the tag ID
for the OSPF instance.
Show Commands
To display OSPF settings, use the show {ip | ipv6} ospf command.
abr-type
Description
Syntax
Parameter
Description
cisco
ibm
standard
Default
cisco
Mode
OSPFv3
Specify the cost of a default summary route sent into a stub area.
Syntax
Parameter
Description
area-id
num
Default
The default is 1.
Mode
OSPFv2 or OSPFv3
Example
The following command assigns a cost of 4400 to default summary routes injected into stub
areas:
ACOS(config-ospf:1)#area 5.5.5.5 default-cost 4400
Syntax
Parameter
Description
area area-id
range
ipaddr
/mask-length
advertise
not-advertise
Does not generate Type 3 summary LSAs. The networks are hidden from other networks.
Default
There is no default range configuration. When you configure a range, the default advertisement string is advertise.
Mode
OSPFv2 or OSPFv3
Example
The following command configures a range and disables advertisement of routes into the
areas:
ACOS(config-ospf:1)#area 8.8.8.8 range 10.10.10.10/16 not-advertise
Syntax
Parameter
Description
area-id
Area ID.
no-summary
Default
None
Mode
OSPFv2 or OSPFv3
Example
Configure a link between two backbone areas that are separated by non-backbone areas.
Syntax
Parameter
Description
area-id
ipaddr
authentication
authentication-key string
[string ...]
dead-interval seconds
Number of seconds this OSPF router will wait for a reply to a hello
message sent to the neighbor on the other end of the virtual link,
before declaring the neighbor to be offline. You can specify 1-65535
seconds.
The default is 40 seconds.
fall-over bfd
Parameter
Description
hello-interval seconds
message-digest-key num
md5 string [string ...]
retransmit-interval seconds
Number of seconds this OSPF router waits before resending an unacknowledged packet to the neighbor on the other end of the virtual
link. You can specify 1-65535 seconds.
The default is 5 seconds.
Number of seconds this OSPF router waits between sending packets
to the neighbor on the other end of the virtual link. You can specify
1-65535 seconds.
transmit-delay seconds
Default
None. When you configure a virtual link, it has the default settings described in the table
above.
Mode
OSPFv2 or OSPFv3
Syntax
Replace mbps with the reference bandwidth, in Mbps. You can specify 1-4294967.
Default
100 Mbps
Mode
OSPFv2 or OSPFv3
Usage
By default, OSPF calculates the OSPF metric for an interface by dividing the reference bandwidth by the interface bandwidth. This command differentiates high-bandwidth links from
lower-bandwidth links. If multiple links have high bandwidth, specify a larger reference
bandwidth so that the cost of those links is differentiated from the cost of lower-bandwidth
links.
Description
Syntax
Default
Disabled
Mode
OSPFv2 or OSPFv3
bfd
Introduced in Release
2.7.1
Description
Syntax
clear
Parameter
Description
process-id
process-tag
neighbor-id
neighbor-ip-address
interface-ip-address
Default
N/A
Mode
OSPFv2 or OSPFv3
Introduced in Release
2.7.1
Usage
Using OSPFv2, the CLI enables you to indicate an interface IP Address of the ACOS device.
Using OSPFv3, the CLI enables you to specify the interface name for a specific neighbor.
Example
Example
Example
Example
Example
Example
Example
Example
The following command clears all neighbors on a specified interface to a specific router:
ACOS(config)#clear ipv6 ospf neighbor ethernet 1 192.1.1.1
default-metric
Description
Set the numeric cost that is assigned to OSPF routes by default. The metric (cost) is added to
routes when they are redistributed.
Syntax
[no]
default-metric num
Default
20
Mode
OSPFv2 or OSPFv3
Example
distribute-internal
Description
Syntax
[no] distribute-internal
{lw4o6 [options] | floating-ip | ip-nat | ip-nat-list | vip | viponly-flagged} area area-id [cost num]
Default
Syntax
[no] distribute-internal
{lw4o6 [options] | nat64 | floating-ip | ip-nat | ip-nat-list | vip
| vip-only-flagged}
Description
Parameter
Description
lw4o6 [options]
nat64
floating-ip
[options]
ip-nat
ip-nat-list
vip
vip-only-flagged
Same as the vip option, but applies only to VIPs on which the
redistribution-flagged option is enabled.
Default
Disabled. By default, OSPF routes are not redistributed. For other defaults, see above.
Mode
OSPFv2 or OSPFv3
Usage
Routes that are redistributed into OSPF as external routes are redistributed as type-5 link state
advertisement (LSAs). Routes that are redistributed into OSPF as internal routes are redistributed as type-1 LSAs.
You can enable either external or internal redistribution for a given ACOS-specific resource
type.
Example
The following command enables internal distribution into OSPF area 0, of routes to all VIPs
configured on the ACOS device, and assigns cost 11 to the routes:
ACOS(config-router)#distribute-internal vip area 0 cost 11
Example
The following command enables internal distribution into OSPF area 1, of routes to VIPs that
have the redistribution-flagged option, and assigns cost 21 to the routes:
ACOS(config-router)#distribute-internal vip-only-flagged area 1 cost
21
Example
The following command enables internal distribution into OSPF area 5, of routes to floating
IP addresses, and assigns cost 555 to the routes:
ACOS(config-router)#distribute-internal floating-ip area 5 cost 555
Example
The following command displays the OSPF IPv4 route table. The routes configured for internal distribution are indicated by internal.
ACOS(config-router)#show ip ospf route
OSPF process 11:
counter = 6
ha-standby-extra-cost
Description
Syntax
Parameter
Description
cost
Extra cost to add to the ACOS devices OSPF interfaces, if the VRRP-A
status of one or more of the devices VRIDs is Standby (1-65535).
If the resulting cost value is more than 65535, the cost is set to 65535.
group-num
A specific VRRP-A VRID that will incur the specified cost; if none are
specified, all VRIDs will incur the extra cost.
NOTE: This option is only available for OSPFv2.
Default
Not set. The OSPF protocol on the ACOS device is not aware of the VRRP-A state (Active or
Standby) of the ACOS device.
Mode
OSPFv2 or OSPFv3
Usage
Enter the command on each of the ACOS devices in the VRRP-A VRID..
log-adjacency-changes
Description
Syntax
Parameter
Description
detail
disable
Disable logging.
Default
Mode
OSPFv3
Usage
Example
max-concurrent-dd
Description
Set the maximum number of OSPF neighbors that can be processed concurrently during
database exchange between this OSPF router and its OSPF neighbors.
Syntax
Replace num with the maximum number of neighbors that can be processed at the same
time during database exchange. You can specify 1-65535.
Default
Mode
OSPFv2 or OSPFv3
Usage
This command is useful in cases where router performance is being adversely affected by
processing of neighbor adjacencies.
passive-interface
Description
Syntax
[no] passive-interface
{ethernet portnum | lif num | loopback num | ve ve-num}
Default
Mode
OSPFv2 or OSPFv3
Example
The following command configures a passive interface on the Virtual Ethernet (VE) interface
on VLAN 3:
ACOS(config-router)#passive-interface ve 3
redistribute
Description
Syntax
[no] redistribute
{
bgp [options] |
connected [options] |
floating-ip [options] |
ip-nat [ipaddr/mask-length
floating-IP-forward-address ipaddr] [options] |
ip-nat-list [options] |
isis [options] |
lw4o6 [options] |
ospf [process-id] [options] |
rip [options] |
static [options] |
vip [ipaddr floating-IP-forward-address ipaddr |
{only-flagged | only-not-flagged}] [options]
}
Parameter
Description
bgp [options]
Redistributes routes into OSPF for reaching BGP. For options, see the
end of this parameter list.
connected [options]
Redistributes routes into OSPF for reaching directly connected networks. For options, see the end of this parameter list.
floating-ip [options]
ip-nat
[ipaddr/mask-length |
floating-IP-forward-address ipaddr]
[options]
Parameter
Description
ip-nat-list [options]
isis [options]
lw406 [options]
rip [options]
static [options]
vip
[ipaddr
floating-IP-forward-address ipaddr |
{only-flagged | only-not-flagged}]
[options]
Default
Disabled. By default, OSPF routes are not redistributed. For other defaults, see above.
Mode
OSPFv2 or OSPFv3
Usage
When you enable redistribution, routes to all addresses of the specified type are redistributed. You can use the vip option to control which routes to VIPs are redistributed into OSPF.
By default, the ACOS device uses 0.0.0.0 as the forward address in routes that are
redistributed in OSPF type-5 link state advertisement (LSAs). In this case, other OSPF routers
find a route to reach the ACOS device (which is acting as OSPF ASBR), then use the
corresponding next-hop address as the next hop for the destination network. You can
specify a floating IP address to use as the forward address, for individual NAT pools or VIPs.
(See the syntax above.)
VIP Redistribution
You can exclude redistribution of individual VIPs using one or the other of the following
methods.
If more VIPs will be excluded than will be allowed to be redistributed:
At the configuration level for each of the VIPs to allow to be redistributed, enter the
following command: redistribution-flagged
At the configuration level for the OSPFv2 process or OSPFv3 process, enter the following command: redistribute vip only-flagged
If fewer VIPs will be excluded than will be allowed to be redistributed:
At the configuration level for each of the VIPs to exclude from redistribution, enter
the following command: redistribution-flagged
At the configuration level for the OSPFv2 process or OSPFv3 process, enter either of
the following commands: redistribute vip only-not-flagged or redistribute vip
NOTE:
In the configuration, the redistribute vip command is automatically converted into the redistribute vip only-not-flagged command. When you
display the configuration, it will contain the redistribute vip only-notflagged command, not the redistribute vip command.
VIP Redistribution Usage Examples:
If you have 10 VIPs and all of them need to be redistributed by OSPF, use the redistribute vip command at the configuration level for the OSPF process.
If you have 10 VIPs but only 2 of them need to be redistributed, use the redistribution-flagged command at the configuration level for each of the 2 VIPs, then use
the redistribute vip only-flagged command at the configuration level for the
OSPFv2 process or OSPFv3 process.
If you have 10 VIPs and need to redistribute 8 of them, use the redistributionflagged command at the configuration level for the 2 VIPs that should not be redistributed. Enter the redistribute vip only-not-flagged command at the configuration level for the OSPFv2 process or OSPFv3 process. (In this case, alternatively,
Example
The following commands redistribute floating IP addresses and VIP addresses into OSPF:
ACOS(config-router)# redistribute floating-ip
ACOS(config-router)# redistribute vip
Example
The following commands flag a VIP, then configure OSPF to redistribute only that flagged VIP.
The other (unflagged) VIPs will not be redistributed.
ACOS(config)# slb virtual-server vip1
ACOS(config-slb vserver)# redistribution-flagged
ACOS(config-slb vserver)# exit
ACOS(config)# router ospf
ACOS(config-ospf)# redistribute vip only-flagged
Example
The following command enables redistribution of VIPs, and sets tag value 555 to be included
in external LSAs that advertise the route to the VIP:
ACOS(config-router)# redistribute vip metric-type 1 metric 1 tag 555
router-id
Description
Set the value used by this OSPF router to identify itself when exchanging route information
with other OSPF routers.
Syntax
NOTE:
The syntax for this command is slightly different for OSPFv2. See ospf router-id on
page 144.
Default
The default router ID is the highest-numbered IP address configured on any of the ACOS
devices loopback interfaces. If no loopback interfaces are configured, the highest-numbered
IP address configured on any of the ACOS devices other Ethernet data interfaces is used.
NOTE:
Setting the router ID is required for OSPFv3 and is strongly recommended for OSPFv2.
Mode
OSPFv2 or OSPFv3
Usage
The ACOS device has only one router ID. The address does not need to match an address
configured on the ACOS device. However, the address must be an IPv4 address and must be
unique within the routing domain.
New or changed router IDs require a restart of the OSPF process. To restart the OSPF process,
use the clear ip ospf process command.
Example
The following commands set the router ID to 3.3.3.3 and reload OSPF to place the new router
ID into effect:
ACOS(config)# router ospf
ACOS(config-ospf)# router-id 3.3.3.3
ACOS(config-ospf)# clear ip ospf process
Change Shortest Path First (SPF) timers used for route recalculation following a topology
change. This command enables exponential back-off delays for route recalculation.
Syntax
Parameter
Description
min-delay
max-delay
Default
The default min-delay is 500 ms. The default max-delay is 50000 ms.
Mode
OSPFv2 or OSPFv3
Usage
After you enter this command, any pending route recalculations are rescheduled based on
the new timer values.
Syntax
The message-digest option enables MD5 authentication. If you omit this option, simple
text authentication is used.
Default
Mode
OSPFv2
Filter the summary routes advertised by this OSPF router, if it is acting as an Area Border
Router (ABR).
Syntax
Parameter
Description
area-id
access acl-id
{in | out}
ID of an Access Control List (ACL). The only routes that are advertised are routes to the subnets permitted by the ACL.
prefix list-name
{in | out}
Default
Not set.
Mode
OSPFv2
Usage
You can specify an ACL or an IP prefix list. To configure an ACL, see the access-list command
in the Command Line Interface Reference, or ipv6 access-list on page 84. To configure a prefix
list, see ip prefix-list on page 77.
Enables support for multiple OSPF area adjacencies on the specified interface.
Syntax
Default
Disabled. By default, only one OSPF adjacency is allowed on an interface for a given OSPF
process.
Mode
OSPFv2
Usage
Syntax
Parameter
Description
area-id
Area ID.
default-information-originate
[metric num]
[metric-type {1 | 2}]
Generates a Type 7 LSA into the NSSA area. (This option takes effect only on
Area Border Routers (ABRs)):
no-redistribution
no-summary
translator-role
{always | candidate | never}
Specifies the types of LSA translation performed by this OSPF router for the
NSSA:
metric num Metric for the default route, 0-16777214. The default is 20.
metric-type {1 | 2} External link type associated with the route
advertised into the OSPF routing domain:
1 Type 1 external route
2 Type 2 external route
always If this OSPF router is an NSSA border router, the router will
always translate Type 7 LSAs into Type 5 LSAs, regardless of the translator
state of other NSSA border routers.
candidate If this OSPF router is an NSSA border router, the router is eligible to be elected the Type 7 NSSA translator.
never This OSPF router is ineligible to be elected the Type 7 NSSA translator.
Default
None
Mode
OSPFv2
Example
Syntax
Parameter
Description
area-id
Area ID.
default
disable
enable
Default
None
Mode
OSPFv2
Usage
A shortcut enables traffic to go through a non-backbone area with a lower metric, regardless
of whether the ABR router is attached to the backbone area.
compatible rfc1583
Description
Syntax
Default
Mode
OSPFv2
default-information originate
Description
Syntax
Parameter
Description
always
metric num
metric-type
{1 | 2}
External link type associated with the default route advertised into the
OSPF routing domain:
1 - Type 1 external route.
2 - Type 2 external route.
route-map
map-name
Name of a route map. (To configure a route map, see the route-map
command in the Command Line Interface Reference.
Default
This option is disabled by default. If you enable it, the default metric is 10. The default metric
type is 2.
Mode
OSPF
Usage
This command is not supported in OSPFv3. See the System Configuration and Administration
Guide for details.
Example
The following command creates a default route into the OSPF domain with a metric of 20:
ACOS(config-router)#default-information originate metric 20
distance
Description
Set the administrative distance for OSPF routes, based on route type.
Syntax
[no] distance
{num | ospf {external | inter-area | intra-area} num}
Parameter
Description
num
Sets the administrative distance for all route types. You can specify
1-255.
ospf
{external |
inter-area |
intra-area}
num
Default
Mode
OSPFv2
Usage
The administrative distance specifies the trustworthiness of routes. A low administrative distance value indicates a high level of trust. Likewise, a administrative distance value indicates
a low level of trust. For example, setting the administrative distance value for external routes
to 255 means those routes are very untrustworthy and should not be used.
distribute-list
Description
Syntax
Parameter
Description
acl-id
in
Uses the specified ACL to filter routes received by OSPF from other
sources. The filter applies to routes from all sources.
out
route-type
Default
None
Mode
OSPFv2
Syntax
Parameter
Description
ipaddr
area area-id
cost num
Default
None
Mode
OSPFv2
Usage
log-adjacency-changes
Description
Syntax
Parameter
Description
detail
disable
Default
Enabled by default.
Mode
OSPFv2
Example
maximum-area
Description
Set the maximum number of OSPF areas supported for this OSPF process.
Syntax
Replace num with the maximum number of areas allowed for this OSPF process. You can
specify 1-4294967294.
Default
4294967294
Mode
OSPFv2
neighbor
Description
Syntax
Parameter
Description
ipaddr
cost num
poll-interval
seconds
Number of seconds this OSPF router will wait for a reply to a hello
message sent to the neighbor, before declaring the neighbor to
be offline. You can specify 1-65535 seconds.
The default is 120 seconds.
priority num
Default
Mode
OSPFv2
Usage
network
Description
Enable OSPF routing for an area, on interfaces that have IP addresses in the specified area
subnet.
Syntax
[no] network
ipaddr {/mask-length | wildcard-mask}
[instance-id num]
Parameter
Description
ipaddr
{/mask-length | wildcard-mask}
Subnet of the area. You can specify the subnet in CIDR format (ipaddr/masklength) or as ipaddr wildcard-mask. In a wildcard-mask, 0s represent the network portion and 1s represent the host portion. For example, for a subnet
that has 254 hosts and a 24-bit network mask, the wildcard-mask is
0.0.0.255.
area area-id
Area ID.
instance-id num
Range of OSPF instances for which to enable OSPF routing for the area, 0-255.
If you omit this option, OSPF routing is enabled for all OSPF instances that are
running on interfaces that have IP addresses in the specified area subnet.
Default
None
Mode
OSPFv2
Example
ospf abr-type
Description
Syntax
Parameter
Description
cisco
ibm
shortcut
standard
Default
cisco
Mode
OSPFv2
ospf router-id
Description
Set the value used by this OSPF router to identify itself when exchanging route information
with other OSPF routers.
Syntax
Default
For OSPFv2, the default router ID is the highest-numbered IP address configured on any of
the ACOS devices loopback interfaces. If no loopback interfaces are configured, the highestnumbered IP address configured on any of the ACOS devices other Ethernet data interfaces
is used.
NOTE:
Mode
OSPFv2
Usage
The ACOS device has only one router ID. The address does not need to match an address
configured on the ACOS device. However, the address must be an IPv4 address and must be
unique within the routing domain.
New or changed router IDs require a restart of the OSPF process. To restart the OSPF process,
use the clear ip ospf process command.
Example
The following commands set the router ID to 2.2.2.2 and reload OSPF to place the new router
ID into effect:
ACOS(config)# router ospf
ACOS(config-ospf)# router-id 2.2.2.2
ACOS(config-ospf)# clear ip ospf process
overflow database
Description
Specify the maxim number of LSAs or the maximum size of the external database.
Syntax
Parameter
Description
Default
Mode
OSPFv2
summary-address
Description
Summarize or disable advertisement of external routes for a specific IP address range. A summary-address helps reduce the size of the OSPF link-state database.
Syntax
Parameter
Description
ipaddr/mask
not-advertise
tag num
Default
None
Mode
OSPFv2
Display configuration information and statistics for OSPFv2 processes or OSPFv3 processes.
Syntax
Parameter
Description
process-id
Specifies the OSPFv2 process. If you omit this option, settings for all
configured OSPFv2 processes are displayed.
tag
Specifies the OSPFv3 process. If you omit this option, settings for all
configured OSPFv3 processes are displayed.
Mode
Example
Syntax
Mode
Example
The following command shows route information for ABRs and ASBRs:
ACOS#show ip ospf border-routers
OSPF process 0 internal Routing Table
Codes: i - Intra-area route, I - Inter-area route
i 9.1.1.1 [10] via 10.1.1.2, ethernet 1, ASBR, Area 0.0.0.0
OSPF process 1 internal Routing Table
Codes: i - Intra-area route, I - Inter-area route
NOTE:
The options are different for OSPFv3. See show ipv6 ospf database on page 150.
Syntax
Parameter
Description
adv-router ipaddr
asbr-summary
max-age
Displays information for the LSAs that have reached the maximum age allowed, which is 3600 seconds.
self-originate
external
Parameter
Description
network
nssa-external
opaque-area
opaque-as
opaque-link
Displays information about Type-9 LSAs. Type-9 LSAs have linklocal scope, and are not flooded beyond the local network.
router
summary
The following suboptions are available for the external, network, nssa-external,
opaque-area, opaque-as, opaque-link, router, and summary options:
Parameter
Description
ipaddr
adv-router ipaddr
self-originate
Mode
Example
ADV Router
Age
1.1.1.1
1.1.1.1
Seq#
CkSum
2.2.2.2
2.2.2.2
3.3.3.3
3.3.3.3
4.4.4.4
4.4.4.4
ADV Router
Age
10.0.0.1
3.3.3.3
11.0.0.1
3.3.3.3
13.0.0.2
4.4.4.4
14.0.0.1
4.4.4.4
Seq#
CkSum
Link count
ADV Router
Age
0.0.0.0
3.3.3.3
Seq#
CkSum
Route
ADV Router
Age
1.1.1.1
Seq#
CkSum
Route
Syntax
Parameter
Description
external
grace
inter-prefix
inter-router
intra-prefix
links
network
router
[adv-router]
ipaddr
Mode
Example
ADV Router
0.0.0.3
9.1.1.1
0.0.0.3
100.1.1.1
Age
Seq#
CkSum
Prefix
31 0x80000001 0xf29e
ADV Router
0.0.0.0
9.1.1.1
Age
19 0x8000000d 0x9356
Seq#
CkSum
Link
1
0.0.0.0
100.1.1.1
18 0x80000003 0x7127
ADV Router
0.0.0.3
9.1.1.1
Age
Seq#
CkSum
19 0x80000001 0x7d29
ADV Router
0.0.0.2
work-LSA
9.1.1.1
Age
Seq#
CkSum
Prefix
Ref-
Net-
18 0x80000001 0x5d5f
AS-external-LSA
Link State ID
ADV Router
Age
0.0.0.4
9.1.1.1
Seq#
CkSum
0.0.0.1
100.1.1.1
29 0x80000001 0xcd18 E2
Syntax
Mode
Example
Syntax
Syntax
NOTE:
Description
process-id
Specifies the OSPFv2 process. If you omit this option, information for all configured OSPFv2 processes are displayed.
tag
Specifies the OSPFv3 process. If you omit this option, information for all configured OSPFv3 processes are displayed.
ipaddr [detail]
all
detail [all]
interface ipaddr
Mode
Example
Pri
1
State
Dead Time
Address
Interface Instance ID
Full/Backup
00:00:34
10.1.1.2
ethernet 1
Syntax
Parameter
Description
process-id
Specifies the OSPFv2 process. If you omit this option, information for
all configured OSPF processes is displayed.
bgp
connected
floating-ip
ip-nat
ip-nat-list
isis
kernel
lw4o6
ospf
[process-id]
rip
selected-vip
Displays redistributed routes to SLB VIPs that are explicitly flagged for
redistribution. This option is applicable if the only-flagged option
was used with the redistribute vip command.
static
vip
Displays redistributed routes to SLB VIPs that are implicitly flagged for
redistribution. This option is applicable if the only-not-flagged
option was used with the redistribute vip command.
Mode
Usage
For more information on VIP redistribution, see Usage in redistribute on page 131.
Syntax
Parameter
Description
process-id
Specifies the OSPFv2 process. If you omit this option, information for
all configured OSPFv2 processes are displayed.
tag
Specifies the OSPFv3 process. If you omit this option, information for
all configured OSPFv3 processes are displayed.
Mode
Example
The following command shows OSPFv2 IPv4 routes and OSPFv3 IPv6 routes:
ACOS#show ip ospf route
IA 0.0.0.0/0 [2] via 10.0.0.1, ve 1, Area 0.0.0.1
O
Total = 1
Metric
Next-hop
C
1000::/32
10
10/20
Syntax
Parameter
Description
tag
Specifies the OSPFv3 process. If you omit this option, information for
all configured OSPFv3 processes is displayed.
area area-id
Mode
Example
Bits
Metric
Next-Hop
Interface
9.1.1.1
ethernet 1
9.1.1.1
10
100.1.1.1
--
Syntax
Parameter
Description
process-id
Specifies the OSPFv2 process. If you omit this option, information for
all configured OSPFv2 processes are displayed.
tag
Specifies the OSPFv3 process. If you omit this option, information for
all configured OSPFv3 processes are displayed.
Mode
Example
This chapter describes the commands for configuring global Intermediate System to Intermediate System (IS-IS) parameters.
The following sections are covered:
IS-IS Configuration Commands
IS-IS Show Commands
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the System Configuration and Administration Guide.
address-family
Description
Configure this IS-IS instance to exchange multicast IPv6 addresses with other IS-IS routers.
Syntax
This command changes the CLI to the address-family configuration level, where the
following commands are available.
Command
Description
adjacency-check
default-information originate
distance
exit-address-family
[no] multi-topology
[level-1 | level-1-2 | level-2]
[transition]
Enables multi-topology mode. The transition option accepts and generates both IS-IS IPv6 and multi-topology IPv6 TLVs.
redistribute option
Enables distribution of routes from other sources into IS-IS. For available
options, see redistribute on page 170.
summary-prefix ipv6-addr/prefix
[level-1 | level-1-2 | level-2]
Default
Disabled. When you enable IPv6 exchange, the unicast option is disabled by default.
Mode
IS-IS
Example
The following command enables exchange of IPv6 multicast addresses with other IS-IS routers, and enables the default route to be advertised.
ACOS(config)#router isis
ACOS(config-isis)#address-family ipv6
ACOS(config-isis-ipv6)#default-information originate
adjacency-check
Description
Enable IS-IS router adjacency based on Type-Length-Value (TLV) fields in IS-IS Hello packets
between routers.
Syntax
[no] adjacency-check
Default
Enabled.
Mode
IS-IS
area-password
Description
Configure the password for authenticating IS-IS traffic between Level-1 routers.
Syntax
Parameter
Description
string
authenticate snp
send-only
Inserts the password into SNP PDUs before sending them, but
does not check for the password in SNP PDUs received from
other routers.
validate
Inserts the password into SNP PDUs before sending them, and
also checks for the password in SNP PDUs received from other
routers.
Default
None. If you configure a Level-1 password, the snp option is disabled by default.
Mode
IS-IS
Usage
This command applies only to Level-1. To configure authentication for Level-2, see domainpassword on page 164.
Example
The following command configures IS-IS to use password isisl1pwd to authenticate Level-1
IS-IS traffic within the area, including inbound and outbound SNP PDUs:
ACOS(config)#router isis
ACOS(config-isis)#area-password isisl1pwd authenticate snp validate
authentication
Description
Syntax
Parameter
Description
Disables checking for keys in IS-IS packets received by this IS-IS instance.
level-1 Disables key checking only for Level-1 (intra-area) IS-IS traffic.
level-2 Disables key checking only for Level-2 (inter-area) IS-IS traffic.
key-chain name
[level-1 | level-2]
Default
Mode
IS-IS
Usage
Use the send-only option to temporarily disable key checking, then use the key-chain
option to specify the key chain. To use MD5, use the md5 option to disable clear-text authentication and enable MD5 authentication. After key-chains are installed on the other IS-IS routers, disable the send-only option.
Example
The following commands configure MD5 authentication for this IS-IS instance:
ACOS(config)#router isis
ACOS(config-isis)#authentication send-only
ACOS(config-isis)#authentication mode md5
ACOS(config-isis)#authentication key-chain chain1
ACOS(config-isis)#no authentication send-only
bfd
Description
Syntax
Default
Disabled
Mode
IS-IS
default-information originate
Description
Enable advertisement of the default route in Link State Packets (LSPs) sent by this IS-IS
instance.
Syntax
Default
Disabled
Mode
IS-IS
Usage
If the IPv4 or IPv6 data route tables contain a default route, the default route is included in
Level-2 LSPs sent by this IS-IS instance. This command does not apply to Level-1 LSPs.
distance
Description
Syntax
Parameter
Description
num
system-id
Assigns the distance only to routes from the router with the specified
IS-IS system ID.
Default
None
Mode
IS-IS
Usage
The administrative distance specifies the trustworthiness of routes. A low administrative distance value indicates a high level of trust. Likewise, a administrative distance value indicates
a low level of trust. For example, setting the administrative distance value for external routes
to 255 means those routes are very untrustworthy and should not be used.
domain-password
Description
Configure the password for authenticating IS-IS traffic between Level-2 routers.
Syntax
Parameter
Description
string
authenticate snp
send-only
Inserts the password into SNP PDUs before sending them, but
does not check for the password in SNP PDUs received from
other routers.
validate
Inserts the password into SNP PDUs before sending them, and
also checks for the password in SNP PDUs received from other
routers.
Default
None. If you configure a Level-2 password, the snp option is disabled by default.
Mode
IS-IS
Usage
This command applies only to Level-2. To configure authentication for Level-1, see areapassword on page 161.
Example
The following command configures IS-IS to use password isisl2pwd to authenticate Level-2
IS-IS traffic, including inbound and outbound SNP PDUs:
ACOS(config)#router isis
ACOS(config-router)#domain-password isisl2pwd authenticate snp validate
ha-standby-extra-cost
Description
Syntax
Replace num with the extra cost to add to the ACOS devices IS-IS interfaces, if the VRRP-A
status of one or more of the devices VRIDs is Standby. You can specify 1-65535. If the
resulting cost value is more than 65535, the cost is set to 65535.
Default
Not set. The IS-IS protocol on the ACOS device is not aware of the VRRP-A state (Active or
Standby) of the ACOS device.
Mode
IS-IS
Usage
Enter the command on each of the ACOS devices in the VRRP-A VRID.
ignore-lsp-errors
Description
Syntax
[no] ignore-lsp-errors
Default
Mode
IS-IS
is-type
Description
Syntax
Parameter
Description
level-1
level-1-2
level-2-only
Default
Level-1.
Mode
IS-IS
Usage
Only one IS-IS instance on the ACOS device can run Level-2 routing.
log-adjacency-changes
Description
Syntax
Parameter
Description
detail
disable
Default
Enabled by default.
Mode
IS-IS
Example
lsp-gen-interval
Description
Syntax
Parameter
Description
level-1 | level-2
Specifies the circuit type to which to apply the interval configuration. The default is level-1.
seconds
Default
Mode
IS-IS
lsp-refresh-interval
Description
Syntax
Replace seconds with the minimum number of seconds IS-IS must wait before refreshing
an LSP. You can specify 1-65535 seconds.
Default
900
Mode
IS-IS
Usage
max-lsp-lifetime
Description
Syntax
Replace seconds with the maximum number of seconds an LSP can remain in the database
without being refreshed. You can specify 350-65535 seconds.
Default
1200
Mode
IS-IS
Usage
metric-style
Description
Configure the metric style to use for SPF calculation and for TLV encoding in LSPs.
Syntax
[no] metric-style
{
narrow [[level-1 | level-1-2 | level-2]] |
transition [level-1 | level-1-2 | level-2] |
wide [[level-1 | level-1-2 | level-2] |
narrow-transition [level-1 | level-1-2 | level-2] |
wide-transition [level-1 | level-1-2 | level-2]}
Parameter
Description
narrow
Supports 6-bit metric length for SPF calculation and TLV encoding.
The transition option also allows 24-bit metrics for SPF calculation, but not for TLV encoding.
level-1 Supports 24-bit SPF calculation only for circuit type Level-1.
level-2 Supports 24-bit SPF calculation only for circuit type Level-2.
level-1-2 Supports 24-bit SPF calculation for circuit types Level-1 and Level-2. (This is
the default, if the transition option is used.)
transition
Supports 6-bit and 24-bit metric lengths for SPF calculation and TLV encoding.
level-1 Supports both metric lengths only for circuit type Level-1.
level-2 Supports both metric lengths only for circuit type Level-2.
level-1-2 Supports both metric lengths for circuit types Level-1 and Level-2. (This is
the default, if the transition option is used.)
wide
Supports 24-bit metric length for SPF calculation and TLV encoding.
The transition option also allows 6-bit metrics for SPF calculation, but not for TLV encoding.
level-1 Supports 6-bit SPF calculation only for circuit type Level-1.
level-2 Supports 6-bit SPF calculation only for circuit type Level-2.
level-1-2 Supports 6-bit SPF calculation for circuit types Level-1 and Level-2. (This is
the default, if the transition option is used.)
This command should be included in all IPv6 IS-IS configurations.
Parameter
Description
narrow-transition
Supports 6-bit metric length for SPF calculation and TLV encoding.
The transition option also allows 24-bit metrics for SPF calculation, but not for TLV encoding.
level-1 Supports 24-bit SPF calculation only for circuit type Level-1.
level-2 Supports 24-bit SPF calculation only for circuit type Level-2.
level-1-2 Supports 24-bit SPF calculation for circuit types Level-1 and Level-2. (This is
the default, if the transition option is used.)
wide-transition
Supports 24-bit metric length for SPF calculation and TLV encoding.
The transition option also allows 6-bit metrics for SPF calculation, but not for TLV encoding.
level-1 Supports 6-bit SPF calculation only for circuit type Level-1.
level-2 Supports 6-bit SPF calculation only for circuit type Level-2.
level-1-2 Supports 6-bit SPF calculation for circuit types Level-1 and Level-2. (This is
the default, if the transition option is used.)
Default
Narrow, for Level-1 and Level-2 routing levels (level-1-2). For all options that accept the
level-1, level-1-2, or level-2 keyword, the default is level-1.
Mode
IS-IS
Description
Syntax
net
Parameter
Description
area-address
system-id
Default
None
Mode
IS-IS
Usage
passive-interface
Description
Syntax
[no] passive-interface
{ethernet num | lif num | loopback num | trunk num | ve ve-num}
Parameter
Description
ethernet num
lif num
loopback num
trunk num
Disables routing updates from being sent on the specified trunk interface.
ve ve-num
Default
Disabled
Mode
IS-IS
Usage
This command removes all IS-IS configuration from the specified interface.
For proper operation of IS-IS, routing updates must be enabled on at least one interface.
protocol-topology
Description
Syntax
[no] protocol-topology
Default
Disabled
Mode
IS-IS
Usage
redistribute
Description
Syntax
[no] redistribute
{
bgp [options] |
connected [options] |
floating-ip [options] |
ip-nat [options] |
ip-nat-list [options] |
isis [options] |
lw4o6 [options] |
ospf [process-id] [options] |
rip [route-map map-name] |
static [options] |
vip [only-flagged | only-not-flagged] [options]
}
Parameter
Description
bgp [options]
connected [options]
floating-ip [options]
ip-nat [options]
Redistributes routes into IS-IS for reaching translated NAT addresses allocated from a pool.
ip-nat-list [options]
Redistributes routes into IS-IS for reaching translated NAT addresses allocated from a range list.
isis [options]
lw406 [options]
rip [options]
static [options]
Parameter
Description
vip
[only-flagged | only-not-flagged]
[options]
TO control which VIPs are redistributed, use one of the following options:
only-flagged Redistributes only the VIPs on which the redistribution-flagged command is used.
only-not-flagged Redistributes all VIPs except those on which
the redistribution-flagged command is used.
For more information, see the Usage description of this command.
Optional parameters supported for all other options in this table:
[options]
level-1 Redistributes only at the IS-IS area level. (This is the default
IS-IS level.)
level-1-2 Redistributes at both the IS-IS area and domain levels.
level-2 Redistributes only at the IS-IS domain level. (This is the
default.)
metric num Metric for the default route, 0-4261412864. The default
is 0.
metric-type Specifies the metric information used when comparing the route to other routes:
The external type uses the routes metric for comparison.
The internal type uses the routes metric for comparison and also
uses the cost of the router that advertised the route (this is the
default).
route-map map-name Name of a route map. (To configure a route
map, use the route-map command. See route-map in the System
Configuration and Administration Guide.
Default
Disabled. By default, IS-IS routes are not redistributed. For other defaults, see above.
Mode
IS-IS
Usage
When you enable redistribution, routes to all addresses of the specified type are redistributed. Use the vip option to control which routes to VIPs are redistributed into IS-IS.
VIP Redistribution
You can exclude redistribution of individual VIPs using one or the other of the following
methods.
If more VIPs will be excluded than will be allowed to be redistributed:
At the configuration level for each of the VIPs to allow to be redistributed, enter the
following command: redistribution-flagged
At the configuration level for IS-IS, enter the following command: redistribute
vip only-flagged
NOTE:
In the configuration, the redistribute vip command is automatically converted into the redistribute vip only-not-flagged command. When you
display the configuration, it will contain the redistribute vip only-notflagged command, not the redistribute vip command.
Example
The following commands redistribute floating IP addresses and OSPF routes into IS-IS:
ACOS(config)#router isis
ACOS(config-isis)#redistribute floating-ip
ACOS(config-isis)#redistribute ospf
set-overload-bit
Description
Disable use of this IS-IS router as a transit router during SPF calculation.
Syntax
[no] set-overload-bit
Syntax
Syntax
Parameter
Description
on-startup
{seconds | wait-for-bgp}
Sets the overload bit only after startup of the IS-IS instance, and clears the bit
based on one of the following options:
seconds Clears the overload bit after the specified number of seconds. You
can specify 5-86400 seconds.
wait-for-bgp Clears the overload bit after BGP signals that it has finished
convergence.
If BGP is not running, the overload bit is immediately cleared.
If BGP is running but does not signal convergence within 10 minutes after
the IS-IS instance starts, the overload bit is cleared.
Parameter
Description
supress
{external | interlevel}
Default
Disabled. The overload bit is not set, and this IS-IS router can be used as a transit (intermediate hop) router during SPF calculation.
Mode
IS-IS
Usage
IP prefixes that are directly connected to this IS-IS router continue to be reachable even
when the overload bit is set.
spf-interval-exp
Description
Configure the minimum and maximum delay between receiving a link-state or IS-IS configuration change, and SPF recalculation.
Syntax
Parameter
Description
level-1 | level-2
min-delay
max-delay
Default
The default min-delay is 500 ms and the default max-delay is 50000 ms, for Level-1 and Level2 routing levels.
Mode
IS-IS
summary-address
Description
Configure an IPv4 summary address to aggregate multiple IPv4 prefixes for advertisement.
Syntax
Parameter
Description
ipaddr/mask-length
level-1 |
level-1-2 |
level-2
Default
None
Mode
IS-IS
Usage
The summary address is advertised instead of the individual IP prefixes contained in the summary address. For example, if the IPv4 route table has routes to 192.168.1.x/24, 192.168.2.x/
24, and 192.168.11.x/24, you can configure IS-IS to advertise summary address 192.168.0.0/16
instead of each of the individual prefixes.
Syntax
Replace tag with the IS-IS tag (area). If you do not specify a tag value, IPv4 routes for all areas
are displayed.
Mode
All
Example
Metric
Next-Hop
Interface
1.0.3.0/24
10
--
ethernet 5
Tag
--
L1
1.0.4.0/24
20
12.0.0.2
ethernet 2
12.0.0.0/24
10
--
ethernet 2
--
Syntax
Replace tag with the IS-IS tag (area). If you do not specify a tag value, IPv6 routes for all areas
are displayed.
Mode
All
Example
3000::/64 [10]
3ff3::/64 [10]
L1
3ff4::/64 [20]
Syntax
Mode
All
Example
Metric
0000.0000.0001
--
0000.0000.0002
10
Next-Hop
Interface
SNPA
0000.0000.0002
ethernet 2
001f.a010.a4a6
Next-Hop
Interface
SNPA
0000.0000.0002
ethernet 2
001f.a010.a4a6
Metric
0000.0000.0001
--
0000.0000.0002
10
Syntax
Mode
All
Example
Syntax
Parameter
Description
tag
Specifies the IS-IS tag (area). If you do not specify a tag value, database
entries for all areas is displayed.
lspid
detail
verbose
l1 |
l2 |
level-1 |
level-2
Specifies the IS-IS routing level for which to display database entries.
The default is level-1.
Mode
All
Example
LSP Checksum
LSP Holdtime
ATT/P/OL
0000.0000.0001.00-00* 0x00000007
0x8223
857
0/0/0
0000.0000.0002.00-00
0x00000007
0x0F96
865
0/0/0
0000.0000.0002.02-00
0x00000004
0x01D4
865
0/0/0
LSP Checksum
LSP Holdtime
ATT/P/OL
0000.0000.0001.00-00* 0x00000003
0x77F4
884
0/0/0
0000.0000.0002.00-00
0x00000003
0x640A
879
0/0/0
0000.0000.0002.02-00
0x00000001
0x07D1
853
0/0/0
Syntax
Parameter
Description
counter
ethernet port-num
lif num
loopback num
trunk num
ve ve-num
Mode
All
Example
Syntax
You can specify one of l1, l2, level-1, or level-2 as the IS-IS routing level for which to
display topology information.
Default
level-1
Usage
All
Example
Metric
0000.0000.0001
--
0000.0000.0002
10
Next-Hop
Interface
SNPA
0000.0000.0002
ethernet 2
001f.a010.a4a6
Next-Hop
Interface
SNPA
0000.0000.0002
ethernet 2
001f.a010.a4a6
Metric
0000.0000.0001
--
0000.0000.0002
10
ACOS(config)#
This chapter describes the syntax for the Border Gateway Protocol (BGP) commands. The commands are described in the following sections:
Enabling BGP on page 182
BGP Configuration Commands on page 183
BGP Show Commands on page 213
BGP Clear Commands on page 226
Common commands available at all configuration levels (clear, debug, do, end, exit, no, show, write) are described in
the Command Line Interface Reference.
Enabling BGP
To enable BGP on the ACOS device:
1. Enable the protocol and specify the Autonomous System (AS) number, using the following command at the global
configuration level of the CLI:
router bgp AS-num
The AS-num specifies the Autonomous System Number (ASN), which can be 1-4294967295. The ACOS device supports
configuration of one local AS.
2. Specify the ACOS devices BGP router ID:
bgp router-id ipaddr
NOTE:
It is strongly recommended to manually set a unique BGP router ID for each BGP
instance within the ACOS device's partitions.
This is the minimum required configuration. Additional configuration may be required depending on your deployment.
NOTE:
It is recommended to set a fixed router-ID for all dynamic routing protocols you plan to
use on the ACOS device, to prevent router ID changes caused by VRRP-A failover. If you
do not explicitly configure the ACOS devices BGP router ID, BGP sessions may become
reset whenever there is an interface state change.
bgp disable-advertisement
Description
Disable BGP advertisement. This change only takes affect when the ACOS device is rebooted.
Syntax
Mode
Global configuration
bgp extended-asn-cap
Description
Enable the ACOS device to send 4-octet BGP Autonomous System Number (ASN) capabilities.
Syntax
Default
Mode
Configuration mode
bgp nexthop-trigger
Description
Syntax
Parameter
Description
seconds
Specifies the how long BGP waits before walking the full BGP table to
determine which prefixes are affected by the nexthop changes, after
receiving a trigger about nexthop changes. You can specify 1-100 seconds.
enable
Default
BGP nexthop tracking is disabled by default. When you enable it, the default delay is 5 seconds.
Mode
Configuration mode
address-family
Description
Syntax
This command changes the CLI to a new configuration level where the following commands
are available.
Command
Description
[no] auto-summary
[no] distance
[no] exit-address-family
[no] maximum-paths
Command
Description
The following neighbor commands are supported under the addressfamily configuration level:
Default
None
Mode
BGP
aggregate-address
Description
Syntax
Parameter
Description
ipaddr/mask-length
as-set
summary-only
Default
None
Mode
BGP or address-family
auto-summary
Description
Syntax
[no] auto-summary
Default
Disabled
Mode
BGP
bgp always-compare-med
Description
Enable comparison of the Multi Exit Discriminators (MEDs) for paths from neighbors in different ASs.
Syntax
Default
Disabled. By default, MED comparison is done only among paths from the same AS.
Mode
BGP
bgp bestpath
Description
Syntax
Parameter
Description
as-path
Use the AS path when selecting the best path for a route.
AS path consideration is enabled by default.
ignore
Ignore the AS path when selecting the best path for a route.
comparerouterid
Mode
BGP
bgp dampening
Description
Syntax
Parameter
Description
dampening-options
map-name}
Applies the dampening settings only to routes that match the specified route map.
Default
See descriptions.
Mode
BGP
bgp default
Description
Syntax
Parameter
Description
ipv4-unicast
num
Specifies the local preference value for routes. You can specify 04294967295.
The default is 100.
Default
See descriptions.
Mode
BGP
bgp deterministic-med
Description
Enable comparison of the Multi Exit Discriminator (MED) values during selection of a route
among routes advertised by different peers in the same AS.
Syntax
Default
Disabled
Mode
BGP
bgp enforce-first-as
Description
Enable the ACOS device to deny any updates received from an external neighbor that do not
have the neighbors configured AS at the beginning of the AS_PATH.
Syntax
Default
Enabled
Mode
BGP
bgp fast-external-failover
Description
Enable immediate reset of a BGP session if the interface used for the BGP connection goes
down.
Syntax
Default
Enabled
Mode
BGP
bgp log-neighbor-changes
Description
Syntax
Default
Disabled
Mode
BGP
bgp nexthop-trigger-count
Description
Syntax
Mode
Parameter
Description
num
BGP
bgp router-id
Description
Syntax
Default
Parameter
Description
ipaddr
IPv4 address.
If a loopback interface is configured, the router ID is set to the IP address of the loopback
interface. If there are multiple loopback interfaces, the loopback interface with the highest
numbered IP address is used.
Mode
BGP
bgp scan-time
Description
Syntax
Parameter
Description
seconds
Default
60
Mode
BGP
default-information originate
Description
Enable advertisement of the default route in packets sent by this BGP instance.
A valid default route must exist and be verified to complete this configuration or the default
route will not be advertised
Syntax
Default
Disabled
Mode
BGP
distance
Description
Configure the administrative distance for BGP. The administrative distance is a rating of trustworthiness of the BGP process relative to other routing processes running on the ACOS
device. The greater the distance, the lower the trust rating.
Syntax
[no] distance
{
admin-distance ipaddr/mask-length [acl-id] |
Parameter
Description
admin-distance
ipaddr/mask-length
[acl-id]
bgp
external internal local
Default
See descriptions.
Mode
BGP
maximum-paths
Description
Syntax
Specify the maximum number of ECMP paths to a given route destination allowed for BGP:
[no] maximum-paths path-num
Parameter
Description
num
Default
1. BGP will install the single best ECMP route into the FIB used by the ACOS device to forward
traffic.
Mode
BGP
Enable the exchange of address family routes with a neighboring BGP router.
Syntax
Parameter
Description
neighbor-id
Default
N/A
Mode
BGP
Usage
After the TCP connection is opened with the neighbor, use this command to enable or disable the exchange of address family information with the neighboring router.
Configure the minimum interval between transmission of BGP route updates to a neighbor.
Syntax
Parameter
Description
neighbor-id
seconds
Default
Minimum interval between route updates. You can specify 0-600 seconds.
Mode
BGP
Syntax
Parameter
Description
neighbor-id
occurrences
Default
Disabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
seconds
Default
15 seconds
Mode
BGP
Configure capability settings for the ACOS devices BGP communication with a neighbor.
Syntax
Parameter
Description
neighbor-id
dynamic
Enables the ACOS device to advertise or withdraw an address family capability with
the neighbor, without bringing down the BGP session with the peer.
orf prefix-list
{both | receive | send}
Enables Outbound Router Filtering (ORF) and advertises the ACOS devices ORF capability to the neighbor.
both ACOS device can send ORF entries to the neighbor, as well as receive ORF
entries from the neighbor.
receive ACOS device can receive ORF entries from the neighbor, but can not
send ORF entries to the neighbor.
send ACOS device can send ORF entries to the neighbor, but can not receive
ORF entries from the neighbor.
Enables advertisement of route-refresh capability to the neighbor. When this option is
enabled, the ACOS device can dynamically request the neighbor to re-advertise its
Adj-RIB-Out.
route-refresh
Default
None. (This assumes that the neighbor has no special capabilities or functions.)
Mode
BGP
Usage
BGP neighbors exchange ORFs reduce the number of updates exchanged between neighbors. By filtering updates, this option minimizes generating and processing of updates.
The local router (ACOS device) advertises the ORF capability in send mode, and the remote
router receives the ORF capability in receive mode applying the filter as outbound policy.
The two routers exchange updates to maintain the ORF for each router. Only an individual
router or a peer group can be configured to be in receive or send mode. A peer-group
member cannot be configured to be in receive or send mode.
Include the neighbor, if already in TCP established state, in conflict resolution if a TCP connection collision is detected.
Syntax
Replace neighbor-id with the ID of the neighbor, which can be one of the following types of
values:
Default
Use this command only if necessary. Generally, the command is not required.
Inclusion of a neighbor with an established TCP connection into resolution of TCP
connection collision conflicts is automatically enabled when the neighbor is configured for
BGP graceful-restart.
Mode
BGP
Syntax
Parameter
Description
neighbor-id
map-name
Default
Disabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
string
Default
None
Mode
BGP
Syntax
Replace neighbor-id with the ID of the neighbor, which can be one of the following types of
values:
ipv4ipaddr IPv4 address.
ipv6addr IPv6 address.
tag Name of a peer group.
Default
Mode
BGP
Syntax
Parameter
Description
neighbor-id
ip-access-list
in | out
Default
Mode
BGP
Syntax
Replace neighbor-id with the ID of the neighbor, which can be one of the following types of
values:
ipv4ipaddr IPv4 address
ipv6addr IPv6 address
tag Name of a peer group
Default
Mode
BGP
Syntax
Parameter
Description
neighbor
The IPv4 or IPv6 address of the neighbor router, or the router tag (1128 characters).
count
Default
Disabled by default.
Mode
BGP
Syntax
Default
Enabled
Mode
BGP
Syntax
Mode
BGP
Syntax
Parameter
Description
neighbor-id
AS-path-access-list
in | out
Default
Mode
BGP
Configure the maximum number of network prefixes that can be received in route updates
from a neighbor.
NOTE:
The actual maximum number of prefixes that can be configured varies depending
on the platform.
Syntax
Parameter
Description
neighbor-id
num
threshold
Default
See descriptions.
Mode
BGP
Usage
If the maximum is reached, the ACOS device brings down the BGP session with the peer.
Configure the ACOS device as the BGP next hop for a neighbor.
Syntax
Parameter
Description
neighbor-id
Default
Disabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
Default
Disabled
Mode
BGP
Do not initiate a TCP connection with the specified neighbor, but allow the neighbor to initiate a TCP connection with the ACOS device. Once the connection is up, BGP will work over
the connection.
Syntax
Parameter
Description
neighbor-id
Default
Disabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
string
The string can be up to 80 characters long. The string can include the
printable ASCII characters, which are [0-9], [a-z], and [A-Z] and are fully
defined by hexadecimal value range 0x20-0x7e. The string can not
begin with a blank space, and can not contain any of the following
special characters: ' " < > & \ / ?
The password string is encrypted when viewing the the running-config and startup-config output.
Default
Disabled
Mode
BGP
Usage
Message Digest 5 (MD5) authentication of TCP segments (as introduced in RFC 2385), provides protection of BGP sessions via the TCP MD5 Signature Option. This feature is enabled
on a per-neighbor basis for the individual BGP peer configuration, and a password is
required. The password must be the same on the ACOS device and on the peer (BGP neighbor).
Example
The following command enables MD5 for the connection with eBGP neighbor 10.10.10.22:
ACOS(config)# router bgp 123
ACOS(config-bgp:123)# neighbor 10.10.10.22 remote-as 456
ACOS(config-bgp:123)# neighbor 10.10.10.22 password 1234567890abcde
Syntax
Parameter
Description
neighbor-id
group-name
Default
None
Mode
BGP
Syntax
Parameter
Description
neighbor-id
list-name
in | out
Default
Mode
BGP
Usage
Filtering by prefix list matches the prefixes of routes with those listed in the prefix list. If there
is a match, the route is used. An empty prefix list permits all prefixes. If a given prefix does not
match any entries of a prefix list, the route is denied access. When multiple entries of a prefix
list match a prefix, the entry with the smallest sequence number is considered to be a real
match.
Configure an internal or external BGP (iBGP or eBGP) TCP session with another router.
Syntax
Parameter
Description
neighbor-id
AS_num
NOTE:
Default
None
Mode
BGP
Syntax
Parameter
Description
neighbor-id
Default
Disabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
map-name
in | out
Default
None
Mode
BGP
Syntax
Parameter
Description
neighbor-id
both
none
extended
standard
Default
By default, both standard and extended community attributes are sent to a neighbor. To
explicitly send only the standard or extended community attribute, run the bgp configtype command with the standard parameter, before running this command.
Mode
BGP
Usage
The community attribute groups destinations in a certain community and applies routing
decisions according to those communities. Upon receiving community attributes, the ACOS
device re-announces them to the neighbor.
Usage
To prevent community attributes from being re-announced to the neighbor, use the no
form of this command.
Disable a neighbor.
Syntax
Parameter
Description
neighbor-id
Default
None
Mode
BGP
Usage
This command shuts down any active session for the specified neighbor and clears all
related routing data.
Configure the ACOS device to begin storing updates, without any consideration of the
applied route policy.
Syntax
Parameter
Description
neighbor-id
Default
Disabled
Mode
BGP
Usage
Use this command to store updates for inbound soft reconfiguration. Soft-reconfiguration
can be used as an alternative to BGP route refresh capability. Using this command enables
local storage of all the received routes and their attributes. When a soft reset (inbound) is
Close the BGP connection to a neighbor if a capability value does not completely match the
value on the ACOS device.
Syntax
Parameter
Description
neighbor-id
Default
Enabled
Mode
BGP
Syntax
Parameter
Description
neighbor-id
interval
Amount of time in seconds between transmission of keepalive messages to the neighbor. You can specify 0-65535 seconds.
The default interval is 60 seconds.
holdtime
maximum amount of time in seconds the ACOS device will wait for a
keepalive message from the neighbor before declaring the neighbor
dead. You can specify 0-65535 seconds.
The default is 180 seconds.
seconds
Connect timer. You can specify 0-65535 seconds. In ACTIVE state, the
BGP router (ACOS device) will accept an incoming connection request
from the peer before the connect time expires.
The default connect time is 0.
Default
See descriptions.
Mode
BGP
Syntax
Parameter
Description
neighbor-id
map-name
Default
Disabled
Mode
BGP
Usage
When the aggregate-address command is used with the summary-only option, the morespecific routes of the aggregate are suppressed to all neighbors. Use the unsuppress-map
command to selectively leak more-specific routes to a particular neighbor.
Allows BGP sessions to use specific source IP address or interface for TCP connections with a
neighbor.
Syntax
Parameter
Description
neighbor-id
source
Default
Mode
BGP
Syntax
Parameter
Description
neighbor-id
num
Weight value assigned to routes learned from the neighbor. You can
sepcify 0-65535.
Default
Mode
BGP
Usage
Use this command to specify a weight value, per address-family, to all routes learned from a
neighbor. The route with the highest weight gets preference when the same prefix is learned
from more than one peer.
Unlike the local-preference attribute, the weight attribute is relevant only to the local
router.
The weights assigned using the set weight command override the weights assigned
using this command.
When the weight is set for a peer group, all members of the peer group will have the same
weight. The command can also be used to assign a different weight to a particular peergroup member. When a separately configured weight of the peer-group member is
unconfigured, its weight will be reset to its peer groups weight.
network
Description
Specify the networks to be advertised by the ACOS devices BGP routing process.
Syntax
Parameter
Description
ipaddr/mask-length | ipaddr
backdoor
community community-list
route-map map-name
Default
None
Mode
BGP
Usage
A unicast network address without a mask is accepted if it falls into the natural boundary of
its class. A class-boundary mask is derived if the address matches its natural class-boundary.
redistribute
Description
Syntax
[no] redistribute
{
connected [route-map map-name] |
floating-ip [route-map map-name] |
ip-nat [route-map map-name] |
ip-nat-list [route-map map-name] |
isis [route-map map-name] |
lw4o6 [options] |
nat64 [route-map map-name] |
ospf [route-map map-name] |
rip [route-map map-name] |
static [route-map map-name] |
vip
[only-flagged [route-map map-name] |
only-not-flagged [route-map map-name] |
Parameter
Description
lw406 [options]
vip
[only-flagged [route-map map-name] |
only-not-flagged [route-map map-name] |
[route-map map-name]]
Default
None
Mode
BGP
synchronization
Description
Syntax
[no] synchronization
Default
Disabled
Mode
BGP
Usage
Enable synchronization if the ACOS device should not advertise routes learned from iBGP
neighbors, unless those routes also are present in an IGP (for example, OSPF). Synchronization may be enabled when all the routers in an AS do not speak BGP and the AS is a transit
for other ASs.
timers
Description
Syntax
Parameter
Description
interval
Specifies the amount of time between transmission of keepalive messages to neighbors. You can specify 0-65535 seconds.
holdtime
Specifies the maximum amount of time the ACOS device will wait for a
keepalive message from a neighbor before declaring the neighbor dead.
You can specify 0-65535 seconds.
Default
Mode
BGP
Syntax
Parameter
Description
ipv4addr |
ipv4addr/mask-length
longer-prefixes
Mode
All
Example
Ths
Next Hop
S>i10.70.0.0/24
192.10.23.67
100
0 ?
S>i30.30.30.30/32
192.10.23.67
100
0 ?
S>i63.63.63.1/32
192.10.23.67
100
0 ?
S>i67.67.67.67/32
192.10.23.67
100
0 ?
S>i172.22.10.0/24
192.10.23.67
100
0 ?
S>i192.10.21.0
192.10.23.67
100
0 ?
S>i192.10.23.0
192.10.23.67
100
0 ?
Syntax
Mode
Parameter
Description
ipv6addr |
ipv6addr/mask-length
longer-prefixes
All
Syntax
Parameter
Description
multicast | unicast
ipv4addr | ipv4addr/mask-length
community [community-number]
[options]
community-list list-name
[exact-match]
dampening {options}
Displays route-flap dampening information. You must specify one of the following options:
dampened-paths Displays paths suppressed due to dampening.
flap-statistics Displays flap statistics for routes.
parameters Displays details for configured dampening parameters.
filter-list list-name
inconsistent-as
neighbors
[ipv4addr | ipv6addr [options]]
paths
prefix-list list-name
quote-regexp string
route-map map-name
summary
Mode
All
Syntax
Mode
Parameter
Description
ipv4addr | ipv6addr
advertised-routes
received
prefix-filter
received-routes
routes
All
Syntax
Mode
All
Display IPv4 routes that match the specified AS-path regular expression. Enclose the regular
expression string in double quotation marks (example: regexp-string-1).
Syntax
Mode
All
Syntax
Mode
All
Syntax
Parameter
Description
ipv6addr |
ipv6addr/mask-length
community
[community-number]
[options]
Displays routes for communities. Enter the community number in AA:NN format.
The following options are supported:
exact-match Displays only communities that exactly match.
local-AS Displays only communities that are not sent outside the local AS.
no-advertise Displays only communities that are not sent advertised to
neighbors.
no-export Displays only communities that are not exported to the next AS.
community-list list-name
[exact-match]
Displays routes matching the specified community list. The exact-match option
displays only the routes that have exactly the same communities.
Parameter
Description
dampening {options}
displays route-flap dampening information. You must specify one of the following
options:
dampened-paths Displays paths suppressed due to dampening.
flap-statistics Displays flap statistics for routes.
parameters Displays details for configured dampening parameters.
filter-list list-name
inconsistent-as
multicast {ipv6addr |
ipv6addr/mask-length
[longer-prefixes]}
neighbors
[ipv4addr | ipv6addr
[options]]
Displays detailed information about TCP and BGP neighbor connections. The following options are supported:
The longer-prefixes option includes prefixes that have a longer mask than the
one specified.
paths
prefix-list list-name
quote-regexp string
Displays routes that match the specified AS-path regular expression. Enclose the regular expression string in double quotation marks (example: regexp-string-1).
regexp string
[string ...]
route-map map-name
summary
unicast {ipv6addr |
ipv6addr/mask-length
[longer-prefixes]}
Displays IPv6 routes for the specified unicast address family. The longer-prefixes
option includes prefixes that have a longer mask than the one specified.
view view-name
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
Parameter
Description
community-number
exact-match
local-AS
Displays only communities that are not sent outside the local
AS.
no-advertise
no-export
Displays only communities that are not exported to the next AS.
All
Syntax
Mode
All
Syntax
Mode
Parameter
Description
list-name
exact-match
Displays only the routes that have exactly the same communities.
All
Syntax
Mode
Parameter
Description
dampened-paths
flap-statistics
parameters
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Parameter
Description
ipv4addr | ipv6addr
advertised-routes
received prefix-filter
received-routes
Displays the received routes from neighbor. To display all the received routes from
the neighbor, configure BGP soft reconfiguration first.
routes
Mode
All
Example
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Display routes that match the specified AS-path regular expression. Enclose the regular
expression string in double quotation marks (example: regexp-string-1).
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Syntax
Mode
All
Example
Syntax
Mode
All
Syntax
Parameter
Description
view-name
ipv4addr | ipv4addr/mask-length
summary
Mode
All
Syntax
Parameter
Description
in [prefix-filter]
out
Mode
Syntax
Parameter
Description
in [prefix-filter]
out
Mode
Syntax
Parameter
Description
in [prefix-filter]
out
Mode
Syntax
Parameter
Description
in [prefix-filter]
out
Mode
Reset dampened routes or route-flap statistics counters and history for IPv4.
Syntax
Mode
Parameter
Description
dampening
flap-statistics
ipv4addr |
ipv4addr/mask-length
Reset dampened routes or route-flap statistics counters and history for IPv6.
Syntax
Parameter
Description
unicast
external
dampening [network]
To reset dampened routes for an specific network, specify either an IPv6 network (for
example, 2003::) or a network length (for example, 2003::/24).
flap-statistics [network]
peer-group
as-num
ipv4-addr
ipv6-addr
in [prefix-filter]
Clears incoming advertised routes. The prefix-filter option pushes out prefixlist outbound routing filters, and performs inbound soft reconfiguration.
out
Activates routing policy changes without resetting the BGP neighbor connection.
in Requests route updates from the specified neighbor.
out Sends route updates to the specified neighbor.
Mode
Syntax
Parameter
Description
group-name
in [prefix-filter]
out
Mode
Syntax
Parameter
Description
view-name
For option information, see clear [ip] bgp {* | AS-num} on page 227.
Mode