Specifications
redistribute
SecureStack C3 Configuration Guide 20-9
redistribute
ThiscommandconfigurestheOSPFv3protocoltoallowredistributionofroutesfromthespecified
sourceprotocol/routers.
Syntax
redistribute {connected | static} [metric value] [metric-type type] [tag tag]
no redistribute {connected | static} [metric] [metric-type] [tag]
Parameters
Defaults
Thedefaultvaluesare:
Metric=unspecified
Metrictype=Type2
Tag=0
Mode
RouterOSPFv3configuration:C3(su)->router(Config-router)#
Usage
ThenoformofthiscommandconfigurestheOSPFv3protocoltoprohibitredistributionofroutes
fromthespecifiedsourceprotocol/routers.
Example
Thisexampleconfiguresrouteredistributionofstaticroutesandappliesametricof10
C3(su)->router(Config-router)# redistribute static metric 10
connected|static Specifiesthesourceprotocoltoredistribute.
metricvalue (Optional)Specifiestherouteredistributionmetric.Themetricvaluecan
rangefrom0to16777214.
metric‐typetype (Optional)Specifiestherouteredistributionmetrictype.Themetrictype
canbe1,whichspecifiestype1externalroute,or2,whichspecifies
type
2externalroute.
tagtag (Optional)Specifiesarouteredistributiontag.Thevalueoftagcan
rangefrom0to4294967295.