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.
Hi All, Just wondering if anyone else out there has tried to do equal cost multipath with multiple DSL connections using NAT. I am in a situation whereby no matter what I try, I get per-packet load sharing instead of per-destination. Enabling CEF / D...
Hierarchical or nested obj-groups can only be of the same type. You have tried to nest different types of groups. The following example shows how to use the object-group network subcommand to create a new network object group and map it to a existing...
Hi Oleg,AFAIK, it should be possible. You can now do: nat (inside) access-list and static (inside, outside) access-list Statics are always honoured before nat/globals, so in theory, so long as the static uses an access-list that specifies the othe...
Common mistake Sherman, This line: access-list DMZ permit tcp host inetmail any eq 1352 is the wrong way round. I'm pretty sure you need: access-list DMZ permit tcp host inetmail eq 1352 anyas 1352 is now the src port responding. HTH,S