ifOperStatus if Operation Status 1.3.6.1.2.1.2.2.1.8 The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If ifAdminStatus is down(2) then ifOperStatus should be down(2). If ifAdminStatus is changed to up(1) then ifOper...
This enumeration specifies the operational status of an interface. Syntax 复制 typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown } IF_OPER_STATUS; Elements IfOperStatusUp The inte...
例如:你配置端口的状态是“up”,ifAdminStatus是“up” 但是如果这个端口没有插线,那么ifOperStatus是“down”
This enumeration specifies the operational status of an interface.SyntaxCopy typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown } IF_OPER_STATUS; ...
This enumeration specifies the operational status of an interface. typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown} IF_OPER_STATUS; ...
IF_OPER_STATUS列舉會指定介面的操作狀態。 Syntax C++ 複製 typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown } IF_OPER_STATUS; 常數 展開資料表 IfOperStatusUp值: 1介面已啟動...
This enumeration specifies the operational status of an interface. typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown } IF_OPER_STATUS; ...
IfOperStatus Data type SmallInt Value The testing(3) state indicates that no operational packets can be passed. If ifAdminStatus is down(2) then ifOperStatus should be down(2). If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to ...
ifOperStatus ifDescr linkDown告警表示在代理角色中起作用的SNMPv2实体检测到其通信链路之一的ifOperStatus对象即将从某种其他状态(但不是从notPresent状态)进入down状态。 其他的状态由ifOperStatus的值表示。 当前该节点仅作为告警的VB绑定变量使用 linkUp详细描述 ...
如果ifAdminStatus变成up(1)而此时接口已经可以传送数据,则ifOperStatus将变成up(1)。 如果有阻止up(1)的错误ifOperStatus将保持down(2)状态。 目前不支持testing(报文不可以通过)状态。 1.3.6.1.2.1.2.2.1.9 ifLastChange INTEGER (0..4294967295) read-only 接口进入当前运行状态的系统时间。如果当前的状态...