Skip to content

Physical Interface

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

Diagram
NameTypeConstraintMandatoryDefault Value
physical_interfacesList[physical_interfaces]No

physical_interfaces (fmc.domains.devices.devices.vrfs)

Section titled “physical_interfaces (fmc.domains.devices.devices.vrfs)”
NameTypeConstraintMandatoryDefault Value
nameStringYes
modeChoiceINLINE, PASSIVE, TAP, ERSPAN, NONE, SWITCHPORTNoNONE
active_mac_addressStringmax: 17No
allow_full_fragment_reassemblyBooleantrue, falseNo
arp_table_entriesList[arp_table_entries]No
auto_negotiationBooleantrue, falseNo
descriptionStringmax: 255No
duplexChoiceAUTO, FULL, HALFNoAUTO
anti_spoofingBooleantrue, falseNo
sgt_propagateBooleantrue, falseNofalse
enabledBooleantrue, falseNotrue
fec_modeChoiceAUTO, CL108RS, CL74FC, CL91RS, DISABLENo
flow_control_sendBooleantrue, falseNofalse
ip_based_monitoringBooleantrue, falseNo
ip_based_monitoring_next_hopIPNo
ip_based_monitoring_typeChoiceAUTO, PEER_IPV4, PEER_IPV6, AUTO4, AUTO6No
ipv4_address_poolStringNo
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_enable_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
lldp_receiveBooleantrue, falseNo
lldp_transmitBooleantrue, falseNo
logical_nameStringRegex: ^[a-zA-Z0-9_.+-]{1,64}$No
management_accessBooleantrue, falseNo
management_access_network_objectsListStringNo
management_onlyBooleantrue, falseNo
mtuIntegermin: 64, max: 9000No1500
nve_onlyBooleantrue, falseNofalse
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
speedChoiceAUTO, TEN, HUNDRED, THOUSAND, TEN_THOUSAND, TWENTY_FIVE_THOUSAND, FORTY_THOUSAND, HUNDRED_THOUSAND, TWO_HUNDRED_THOUSAND, DETECT_SFPNoAUTO
standby_mac_addressStringNo

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

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

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

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

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

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

Prerequisites:

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

Physical Interface:

fmc:
domains:
- name: Global
devices:
devices:
- name: MyDeviceName1
vrfs:
- name: Global
physical_interfaces:
- name: GigabitEthernet0/0
logical_name: INSIDE
ipv4_static_address: 10.20.30.1
ipv4_static_netmask: 24
security_zone: MySecurityZoneName1