BgpPeerStatusOutput interface
Detail status serekan BGP.
Properti
| asn | Nomor sistem otonom dari rekan BGP jarak jauh. |
| connected |
Sudah berapa lama peeringnya sudah aktif. |
| local |
Alamat lokal gateway jaringan virtual. |
| messages |
Jumlah pesan BGP yang diterima. |
| messages |
Jumlah pesan BGP yang dikirim. |
| neighbor | Peer BGP jarak jauh. |
| routes |
Jumlah rute yang dipelajari dari serekan ini. |
| state | Status serekan BGP. |
Detail Properti
asn
Nomor sistem otonom dari rekan BGP jarak jauh.
asn?: number
Nilai Properti
number
connectedDuration
Sudah berapa lama peeringnya sudah aktif.
connectedDuration?: string
Nilai Properti
string
localAddress
Alamat lokal gateway jaringan virtual.
localAddress?: string
Nilai Properti
string
messagesReceived
Jumlah pesan BGP yang diterima.
messagesReceived?: number
Nilai Properti
number
messagesSent
Jumlah pesan BGP yang dikirim.
messagesSent?: number
Nilai Properti
number
neighbor
Peer BGP jarak jauh.
neighbor?: string
Nilai Properti
string
routesReceived
Jumlah rute yang dipelajari dari serekan ini.
routesReceived?: number
Nilai Properti
number
state
Status serekan BGP.
state?: "Connected" | "Unknown" | "Stopped" | "Connecting" | "Idle"
Nilai Properti
"Connected" | "Unknown" | "Stopped" | "Connecting" | "Idle"