INTERFACE_UP

<13>1 2019-02-21T16:46:14.931186+00:00 ss12.00.lab orchagent - - - :- setHostIntfsOperStatus: Set operation status UP to host interface Ethernet28

Maps to the openconfig-interfaces YANG model.

Implemented for

  • eos
  • junos
  • sonic
  • nxos
  • iosxr
  • ios
  • netiron
  • huawei

Syslog message example

<28>Jul 20 21:45:59 vmx01 mib2d[2424]: SNMP_TRAP_LINK_UP: ifIndex 502, ifAdminStatus up(1), ifOperStatus up(1), ifName xe-0/0/0

Structured message example

{
  "error": "INTERFACE_UP",
  "facility": 3,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 20",
      "facility": 3,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "ifIndex 502, ifAdminStatus up(1), ifOperStatus up(1), ifName xe-0/0/0",
      "pri": "28",
      "processId": "2424",
      "processName": "mib2d",
      "severity": 4,
      "tag": "SNMP_TRAP_LINK_UP",
      "time": "21:45:59"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1500587159,
  "yang_message": {
      "interfaces": {
          "interface": {
              "xe-0/0/0": {
                  "state": {
                      "admin_status": "UP",
                      "oper_status": "UP"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}