IPV6//IF_IPV6CHANGE:OID [oid] The status of the IPv6 Interface changed. (IfIndex=[INTEGER], IfDescr=[OCTET], IfOperStatus=[INTEGER], IfAdminStatus=[INTEGER])
The status of the IPv6 interface was changed.
| Name | Meaning |
|---|---|
oid |
Indicates the MIB object ID of the alarm. |
IfIndex |
Indicates the index of the interface. |
IfDescr |
Indicates the description of the interface. |
IfOperStatus |
Indicates the current operating status of the interface. The value can be: up(1), down(2), and testing(3).
Currently, the value testing(3) is not supported. |
IfAdminStatus |
Indicates the desired status of the interface. The value can be: up(1), down(2), and testing(3). The value testing(3) indicates that the interface cannot forward any operational packets. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either management or configuration, the value of ifAdminStatus is changed to either up(1) or testing(3), or remains down(2) if not changed. Currently, the value testing(3) is not supported. |
The influence depends on the ipv6IfOperStatus:
1) Up: indicates that the IPv6 services on the interface are recovered.
2) Down: indicates that the IPv6 services on the interface are interrupted.