...
· Custom tables visible in opConfig UI
INTERFACE | DESCRIPTION | BANDWIDTH | MTU | SPEED | PROTOCOL_STATUS |
FastEthernet0/0 | rr1 | 10000 Kbit | 1530 | 10Mb/s | up |
FastEthernet0/1 | rr2 | 100000 Kbit | 1500 | 100Mb/s | down |
Ethernet1/0 | rr2 | 10000 Kbit | 1500 |
| down |
Ethernet1/1 | rr2 | 10000 Kbit | 1500 |
| up |
Ethernet1/2 | p1 | 10000 Kbit | 1500 |
| up |
Ethernet1/3 | p3 | 10000 Kbit | 1500 |
| up |
Ethernet1/4 | p4 | 10000 Kbit | 1500 |
| up |
Ethernet1/5 | p5 | 10000 Kbit | 1500 |
| up |
Ethernet1/6 | p6 | 10000 Kbit | 1500 |
| up |
Ethernet1/7 | pe1 | 10000 Kbit | 1500 |
| down |
Ethernet2/0 | pe1 | 10000 Kbit | 1500 |
| up |
· Inventory updates for interfaces
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"_id" : ObjectId("65a5b8eb43c6b8c138bda392"),
"data" : {
"template_data" : {
"INPUT_RATE" : NumberInt(0),
"DUPLEX" : "",
"QUEUE_DROPS" : NumberInt(0),
"DELAY" : "1000 usec",
"ABORT" : NumberInt(0),
"LAST_INPUT" : "never",
"SPEED" : "",
"LAST_OUTPUT_HANG" : "never",
"QUEUE_MAX" : NumberInt(75),
"FRAME" : NumberInt(0),
"MEDIA_TYPE" : "",
"VLAN_ID_OUTER" : "",
"BIA" : "ca02.07c1.0038",
"LAST_OUTPUT" : "00:00:01",
"QUEUE_FLUSHES" : NumberInt(0),
"ENCAPSULATION" : "ARPA",
"OVERRUN" : NumberInt(0),
"PROTOCOL_STATUS" : "up",
"INPUT_ERRORS" : NumberInt(0),
"INTERFACE" : "Ethernet2/0",
"GIANTS" : NumberInt(0),
"INPUT_PACKETS" : NumberInt(0),
"QUEUE_SIZE" : NumberInt(0),
"RUNTS" : NumberInt(0),
"INPUT_PPS" : NumberInt(0),
"HARDWARE_TYPE" : "AmdP2",
"OUTPUT_RATE" : NumberInt(0),
"DESCRIPTION" : "pe1",
"VLAN_ID_INNER" : "",
"CRC" : NumberInt(0),
"OUTPUT_PACKETS" : NumberInt(24855328),
"VLAN_ID" : "",
"LINK_STATUS" : "up",
"PREFIX_LENGTH" : NumberInt(31),
"QUEUE_OUTPUT_DROPS" : NumberInt(0),
"OUTPUT_ERRORS" : NumberInt(0),
"MTU" : NumberInt(1500),
"IP_ADDRESS" : "10.248.2.58",
"QUEUE_STRATEGY" : "fifo",
"OUTPUT_PPS" : NumberInt(0),
"BANDWIDTH" : "10000 Kbit",
"MAC_ADDRESS" : "ca02.07c1.0038"
}
}
} |
· Alerts created in opEvents for MTU conditions
Alert | Node | Element | State | Details |
Incorrect MTU | omk-core2 | Ethernet2/5 | Warning | MTU alert for interface: Ethernet2/5 (MTU: 1500) |
Incorrect MTU | omk-core2 | Ethernet2/3 | Warning | MTU alert for interface: Ethernet2/3 (MTU: 1500) |
Incorrect MTU | omk-core2 | Ethernet1/6 | Warning | MTU alert for interface: Ethernet1/6 (MTU: 1500) |
Incorrect MTU | omk-core2 | Loopback3 | Normal | MTU alert for interface: Loopback3 (MTU: 1514) |
Incorrect MTU | omk-core2 | Ethernet1/1 | Warning | MTU alert for interface: Ethernet1/1 (MTU: 1500) |
6. Architecture Flow
...