|
NOTE: The RIP configuration level applies only to IP forwarding (Layer 3 IP).
Configures a redistribution filter to deny redistribution for specific routes.
When you enable redistribution, all IP static routes are redistributed by default. If you want to deny certain routes from being redistributed into RIP, configure deny filters for those routes before you enable redistribution. You can configure up to 64 RIP redistribution filters. They are applied in ascending numerical order.
NOTE: The default redistribution action is still permit, even after you configure and apply redistribution filters to the virtual routing interface. If you want to tightly control redistribution, apply a filter to deny all routes as the last filter (filter ID 64), then apply filters with lower filter IDs to allow specific routes.
EXAMPLE:
To configure a redistribution filter, enter a command such as the following:
ServerIron(config-rip-router)# deny redistribute 1 static address 207.92.0.0 255.255.0.0
This command denies redistribution of all 207.92.x.x IP static routes.
Syntax: [no] deny redistribute <filter-num> static address <ip-addr> <ip-mask> [match-metric <value> | set-metric <value>]
The <filter-num> specifies the redistribution filter ID. Specify a number from 1 – 64. The software uses the filters in ascending numerical order. Thus, if filter 1 denies a route from being redistributed, the software does not redistribute that route even if a filter with a higher ID permits redistribution of the route.
The address <ip-addr> <ip-mask> parameters apply redistribution to the specified network and sub-net address. Use 0 to specify “any”. For example, “207.92.0.0 255.255.0.0“ means “any 207.92.x.x sub-net”. However, to specify any sub-net (all sub-nets match the filter), enter “address 255.255.255.255 255.255.255.255”.
The match-metric <value> parameter applies redistribution to those routes with a specific metric value; possible values are from 1 – 15.
The set-metric <value> parameter sets the RIP metric value that will be applied to the routes imported into RIP.
NOTE: The set-metric parameter does not apply to static routes.
The following command denies redistribution of a 207.92.x.x IP static route only if the route’s metric is 5.
ServerIron(config-rip-router)# deny redistribute 2 static address 207.92.0.0 255.255.0.0 match-metric 5
The following commands deny redistribution of all routes except routes for 10.10.10.x and 20.20.20.x:
ServerIron(config-rip-router)# deny redistribute 64 static address 255.255.255.255 255.255.255.255 ServerIron(config-rip-router)# permit redistribute 1 static address 10.10.10.0 255.255.255.0 ServerIron(config-rip-router)# permit redistribute 2 static address 20.20.20.0 255.255.255.0
Possible values: See above
Default value: All routes are permitted to be redistributed
Moves activity to the privileged EXEC level from any level of the CLI, with the exception of the user level.
EXAMPLE:
To move to the privileged level, enter the following from any level of the CLI.
ServerIron(config-rip-router)# end
ServerIron#
Syntax: end
Possible values: N/A
Default value: N/A
Moves activity up one level from the current level. In this case, activity will be moved to the global level.
EXAMPLE:
ServerIron(config-rip-router)# exit ServerIron(config)#
Syntax: exit
Possible values: N/A
Default value: N/A
This command is used to disable other commands. To do so, place the word
no before the command.
Configures a redistribution filter to permit redistribution for specific routes.
When you enable redistribution, all IP static routes are redistributed by default. If you want to permit certain routes to be redistributed into RIP, configure permit filters for those routes before you enable redistribution. You can configure up to 64 RIP redistribution filters. They are applied in ascending numerical order.
NOTE: The default redistribution action is permit, even after you configure and apply redistribution filters to the virtual routing interface. If you want to tightly control redistribution, apply a filter to deny all routes as the last filter (filter ID 64), then apply filters with lower filter IDs to allow specific routes.
EXAMPLE:
To configure a redistribution filter, enter a command such as the following:
ServerIron(config-rip-router)# permit redistribute 1 static address 207.92.0.0 255.255.0.0
This command permits redistribution of all 207.92.x.x IP static routes.
Syntax: [no] deny redistribute <filter-num> static address <ip-addr> <ip-mask> [match-metric <value> | set-metric <value>]
The <filter-num> specifies the redistribution filter ID. Specify a number from 1 – 64. The software uses the filters in ascending numerical order. Thus, if filter 1 denies a route from being redistributed, the software does not redistribute that route even if a filter with a higher ID permits redistribution of the route.
The address <ip-addr> <ip-mask> parameters apply redistribution to the specified network and sub-net address. Use 0 to specify “any”. For example, “207.92.0.0 255.255.0.0“ means “any 207.92.x.x sub-net”. However, to specify any sub-net (all sub-nets match the filter), enter “address 255.255.255.255 255.255.255.255”.
The match-metric <value> parameter applies redistribution to those routes with a specific metric value; possible values are from 1 – 15.
The set-metric <value> parameter sets the RIP metric value that will be applied to the routes imported into RIP.
NOTE: The set-metric parameter does not apply to static routes.
Possible values: See above
Default value: All routes are permitted to be redistributed
This command returns you from any level of the CLI to the User EXEC mode.
EXAMPLE:
ServerIron(config-rip-router)# quit
ServerIron>
Syntax: quit
Possible values: N/A
Default value: N/A
Enables redistribution of routes into RIP.
NOTE: When you enable redistribution, all routes are redistributed by default. To control redistribution, configure redistribution filters first, then enable redistribution. See "deny redistribute" and "permit redistribute" .
EXAMPLE:
To enable RIP redistribution, enter the following command:
ServerIron(config-rip-router)# redistribution
Syntax: [no] redistribution
Possible values: N/A
Default value: Disabled
Displays the real and virtual server configuration information on a remote site ServerIron in the GSLB ServerIron’s CLI. The command also displays the session and CPU information used by the GSLB policy. You can view detailed configuration information and statistics for the site ServerIron, from the GSLB ServerIron’s management console. For more information, see the "Configuring Global Server Load Balancing" chapter in the Foundry ServerIron Installation and Configuration Guide.
Displays a variety of configuration and statistical information about the ServerIron. To see a description of the show commands, see "Show Commands" .
Saves the running-time configuration into the startup-config file.
EXAMPLE:
ServerIron(config-rip-router)# write memory
Syntax: write memory
Possible values: N/A
Default value: N/A
Displays the running-configuration of the ServerIron on the terminal screen.
EXAMPLE:
ServerIron(config-rip-router)# write terminal
Syntax: write terminal
Possible values: N/A
Default value: N/A
|