mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added bgpPeerDescr for Arista OS (#11495)
This commit is contained in:
@@ -196,6 +196,7 @@ if (\LibreNMS\Config::get('enable_bgp')) {
|
||||
'aristaBgp4V2PeerFsmEstablishedTime' => 'bgpPeerFsmEstablishedTime',
|
||||
'aristaBgp4V2PeerInUpdatesElapsedTime' => 'bgpPeerInUpdateElapsedTime',
|
||||
'aristaBgp4V2PeerLocalAddr' => 'bgpLocalAddr',
|
||||
'aristaBgp4V2PeerDescription' => 'bgpPeerDescr',
|
||||
'aristaBgp4V2PeerLastErrorCodeReceived' => 'bgpPeerLastErrorCode',
|
||||
'aristaBgp4V2PeerLastErrorSubCodeReceived' => 'bgpPeerLastErrorSubCode',
|
||||
'aristaBgp4V2PeerLastErrorReceivedText' => 'bgpPeerLastErrorText',
|
||||
|
@@ -5218,7 +5218,7 @@
|
||||
"bgpPeerAdminStatus": "running",
|
||||
"bgpLocalAddr": "192.168.0.1",
|
||||
"bgpPeerRemoteAddr": "0.0.0.0",
|
||||
"bgpPeerDescr": "",
|
||||
"bgpPeerDescr": "peer.example.com EBGP",
|
||||
"bgpPeerInUpdates": 13362513,
|
||||
"bgpPeerOutUpdates": 13579799,
|
||||
"bgpPeerInTotalMessages": 13579799,
|
||||
|
@@ -2998,6 +2998,8 @@
|
||||
1.3.6.1.4.1.30065.4.1.1.2.1.12.1.2.16.32.1.5.80.0.2.0.47.0.0.0.0.0.51.0.1|2|2
|
||||
1.3.6.1.4.1.30065.4.1.1.2.1.13.1.1.4.192.168.0.2|2|6
|
||||
1.3.6.1.4.1.30065.4.1.1.2.1.13.1.2.16.32.1.5.80.0.2.0.47.0.0.0.0.0.51.0.1|2|6
|
||||
1.3.6.1.4.1.30065.4.1.1.2.1.14.1.1.4.192.168.0.2|4|peer.example.com EBGP
|
||||
1.3.6.1.4.1.30065.4.1.1.2.1.14.1.2.16.32.1.5.80.0.2.0.47.0.0.0.0.0.51.0.1|4|
|
||||
1.3.6.1.4.1.30065.4.1.1.3.1.1.1.1.4.192.168.0.2|66|0
|
||||
1.3.6.1.4.1.30065.4.1.1.3.1.2.1.1.4.192.168.0.2|66|0
|
||||
1.3.6.1.4.1.30065.4.1.1.3.1.4.1.1.4.192.168.0.2|4|Cease/administrative shutdown
|
||||
|
Reference in New Issue
Block a user