How To Set Static Route Cisco?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To set a static route on a Cisco router, use the following command syntax:
ROUTE network-address subnet-mask {next-hop-address | exit-interface} [administrative-distance] [permanent]
For example, to set a static route for a network with the address 172.16.10.0 and a subnet mask of 255.255.255.0, using the next hop of 192.168.1.1, you would use the following command:
route 172.16.10.0 255.255.255.0 192.168.1.1