We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The following attributes are missing in the resource iosxe_interface_tunnel. In the context of ipsec protected tunnels these are important.
ip mtu 1400 tunnel vrf X
kind regards
The text was updated successfully, but these errors were encountered:
Can you please provide complete CLI commands? As MTU support is already added in config.
Sorry, something went wrong.
cisco(config-if)#tunnel vrf ? WORD vrf table name multiplexing multiple VRFs multiplexing cisco(config-if)#tunnel vrf GLOBAL
last line just example with VRF name "GLOBAL" full interface config:
interface Tunnel0 vrf forwarding client ip address 169.254.16.0 255.255.255.254 tunnel source 172.16.0.0 tunnel destination 10.128.0.5 tunnel vrf GLOBAL end
without this command it's not allow to use source address in vrf. router looking for tunnel source in global table.
No branches or pull requests
Hi,
The following attributes are missing in the resource iosxe_interface_tunnel.
In the context of ipsec protected tunnels these are important.
ip mtu 1400
tunnel vrf X
kind regards
The text was updated successfully, but these errors were encountered: