874 BigIron RX Series Configuration Guide53-1001986-01Configuring IPv4 address family route parameters28The parameter specifies the default metric. You can specify a value from 0 – 65535. Thedefault is 0.To restore the default value for the default metric, enter the no form of this command.Redistributing static IPv4 routes into IPv4 IS-ISTo redistribute static IPv4 routes from the IPv4 static route table into IPv4 IS-IS routes, enter thefollowing command at the IPv4 IS-IS unicast address family configuration level.BigIron RX(config-isis-router-ipv4u)# redistribute staticThis command configures the device to redistribute all static IPv4 routes into Level-2 IS-IS routes.Syntax: [no] redistribute static [level-1 | level-1-2 | level-2] |metric | metric-type [external | internal] | route-map The level-1, level-1-2, and level-2 keywords restrict redistribution to the specified IPv4 IS-IS level.The metric parameter restricts the redistribution to only those routes that have themetric you specify.The metric-type external | internal parameter restricts redistribution to one of the following:• external – The metric value is not comparable to an IPv4 IS-IS internal metric and is alwayshigher than the IPv4 IS-IS internal metric.• internal – The metric value is comparable to metric values used by IPv4 IS-IS. This is thedefault.The route-map parameter restricts redistribution to those routes that match the specifiedroute map. The route map must already be configured before you use the route map name with theredistribute command. For example, to configure a route map that redistributes only the static IPv4routes to the destination networks 192.168.0.0/24, enter commands such as the following.BigIron RX(config)# access-list 101 permit ip any 192.168.0.0 255.255.0.0BigIron RX(config)# route-map static permit 1BigIron RX(config-routemap static)# match ip address 101BigIron RX(config-routemap static)# router isisBigIron RX(config-isis-router)# address-family ipv4 unicastBigIron RX(config-isis-router-ipv4u)# redistribute static route-map staticRedistributing directly connected routes into IPv4 IS-ISTo redistribute directly connected IPv4 routes into IPv4 IS-IS routes, enter the following command atthe IPv4 IS-IS unicast address family configuration level.BigIron RX(config-isis-router-ipv4u)# redistribute connectedThis command configures the device to redistribute all directly connected routes in the IPv4 routetable into Level-2 IPv4 IS-IS.Syntax: [no] redistribute connected [level-1 | level-1-2 | level-2] |metric | metric-type [external | internal] | route-map ]The parameters are the same as the parameters for the redistribute static command.