interfacePair¶
The following operations can be performed on "interfacePair":
add interfacePair¶
Create an Interface Pair. Each Interface Pair or IFPAIR is identified by a IFID (integer from 1-255).
Synopsys¶
add interfacePair <id> -ifnum <interface_name> ...
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.
Synopsys¶
rm interfacePair <id>
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.
Synopsys¶
show interfacePair [<id>]
Arguments¶
id
The Interface pair id
Minimum value: 1
Maximum value: 255
Outputs¶
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/32) IFPAIR ID: 4 Member Interfaces : 1/6 1/5 Done