ADC CLI Commands

interfacePair

The following operations can be performed on “interfacePair”:

add rm show

add interfacePair

Create an Interface Pair. Each Interface Pair or IFPAIR is identified by a IFID (integer from 1-255).

Synopsis

add interfacePair -ifnum ...

Arguments

id The Interface pair id Minimum value: 1 Maximum value: 255

ifnum The constituent interfaces in the interface pair Minimum value: 1

rm interfacePair

Removes the IFPAIR created by the add intfPair command. Once the IFPAIR is removed, its interfaces become independent.

Synopsis

rm interfacePair

Arguments

id The Interface pair id Minimum value: 1 Maximum value: 255

show interfacePair

Displays the configured Interface Pairs. If id is specified, then only that particular IFPAIR information is displayed. If it is not specified, all configured IFPAIRs are displayed.

Synopsis

show interfacePair []

Arguments

id The Interface pair id Minimum value: 1 Maximum value: 255

Output

ifnum The constituent interfaces in the interface pair

ifaces Names of all member interfaces of this Interface Pair

stateflag state flag

devno count

Example

An example of the output of the show interfacepair command is as follows:

1) IFPAIR ID: 3 Member Interfaces : 1/4 1/3

2) IFPAIR ID: 4 Member Interfaces : 1/6 1/5 Done

interfacePair