Navigation
Supported Platforms
Related Documentation
- EX, J, M, MX, PTX, T Series
- [edit services rpm] Hierarchy Level
- M, MX, PTX, T Series
- Real-Time Performance Monitoring Services Overview
- Configuring BGP Neighbor Discovery Through RPM
Examples: Configuring BGP Neighbor Discovery Through RPM
Configure BGP neighbor discovery through RPM for all logical systems and all routing instances:
[edit services rpm]
bgp {probe-type icmp-ping;probe-count 5;probe-interval 1;test-interval 60;history-size 10;data-size 255;data-fill 0123456789;}
Configure BGP neighbor discovery through RPM for only the following logical systems and routing instances: LS1/RI1, LS1/RI2, LS2, and RI3:
[edit services rpm]
bgp {probe-type icmp-ping;probe-count 5;probe-interval 1;test-interval 60;history-size 10;data-size 255;data-fill 0123456789;logical-system {LS1 {routing-instances {RI1;RI2;}}LS2;}routing-instance {RI3;}}
![]() | Note: The logical-system statement is not supported on PTX Series Packet Transport Routers. |
Configure BGP neighbor discovery through RPM for only the default logical system and default routing instance:
[edit services rpm]
bgp {probe-type icmp-ping;probe-count 5;probe-interval 1;test-interval 60;history-size 10;data-size 255;data-fill 0123456789;logical-system {null {routing-instances {default;}}}}
Related Documentation
- EX, J, M, MX, PTX, T Series
- [edit services rpm] Hierarchy Level
- M, MX, PTX, T Series
- Real-Time Performance Monitoring Services Overview
- Configuring BGP Neighbor Discovery Through RPM
Published: 2013-08-29
Supported Platforms
Related Documentation
- EX, J, M, MX, PTX, T Series
- [edit services rpm] Hierarchy Level
- M, MX, PTX, T Series
- Real-Time Performance Monitoring Services Overview
- Configuring BGP Neighbor Discovery Through RPM