- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011 07:49 PM - edited 03-07-2019 01:54 AM
I'm having an issue adding a static route to a ASR running 12.2
The network I'm trying to route to is 172.31.0.1 255.255.255.224. The command I'm entering is
ip route 172.31.0.1 255.255.255.224 10.250.4.117. However I'm getting a "Inconsistent address and mask" error.
Can someone point me in the right direction please?
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011 08:13 PM
Try ip route 172.31.0.0 255.255.255.224 10.250.4.117 command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011 08:13 PM
Try ip route 172.31.0.0 255.255.255.224 10.250.4.117 command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2011 03:00 AM
Thanks been working all day and night and didn't catch that I was using a host address and not the subnet.
