How to configure static route on Cisco CRS router with XR software

Here is quick step to configure static route on Cisco CRS router with XR software

 

CRS#config t
CRS(config)#router static
CRS(config-static)#address-family ipv4 unicast
CRS(config-static-afi)#192.168.1.0/24 TenGigE0/1 100.100.10.1
CRS(config-static-afi)#commit
CRS(config-static)#
CRS(config)#exit

Leave a Reply