1) to see ASA as a hop during traceroute you need to: policy - map global_policy class class - default set connection ttl - decrement 2) interface: port-channel & redundant a) port channel - active - active mode (port channel on switch is required) b) redundant - active/passive mode (default settings on switch because only one port is active 3) traceroute linux/cisco version: a ) router send udp packet on port 33434 -> send to destination with ttl 1 ( 3 times ) b ) icmp time - exceeded -> because of ttl = 0 c ) udp on port 33437 -> send with incremented ttl + 1 ( ttl = 2 ) d ) and so on till it reach the destination e ) destination sends icmp port unreachable windows version: a ) icmp echo request -> b ) icmp time exceeded <- c ) and so on d ) icmp echo reply 4) global access-list Starting with code 8.3(1), you can also apply one IPv4 and one IPv6 ACL globally, configured with the...