- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2020 10:15 PM - edited 03-13-2021 06:53 PM
Dear forum,
In Cisco ASAv (deployed in AWS) I have configured a static route to Null0, using command:
asav(config)# route Null0 10.64.0.0 255.248.0.0
asav(config)# sh rout
S* 0.0.0.0 0.0.0.0 [1/0] via 192.168.100.1, outside
S 10.64.0.0 255.248.0.0 is directly connected, Null0
What command should I use to delete the route to Null0?
Thanks!
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 12:04 AM
Hello,
I just tested this on an ASAv (9.8), the command:
asav(config)#no route Null0 10.64.0.0 255.248.0.0
seems to work. I assume you have tried that ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 12:04 AM
Hello,
I just tested this on an ASAv (9.8), the command:
asav(config)#no route Null0 10.64.0.0 255.248.0.0
seems to work. I assume you have tried that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 01:03 AM
Thanks a lot for your help, Georg!
Now I understand that ASAv's CLI has been confusing me at every step on the way to the right command by showing errors :
asav(config)## no route ?
ERROR: % Unrecognized command
asav(config)## no route Null0 ?
ERROR: % Unrecognized command
No idea why it's working like this...
But your command worked just fine. Thanks again!
