Drops packets that match the configured destination IPv6 address and mask.
Transport tunnel config mode
This command is available only to users with the admin role.
A valid IP address and mask must be provided.
The configured destination IP address must be removed before you configure a new destination IP address.
If the same command is run more than once, the second and subsequent instances are ignored and no error is reported.
The following example configures the IPv6 address and mask to match and deny further packet processing for transport tunnel tt1 and verifies the configuration with the show command.
device(config)# transport-tunnel tt1 device(config-transport-tunnel)# deny ipv6-dest 1145:456:234:2345:1123:1145:456:234 0000:0000:FFFF:FFFF:0000:0000:0000:000 device# show transport-tunnel tt1 Name : tt1 Source-Ipv6-Addr : 2233:304:606:708:90a:b0c:d0e:f11 Source-Ipv6-Mask : 0000:0000:FFFF:FFFF:0000:0000:0000:000 Destination-Ipv6-Addr : 1145:456:234:2345:1123:1145:456:234 Destination-Ipv6-Mask : 0000:0000:FFFF:FFFF:0000:0000:0000:000 Tunnel-Type : GRE Ingress-Group : none device# show running-config transport-tunnel transport-tunnel tt1 tunnel-type gre ipv6-src 2233:304:606:708:90a:b0c:d0e:f11 0000:0000:FFFF:FFFF:0000:0000:0000:000 deny ipv6-dest 1145:456:234:2345:1123:1145:456:234 0000:0000:FFFF:FFFF:0000:0000:0000:000