BGP Monitoring Protocol
BGP monitoring protocol (BMP) is defined in RFC 7854, and is used to monitor BGP sessions. BMP is used to exchange BGP speaker status with a BMP collector. Usually, this speaker installs a number of BGP sessions with peers and one (or more) BMP sessions with a collector. The BGP speaker updates the BMP server with the data received from its protocol, concerning changes in its peer sessions, and periodically sends out BGP statistics.
protocol bmp
| protocol bmp     Enables BMP. | ||
| Syntax Description | N/A | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | switch (config)# protocol bmp | |
| Related Commands | ||
| Notes | 
 | |
ip bmp server
| ip bmp [vrf <vrf name>] server <id> Creates a BMP server, up to three servers per VRF. | ||
| Syntax Description | id | BMP server id: 1-3 | 
| vrf name | The default is “default VRF” | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | switch (config)# ip bmp server 1 | |
| Related Commands | ||
| Notes | ||
ip bmp server activate
| ip bmp [vrf <vrf name>] server <id> activate Activates BMP server. | ||
| Syntax Description | N/A | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | switch (config)# ip bmp server 1 activate | |
| Related Commands | ||
| Notes | ||
ip bmp server stats-reporting-period
| ip bmp [vrf <vrf name>] server <id> stats-reporting-period <seconds> Configures statistics reporting period. | ||
| Syntax Description | Seconds | Reporting period | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | switch (config)# ip bmp server 1 stats-reporting-period 111 | |
| Related Commands | ||
| Notes | It is not possible to update a server’s stats-reporting-period while the server is active | |
ip bmp server address port
| ip bmp [vrf <vrf name>] server <id> address <address> port <port> Configures an address for BMP server. | ||
| Syntax Description | address | IPv4 or IPv6 server address | 
| port | TCP port to connect | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | switch (config)# ip bmp server 1 address 1.1.1.1 port 11 | |
| Related Commands | ||
| Notes | It is not possible to update a server’s address while the server is active | |
show ip bmp
| show ip bmp [vrf <vrf name>] [server <id>] Displays BMP configuration. | ||
| Syntax Description | VRF | Name default is “default VRF” | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 3.7.1100 | |
| Example | ||
| switch (config)# show ip bmp | ||
| Related Commands | ||
| Note | If no server ID is supplied, the command displays BMP configurations for all configured BMP servers under a VRF | |