show ip bgp filtered-routes 
 
   
  Displays BGP4 filtered routes that are received from a neighbor or peer group. 
  
 Syntax
 
	  
		show ip bgp filtered-routes 
		 
		  [ 
		  detail 
		  ] 
		  [ 
		  ip-addr 
		  { 
		  / 
		  mask 
		  } 
		   
		   
		  [ 
		  longer-prefixes 
		  ] 
		  ] 
		  | 
		  as-path-access-list 
		  name 
		  | 
		  prefix-list 
		  name 
		  ] 
		  [ 
		  vrf 
		  vrf-name 
		  ] 
		 
	 
  
	 Parameters
 
		 
		   
			 -  
				 
				  detail 
				 
			 
  
			 - Optionally displays detailed route information. 
			 
  
		   
		   
			 -  
				 
				  ip-addr 
				 
			 
  
			 - IPv4 address of the destination network in dotted-decimal notation. 
			 
  
		   
		   
			 -  
				 
				  mask 
				 
			 
  
			 - (Optional) IPv4 mask of the destination network in CIDR notation. 
			 
  
		   
		   
			 -  
				 
				  longer-prefixes 
				 
			 
  
			 - Specifies all statistics for routes that match the specified route, or that have a longer prefix than the specified route. 
			 
  
		   
		   
			 -  
				 
				  as-path-access-list 
				  name 
			 
  
			 - Specifies an AS-path ACL. The name must be between 1 and 32 ASCII characters in length. 
			 
  
		   
		   
			 -  
				 
				  prefix-list 
				  name 
				 
			 
  
			 - Specifies an IP prefix list. The name must be between 1 and 32 ASCII characters in length. 
			 
  
		   
		
 
		 
		   
			 - vrf 
				  vrf-name 
			 
  
			 - Specifies a VRF instance. 
			 
  
		   
		
 
	 
 
	 Modes
 
		 Privileged EXEC mode 
		
 
	 
 Examples
 
	  
		This example displays BGP4 filtered routes. 
		
 
		
device# show ip bgp filtered-routes 10.11.12.13 prefix-list myprefixlist