OptiSwitch 2400/L3
CLI
Commands
C
HAPTER
5
100
Command passive-interface
interface-name
Description
Enables you to suppress outgoing routing updates on an
interface.
Syntax
Description
interface-name
:
Specifies the interface.
No Form
no passive-interface
interface-name
:
Returns to default.
Example
OS2400(config-rip-router)# passive-interface vif2
OS2400(config-rip-router)#
Command redistribute
{
kernel|connected|static|ospf|bgp}
{
metric
v
alue
}
{
route-map
tag
}
Description
Enables you to redistribute routing information from one routing
protocol to another.
Syntax
Description
kernel
:
Indicates kernel routes.
connected
: Indicates that toutes should pass a route-map before
redistribution.
static
:
Indicates static routes.
ospf
:
Indicates OSPF routing protocol.
bgp
:
Indicates BGP routing protocol.
metric
: Indicates the metric used for redistributed routes.
value
:
Specifies the actual value of the metric.
route-map
: Indicates that routes should pass a route-map before
redistribution.
tag
:
Specifies the route map identifying tag.
No Form
no redistribute
{
kernel|connected|static|ospf|bgp}
{
metric v
alue
}
{
route-map
tag
}: Cancels routing redistribution.
Example
OS2400(config-rip-router)# redistribute static metric 12
OS2400(config-rip-router)#
Command route
ip prefix
Description
Enables you to add a route to the local RIP protocol database.
Syntax
Description
ip prefix
:
Specifies the IP network and length.
No Form
no route
ip prefix and mask
Example
OS2400(config-rip-router)# route 12.23.21.1/3
OS2400(config-rip-router)#