show ip ospf filtered-lsa area 
 
   
  Displays information about type3 LSA filters attached to specified OSPFv2 areas and lists LSAs filtered in or out. 
  
 Syntax
 
	  
		show ip ospf filtered-lsa area 
		{ 
		  ip-address 
		  | 
		  decimal 
		  } 
		  { 
		  in 
		  | 
		  out 
		  } 
		  [ 
		  vrf 
		  vrf-name 
		  ] 
	 
  
	 Parameters
 
		 
		   
			 -  
				 
				  ip-address 
				 
			 
  
			 -  Specifies the IP address of an area. 
			 
  
		   
		   
			 -  
				 
				  decimal 
				 
			 
  
			 -  Specifies an area address in decimal format. Valid values range from 0 through 2147483647. 
			 
  
		   
		   
			 -  
				 
				  in 
				 
			 
  
			 -  Specifies the incoming direction. 
			 
  
		   
		   
			 -  
				 
				  out 
				 
			 
  
			 -  Specifies the outgoing direction. 
			 
  
		   
		   
			 -  
				 
				  vrf 
				  vrf-name 
				 
			 
  
			 - Specifies the name of the VRF instance. 
			 
  
		   
		
 
	 
 
	 Modes
 
		 Privileged EXEC mode 
		
 
	 
 Examples
 
	  
		The following example displays information about type 3 LSA filtering in the out direction for OSPFv2 area 0. 
		
 
		
device# show ip ospf filtered-lsa area 0 out