Cisco Cisco Packet Data Gateway (PDG)

Seite von 9109
  OSPF VRF Configuration Mode Commands 
distribute-list  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
7609 
distribute-list 
Enables or disables the filtering of networks in outgoing routing updates. 
Product
 
PDSN 
HA 
GGSN 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > OSPF Configuration > OSPF VRF Configuration 
configure > context context_name > router ospf > ip vrf vrf_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-ospf-vrf)# 
Syntax
 
no ] distribute-list route_access_list out { connected | rip | static } 
no
 
Disables the filtering of networks in outgoing routing updates. 
route_access_list
 
Specifies the name of the OSPF route access list to use for filtering as an alphanumeric string of 1 through 63 
characters. 
connected
 
Filters connected routes. 
rip
 
Filters RIP routes. (RIP is not supported at this time.) 
static
 
Filters static routes. 
Usage 
Use this command to enable the filtering of outgoing route updates by using the specified route access list. 
Example
 
The following command uses the route access list named 
ral1
 to filter outgoing routing updates for all 
connected routes: 
distribute-list ral1 out connected