Virtual Tunnel Interface
Location in GUI: Devices » Device Management » Device » Vritual Tunnel Interface
Diagram
Section titled “Diagram”Classes
Section titled “Classes”vrfs (fmc.domains.devices.devices)
Section titled “vrfs (fmc.domains.devices.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| virtual_tunnel_interfaces | List | [virtual_tunnel_interfaces] | No |
virtual_tunnel_interfaces (fmc.domains.devices.devices.vrfs)
Section titled “virtual_tunnel_interfaces (fmc.domains.devices.devices.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| logical_name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| id | Integer | min: 1, max: 10413 | Yes | |
| tunnel_mode | Choice | ipv4, ipv6 | Yes | |
| tunnel_source_interface | String | Yes | ||
| tunnel_type | Choice | STATIC, DYNAMIC | Yes | |
| borrow_ip_interface | String | No | ||
| description | String | max: 255 | No | |
| enabled | Boolean | true, false | No | true |
| http_based_application_monitoring | Boolean | true, false | No | true |
| ip_based_monitoring_peer_ip | String | No | ||
| ipv4_static_address | IP | No | ||
| ipv4_static_netmask | Integer | min: 1, max: 31 | No | |
| ipv6_address | String | No | ||
| ipv6_prefix | String | No | ||
| priority | Integer | min: 0, max: 65535 | No | 0 |
| security_zone | String | No | ||
| tunnel_source_interface_ipv6_address | String | No |
Examples
Section titled “Examples”Pre-requisistes:
fmc: domains: - name: Global objects: security_zones: - name: MySecurityZoneName1 policies: access_control_policies: - name: MyAccessPolicyName2 default_action: BLOCK devices: devices: - name: MyDeviceName1 host: 10.1.120.203 access_control_policy: MyAccessPolicyName2 registration_key: cisco123 deploy: true licenses: - ESSENTIALS - IPS performance_tier: FTDv5 vrfs: - name: Global physical_interfaces: - name: GigabitEthernet0/0 logical_name: INSIDE ipv4_static_address: 10.20.30.1 ipv4_static_netmask: 24 security_zone: MySecurityZoneName1Virtual Tunnel Interface:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 vrfs: - name: Global virtual_tunnel_interfaces: - logical_name: MyVirtualTunnelInterface1 id: 20 tunnel_mode: ipv4 tunnel_source_interface: GigabitEthernet0/1 tunnel_type: STATIC ipv4_static_address: 10.82.12.1 ipv4_static_netmask: 30