Skip to content
New issue

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

missing attributes in resource iosxe_interface_tunnel #130

Open
thomasnoppe opened this issue Mar 6, 2024 · 2 comments
Open

missing attributes in resource iosxe_interface_tunnel #130

thomasnoppe opened this issue Mar 6, 2024 · 2 comments

Comments

@thomasnoppe
Copy link

thomasnoppe commented Mar 6, 2024

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

@swarudka
Copy link
Contributor

Can you please provide complete CLI commands?
As MTU support is already added in config.

@rybakovanton-metta
Copy link

rybakovanton-metta commented May 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants