Specifications

B-367
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
router isis
interface ethernet 0
ip address 10.1.1.1 255.255.255.0
ip router isis
!
interface serial 0
ip unnumbered ethernet0
ip router isis
The following example starts IS-IS routing with the optional area-tag argument, where CISCO is the
value for the area-tag argument:
router isis CISCO
The following example specifies IS-IS as an IP routing protocol for a process named Finance, and
specifies that the Finance process is routed on Ethernet interface 0 and serial interface 0:
router isis Finance
net 49.0001.aaaa.aaaa.aaaa.00
interface Ethernet 0
ip router isis Finance
interface serial 0
ip router isis Finance
The following example shows usage of the maximum-paths option:
router isis
maximum-paths?
20
Related Commands Command Description
clns router isis Enables IS-IS routing for ISO CLNS on an interface and attaches an area
designator to the routing process.
ip router isis Configures an IS-IS routing process for IP on an interface and attaches an
area designator to the routing process.
net Configures an IS-IS NET for the routing process.
redistribute (IP) Redistribute routes from one routing domain into another routing domain.
route-map (IP) Defines the conditions for redistributing routes from one routing protocol
into another.