PagpOperationMode

  • Base type Enumeration

The group-capability configuration operation mode of the PAgP protocol on this interface: desirable(1) aggregation is under control of the PAgP protocol. PAgP packets are sent on the interface and those received are acted upon. If no data packets are received on the interface, then the interface is never attached to an agport and cannot be used for data. desirableSilent(2) aggregation is under control of the PAgP protocol. PAgP packets are sent on the interface and those received are acted upon. If no data packets are received on the interface, then after some timeout period, the interface is attached, by itself, to an agport and can thus be used for data transmission. automatic(3) aggregation is under control of the PAgP protocol. PAgP packets are not sent on the interface until at least one PAgP packet is received which indicates that the sender is operating in desirable or desirableSilent mode. If no data packets are received on the interface, then the interface is never attached to an agport and cannot be used for data. automaticSilent(4) aggregation is under control of the PAgP protocol. PAgP packets are not sent on the interface until at least one PAgP packet is received which indicates that the sender is operating in desirable or desirableSilent mode. If no data packets are received on the interface, then after some timeout period, the interface is attached, by itself, to an agport and can thus be used for data transmission. The value of PagpOperationMode takes effect only when the value of pagpEthcOperationMode is pagpOn(3). If pagpEthcOperationMode has any other value, the operation of the PAgP protocol is disabled.

Possible values

4 objects
Number Name
1 desirable
2 desirableSilent
3 automatic
4 automaticSilent