CiscoIfExtSystemConfig

Enum Classes

class CISCOIFEXTENSIONMIB::CiscoIfExtSystemConfig

Bases: Entity

Class Hierarchy : CISCOIFEXTENSIONMIB CiscoIfExtSystemConfig

This class represents state data.

ciesystemmtu

Global system MTU in octets. This object specifies the MTU on all interfaces. However, the value specified by cieIfMtu takes precedence for an interface, which means that the interface’s MTU uses the value specified by cieIfMtu, if it is configured

type: int

range: -2147483648..2147483647

config: False

cielinkupdownenable

Indicates whether cieLinkUp/cieLinkDown or standard mib-II defined linkUp/Down or both, notifications should be generated for the interfaces in the system. ‘standard’ - only generate standard defined mib-II linkUp/linkDown notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘cisco’ - only generate cieLinkUp/cieLinkDown notifications for an interface if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. If both bits are selected then linkUp/linkDown and cieLinkUp/cieLinkDown are both generated for an interface if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’

type: Bits

Indicates whether cieLinkUp/cieLinkDownor standard mib-II defined linkUp/Down orboth, notifications should be generatedfor the interfaces in the system.’standard’ - only generate standard defined mib-II linkUp/linkDown notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.’cisco’ - only generate cieLinkUp/cieLinkDown notifications for an interface if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.If both bits are selected then linkUp/linkDown andcieLinkUp/cieLinkDown are both generated for an interface if the ‘ifLinkUpDownTrapEnable’ for theinterface is ‘enabled’.

Bits positions:

cisco: 0

standard: 1

config: False

status: deprecated

ciestandardlinkupdownvarbinds

Indicates whether to send the extra varbinds in addition to the varbinds defined in linkUp/linkDown notifications. ‘standard’ - only send the varbinds defined in the standard linkUp/linkDown notification. ‘additional’ - send the extra varbinds in addition to the defined ones. ‘other’ - any other config not covered by the above. This value is read-only

type: CieStandardLinkUpDownVarbinds

config: False

status: deprecated

cieifindexpersistence

This object specifies whether ifIndex values persist across reinitialization of the device. ifIndex persistence means that the mapping between the ifDescr object values and the ifIndex object values will be retained across reboots. Applications such as device inventory, billing, and fault detection depend on the maintenance of the correspondence between particular ifIndex values and their interfaces. During reboot or insertion of a new card, the data to correlate the interfaces to the ifIndex may become invalid in absence of ifIndex persistence feature. ifIndex persistence for an interface ensures ifIndex value for the interface will remain the same after a system reboot. Hence, this feature allows users to avoid the workarounds required for consistent interface identification across reinitialization. Due to change in syntax, this object is deprecated by cieIfIndexGlobalPersistence

type: bool

config: False

status: deprecated

ciedelayedlinkupdownnotifenable

This object specifies whether the system generates a cieDelayedLinkUpDownNotif notification

type: bool

config: False

ciedelayedlinkupdownnotifdelay

This object specifies the interval of time an interface’s operational status must remain stable following a transition before the system will generate a cieDelayedLinkUpDownNotif

type: int

range: 1..60

config: False

units: minutes

cieifindexglobalpersistence

This object specifies whether ifIndex values persist across reinitialization of the device. ifIndex persistence means that the mapping between the ifDescr object values and the ifIndex object values will be retained across reboots. Applications such as device inventory, billing, and fault detection depend on the maintenance of the correspondence between particular ifIndex values and their interfaces. During reboot or insertion of a new card, the data to correlate the interfaces to the ifIndex may become invalid in absence of ifIndex persistence feature. ifIndex persistence for an interface ensures ifIndex value for the interface will remain the same after a system reboot. Hence, this feature allows users to avoid the workarounds required for consistent interface identification across reinitialization. The allowed values for this object are either enable or disable. global value is not allowed

type: IfIndexPersistenceState

config: False

cielinkupdownconfig

This object specifies whether standard mib-II defined linkUp/ linkDown, extended linkUp/linkDown (with extra varbinds in addition to the varbinds defined in linkUp/linkDown) or cieLinkUp/cieLinkDown notifications should be generated for the interfaces in the system. ‘standardLinkUp’ - generate standard defined mib-II linkUp notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘standardLinkDown’ - generate standard defined mib-II linkDown notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘additionalLinkUp’ - generate linkUp notification with additional varbinds if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘additionalLinkDown’ - generate linkDown notification with additional varbinds if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘ciscoLinkUp’ - generate cieLinkUp notification if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘ciscoLinkDown’ - generate cieLinkDown notification if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. If multiple bits are set then multiple notifications will be generated for an interface if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’

type: Bits

This object specifies whether standard mib-II defined linkUp/linkDown, extended linkUp/linkDown (with extra varbinds inaddition to the varbinds defined in linkUp/linkDown) orcieLinkUp/cieLinkDown notifications should be generated forthe interfaces in the system.’standardLinkUp’ - generate standard defined mib-II linkUp notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.’standardLinkDown’ - generate standard defined mib-II linkDown notification if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘additionalLinkUp’ - generate linkUp notification with additional varbinds if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’. ‘additionalLinkDown’ - generate linkDown notification with additional varbinds if ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.’ciscoLinkUp’ - generate cieLinkUp notification if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.’ciscoLinkDown’ - generate cieLinkDown notification if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.If multiple bits are set then multiple notifications willbe generated for an interface if the ‘ifLinkUpDownTrapEnable’ for the interface is ‘enabled’.

Bits positions:

standardLinkDown: 0

additionalLinkDown: 1

additionalLinkUp: 2

ciscoLinkUp: 3

ciscoLinkDown: 4

standardLinkUp: 5

config: False