bmp
Connection

Represents configuration of a connection to the BGP monitoring station.



public class Connection

Properties
connectRetry Specifies the connect retry timer value, in seconds, for a BMP session.

type=int
default=120
minimum=1
maximum=65535
units=seconds
Displayed(tab/group)=
    •  bmp.Station  Connect Retry Timer (/Connection)

localIpAddrType Specifies the type of IP address stored in localIpAddress. The value can be either 'unknown', 'ipv4' or 'ipv6."

type=rtr.InetAddressType
access=read-only
default=ipv4

localIpAddress Specifies the local IP address used to communicate with the BMP monitoring station. The configuration is optional.

type=InetAddress
default=0.0.0.0
Displayed(tab/group)=
    •  bmp.Station  Local IP Address (/Connection)

remoteIpAddrType Specifies the type of IP address stored in remoteIpAddress. The value can be either 'unknown', 'ipv4' or 'ipv6.

type=rtr.InetAddressType
access=read-only
default=ipv4

remoteIpAddress Specifies the remote IP address of the BMP monitoring station.

type=InetAddress
default=0.0.0.0
Displayed(tab/group)=
    •  bmp.Station  Remote IP Address (/Connection)

remotePort Specifies the server port of the BMP monitoring station.

type=int
default=0
minimum=0
maximum=65535
Displayed(tab/group)=
    •  bmp.Station  Remote Port (/Connection)

routerId Specifies the virtual router instance used for the BMP session.

type=int
default=1
minimum=1
maximum=10240

routingInstancePointer Specifies a pointer to the virtual router instance used for the BMP session.

type=Pointer
Displayed(tab/group)=
    •  bmp.Station  Virtual Router Instance (/Connection)

serviceId Specifies the service id associated with the VPRN service through which the BMP monitoring station connection should traverse.

type=long

siteId Specifies the site ID of the NE under which the station exists.

type=string
access=read-only

stationName Specifies the name of the BGP monitoring station.

type=string
access=read-create
minimum=1
maximum=32
Mandatory on create

tcpKaAdminState Specifies the administrative state of the TCP keepalive algorithm.

type=netw.AdministrativeState
default=tmnxOutOfService
Displayed(tab/group)=
    •  bmp.Station  Keep-Alive Admin State (/Connection/TCP Parameters)

tcpKaCount Specifies the number of missed keepalives before the TCP connection is declared down.

type=int
default=4
minimum=3
maximum=100
Displayed(tab/group)=
    •  bmp.Station  Keep-Alive Count (/Connection/TCP Parameters)

tcpKaIdle Specifies the number of seconds until the first TCP keepalive probe is sent.

type=int
default=600
minimum=1
maximum=100000
units=seconds
Displayed(tab/group)=
    •  bmp.Station  Keep-Alive Idle Time (/Connection/TCP Parameters)

tcpKaInterval Specifies the number of seconds between two TCP keepalive probes.

type=int
default=15
minimum=1
maximum=100000
units=seconds
Displayed(tab/group)=
    •  bmp.Station  Keep-Alive Interval (/Connection/TCP Parameters)

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Supported Network Elements
7750 SR Supported from 16.0.R1
7450 ESS Supported from 16.0.R1
7950 XRS Supported from 16.0.R1
7705 SAR Hm Supported from 16.0.R1
7250 IXR Supported from 19.5.R1