Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm looking to leak routes between the default route table and various other VRFs on Nexus 5548. We are on 7.0 code which should support this, but I'm not finding any official configuration guides relating to route-leaking on the nexus 5ks.Whether th...
I have been presented with a NAT scenario that I'm trying to work though, basically it is a src and dst nat like so:nat (inside,outside) source static src1-original src1-translated destination static dst1-original dst1-translated The twist is there a...
We have 881g on 15.1 code with a ZBFW.Within an ACL, ip access-list extended blah, with multiple lines, 10,20,30,etc... is there a way to disable a single line or make it inactive while still leaving it in config? Don't see it in there, not sure if i...
I created a TAC case and they pointed towards documentation of mpls route leaking, and other doc which referenced ip vrf commands which didn't follow the same syntax as N5K. But they stated you can distribute from default to non-default, but not the ...
Thank you Vibhor that worked as expected during my testing! Using object-groups if it finds a match on let's say line 43 of the original source, it will go to line 43 for the translated-source object-group. So as long as the original source and trans...
If I can have it evaluate NAT two different times that could help reduce it to 200 lines if there are 100 servers on each side. The first pass-through does the src translation:nat (inside,outside) source static src1-original src1-translated destinati...
Thanks, I know how to remove a line within the ACL, but that is not what I'm looking for. I still want the line to be in there, just inactive. Similar to how you can specify an ACE on an ASA with the 'inactive' word at the end. Is this possible with ...