Skip to content

Instantly share code, notes, and snippets.

@rohitthakur2590
Created March 16, 2021 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohitthakur2590/4f43c1d22de1866735d14fe5af116a19 to your computer and use it in GitHub Desktop.
Save rohitthakur2590/4f43c1d22de1866735d14fe5af116a19 to your computer and use it in GitHub Desktop.
junos_bgp_global parsed operation output
===============================
OUTPUT:
"parsed": {
"accept_remote_nexthop": true,
"add_path_display_ipv4_address": true,
"advertise_bgp_static": {
"policy": "static-to-bgp"
},
"advertise_from_main_vpn_tables": true,
"advertise_inactive": true,
"as_number": "65432",
"authentication_algorithm": "md5",
"bfd_liveness_detection": {
"detection_time": {
"threshold": 300000
},
"minimum_receive_interval": 4,
"multiplier": 10,
"no_adaptation": true,
"transmit_interval": {
"minimum_interval": 2
},
"version": "automatic"
},
"bgp_error_tolerance": {
"malformed_route_limit": 20000000
},
"bmp": {
"monitor": false,
"route_monitoring": {
"none": true
}
},
"damping": true,
"description": "This is configured with Junos_bgp resource module",
"egress_te_sid_stats": true,
"groups": [
{
"name": "internal",
"out_delay": 8
},
{
"name": "external",
"out_delay": 9
},
{
"name": "inboun",
"type": "internal"
},
{
"export": "static-to-bgp",
"local_address": "10.2.2.2",
"name": "ibgp",
"neighbors": [
{
"neighbor_address": "10.1.1.1"
}
],
"type": "internal"
}
],
"hold_time": 5,
"holddown_all_stale_labels": true,
"include_mp_next_hop": true,
"log_updown": true,
"no_advertise_peer_as": true,
"no_aggregator_id": true,
"no_client_reflect": true,
"out_delay": 10,
"precision_timers": true,
"preference": "2",
"remove_private": {
"set": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment