Skip to content

Sub-Interface

Location in GUI: Devices » Device Management » Device » Interfaces

Diagram
NameTypeConstraintMandatoryDefault Value
sub_interfacesList[sub_interfaces]No

sub_interfaces (fmc.domains.devices.devices.vrfs)

Section titled “sub_interfaces (fmc.domains.devices.devices.vrfs)”
NameTypeConstraintMandatoryDefault Value
nameStringmax: 255Yes
modeChoiceINLINE, PASSIVE, TAP, ERSPAN, NONE, SWITCHPORTNoNONE
active_mac_addressStringmax: 17No
allow_full_fragment_reassemblyBooleantrue, falseNo
arp_table_entriesList[arp_table_entries]No
descriptionStringmax: 255No
anti_spoofingBooleantrue, falseNo
sgt_propagateBooleantrue, falseNofalse
enabledBooleantrue, falseNo
ip_based_monitoringBooleantrue, falseNo
ip_based_monitoring_next_hopIPNo
ip_based_monitoring_typeChoiceAUTO, PEER_IPV4, PEER_IPV6, AUTO4, AUTO6No
ipv4_dhcp_obtain_default_routeBooleantrue, falseNo
ipv4_dhcp_default_route_metricIntegermin: 1, max: 255No
ipv4_pppoe_authenticationChoicePAP, CHAP, MSCHAPNo
ipv4_pppoe_passwordStringNo
ipv4_pppoe_route_metricIntegermin: 1, max: 255No
ipv4_pppoe_route_settingsBooleantrue, falseNo
ipv4_pppoe_store_credentials_in_flashBooleantrue, falseNo
ipv4_pppoe_userStringNo
ipv4_pppoe_vpdn_group_nameStringNo
ipv4_static_addressIPNo
ipv4_static_netmaskIntegermin: 1, max: 31No
ipv6_addressesList[ipv6_addresses]No
ipv6_dad_attemptsIntegermin: 0, max: 600No
ipv6_dhcp_obtain_default_routeBooleantrue, falseNo
ipv6_dhcpBooleantrue, falseNo
ipv6_dhcp_client_pd_hint_prefixesStringNo
ipv6_dhcp_client_pd_prefix_nameStringNo
ipv6Booleantrue, falseNo
ipv6_auto_configBooleantrue, falseNo
ipv6_dadBooleantrue, falseNo
ipv6_dhcp_address_configBooleantrue, falseNo
ipv6_dhcp_nonaddress_configBooleantrue, falseNo
ipv6_raBooleantrue, falseNo
ipv6_enforce_euiBooleantrue, falseNo
ipv6_link_local_addressStringNo
ipv6_ns_intervalIntegermin: 1000, max: 3600000No
ipv6_prefixesList[ipv6_prefixes]No
ipv6_ra_intervalIntegermin: 3, max: 1800No
ipv6_ra_life_timeIntegermin: 0, max: 9000No
ipv6_reachable_timeIntegermin: 1000, max: 3600000No
logical_nameStringRegex: ^[a-zA-Z0-9_.+-]{1,64}$No
management_onlyBooleantrue, falseNo
mtuIntegermin: 64, max: 9000No1500
override_default_fragment_setting_chainIntegermin: 1, max: 8200No
override_default_fragment_setting_sizeIntegermin: 1, max: 30000No
override_default_fragment_setting_timeoutIntegermin: 1, max: 30No
priorityIntegermin: 0, max: 65535No0
security_zoneStringNo
standby_mac_addressStringNo
vlanIntegermin: 1, max: 4094Yes

arp_table_entries (fmc.domains.devices.devices.vrfs.sub_interfaces)

Section titled “arp_table_entries (fmc.domains.devices.devices.vrfs.sub_interfaces)”
NameTypeConstraintMandatoryDefault Value
enabledBooleantrue, falseYestrue
ip_addressIPYes
mac_addressStringmax: 17Yes

ipv6_addresses (fmc.domains.devices.devices.vrfs.sub_interfaces)

Section titled “ipv6_addresses (fmc.domains.devices.devices.vrfs.sub_interfaces)”
NameTypeConstraintMandatoryDefault Value
addressStringYes
enforce_euiBooleantrue, falseNo
prefixStringYes

ipv6_prefixes (fmc.domains.devices.devices.vrfs.sub_interfaces)

Section titled “ipv6_prefixes (fmc.domains.devices.devices.vrfs.sub_interfaces)”
NameTypeConstraintMandatoryDefault Value
addressStringYes
defaultBooleantrue, falseYes

Prerequisites:

fmc:
domains:
- name: Global
policies:
access_control_policies:
- name: MyAccessPolicyName2
default_action: BLOCK
objects:
security_zones:
- name: MySecurityZoneName1
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/2

Sub-Interface:

fmc:
domains:
- name: Global
devices:
devices:
- name: MyDeviceName1
vrfs:
- name: Global
sub_interfaces:
- name: GigabitEthernet0/2.100
ipv4_static_address: 10.0.0.1
ipv4_static_netmask: 24
logical_name: VLAN_100
mode: NONE
security_zone: MySecurityZoneName1
vlan: 100