xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
185
config route redistribute dst rip src
•
inter+e1
– Specifies the internal protocol AND type 1 of the
external protocol.
•
inter+e2
– Specifies the internal protocol AND type 2 of the
external protocol.
metric <value 0-16>
−
Allows the entry of an OSPF interface cost. This is
analogous to a Hop Count in the RIP routing protocol.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To configure route redistributions:
DES-3800:admin#config route redistribute dst ospf src rip mettype
type_1 metric 2
Command: config route redistribute dst ospf src rip mettype type_1
metric 2
Success.
DES-3800:admin#
delete route redistribute
Purpose
Used to delete an existing route redistribute configuration on the Switch.
Syntax
delete route redistribute {dst [rip | ospf] src [rip | static | local | ospf]}
Description
This command will delete the route redistribution settings on this switch.
Parameters
dst [rip | ospf]
−
Allows the selection of the protocol on the destination
device. The user may choose between RIP and OSPF.
src [rip | static | local | ospf]
−
Allows the selection of the protocol on the
source device. The user may choose between RIP, static, local or OSPF.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To delete route redistribution settings:
DES-3800:admin#delete route redistribute dst rip
src ospf
Command: delete route redistribute dst rip src
ospf
Success.
DES-3800:admin#