Configure Static Route on Cisco Router: ip route Command
This command is used to configure a static route on a router. \r\n\r\nExplanation of the command: \r\n\r\n- "Router(config)" indicates that you are in the global configuration mode on the router. \r\n- "ip route" is the command used to configure static routes. \r\n- "192.168.2.0" is the destination network or subnet. \r\n- "255.255.255.0" is the subnet mask for the destination network. \r\n- "192.168.3.2" is the next-hop IP address or exit interface where traffic for the destination network should be forwarded to.
原文地址: http://www.cveoy.top/t/topic/pA0P 著作权归作者所有。请勿转载和采集!