This enumeration specifies the operational status of an interface.SyntaxCopy typedef enum { IfOperStatusUp = 1, IfOperStatusDown, IfOperStatusTesting, IfOperStatusUnknown, IfOperStatusDormant, IfOperStatusNotPresent, IfOperStatusLowerLayerDown } IF_OPER_STATUS; ...
例如:你配置端口的状态是“up”,ifAdminStatus是“up” 但是如果这个端口没有插线,那么ifOperStatus是“down”
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 t...
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...
表示此接口当前的操作状态。noIfIdentifier(3)表示本接口上无有效的接口标识符,即链路本地地址的DAD失败。如果ipv6IfAdminStatus的状态是down(2),那么ipv6IfOperStatus也应该是down(2)。如果ipv6IfAdminStatus的状态变为up(1),那么: 当本接口已经准备好传输和接收网络流量时,ipv6IfOperStatus也为up(1)。
fAdminStatus是指配置状态。(管理状态)ifOperStatus是指实际工作状态。(链路状态)配置状态就是你配置这个端口是什么状态,比如是“up” or “down”。例如:你配置端口的状态是“up”,ifAdminStatus是“up”。但是如果这个端口没有插线,那么ifOperStatus是“down”。
当本接口已经准备好传输和接收网络流量时,ipv6IfOperStatus也为up(1)。 当且仅当有一个错误阻止状态变为up(1)时,ipv6IfOperStatus保持为down(2)或者变为noIfIdentifier(3)。 当接口发生组件丢失时(比较有代表性的是:较低层),ipv6IfOperStatus保持为notPresent(5)。
结果1 题目对象ifOperStatus和ifAdminStatus的值分别为1和2,这说明什么?相关知识点: 试题来源: 解析 [解答] ifAdminStatus对象和ifOperStatus对象都返回整数,值1表示Up,值2表示Down。把这两个对象结合在一起,失效管理应用可以确定接口的当前状态。反馈 收藏 ...
IF_OPER_STATUS_CONNECTING WAN adapter that is in the process of connecting. IF_OPER_STATUS_CONNECTED WAN adapter that is connected to a remote peer. IF_OPER_STATUS_OPERATIONAL Default status for LAN adapters dwLastChange Type:DWORD The length of time, in hundredths of seconds (10^-2 sec),...
dwOperStatus 类型:DWORD 接口的操作状态。 此成员可以是Ipifcons.h头文件中定义的 INTERNAL_IF_OPER_STATUS 枚举中定义的以下值之一。 值含义 IF_OPER_STATUS_NON_OPERATIONAL LAN 适配器已被禁用,例如,由于地址冲突。 IF_OPER_STATUS_UNREACHABLE 未连接的 WAN 适配器。