show ip bgp network
Displays information about a potentially originated prefix that was configured with the network command.
To display information about a prefix configured for all address families or for a specific address family other than the route-target address family:
show ip bgp [ ipv4 unicast | ipv4 multicast | vpnv4 all | vpnv4 vrf vrfName ]
network [ networkNumber [ [ mask ] networkMask ] ] [ filter ]To display information about about a prefix configured for the route-target address family:
show ip bgp route-target signaling network [ rtfPrefix ] [ filter ]
- ipv4 unicastSpecifies the IPv4 unicast address family and routing table; the default option
- ipv4 multicastSpecifies the IPv4 multicast address family and routing table
- vpnv4 allSpecifies the IPv4 VPN address family and all IPv4 VPN routing and forwarding instances
- vpvn4 vrf vrfNameSpecifies the IPv4 VPN address family and only the IPv4 VPN routing and forwarding instance with the name vrfName
- networkNumberIP address of the network for which you want information displayed; if no network is specified, the fields are displayed for all networks
- networkMaskAddress mask to be applied to the network address
- route-target signalingDisplays information for only the route-target address family
- rtfPrefixPrefix representing the route-target membership NLRI (RT-MEM-NLRI), in the format asNumber:extendedCommunity/prefixLength (for example, 320:320:524/36) where:
- asNumberAS number for origin of route target information, in the range 14294967295
- extendedCommunityTwo-part number in the format number1:number2 that identifies an extended community of VPNs, in the format number1:number2, where:
- number1Autonomous system (AS) number, in the range 14294967295, or an IP address
- number2Unique integer, in the range 14294967295; 32 bits if number1 is a 16-bit AS number; 16 bits if number1 is an IP address or a 32-bit AS number
- filterSee Filtering show Commands in About This Guide
Privileged Exec, User Exec
Command introduced before JUNOSe Release 7.1.0.
route-target signaling keywords and rtMemNlri variable added in JUNOSe Release 9.0.0.
rtMemNlri variable replaced by rtfPrefix variable in JUNOSe Release 9.1.0.