Class OrganizationSwitchPortsProfilesProfilePort
Configuration settings for port profile
[DataContract]
public class OrganizationSwitchPortsProfilesProfilePort
- Inheritance
-
OrganizationSwitchPortsProfilesProfilePort
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfilePort()
public OrganizationSwitchPortsProfilesProfilePort()
Properties
AccessPolicyNumber
The number of a custom access policy to configure on the port profile. Only applicable when 'accessPolicyType' is 'Custom access policy'.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accessPolicyNumber")]
public int? AccessPolicyNumber { get; set; }
Property Value
- int?
AccessPolicyType
The type of the access policy of the port profile. Only applicable to access ports.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accessPolicyType")]
public AccessPolicyType? AccessPolicyType { get; set; }
Property Value
AdaptivePolicyGroupId
The adaptive policy group ID that will be used to tag traffic through this port profile. This ID must pre-exist during the configuration, else needs to be created using adaptivePolicy/groups API.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accessPolicyGroupId")]
public string? AdaptivePolicyGroupId { get; set; }
Property Value
AllowedVlans
The VLANs allowed on the port profile. Only applicable to trunk ports.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "allowedVlans")]
public string? AllowedVlans { get; set; }
Property Value
DaiTrusted
If true, ARP packets for this port will be considered trusted, and Dynamic ARP Inspection will allow the traffic.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "daiTrusted")]
public bool? DaiTrusted { get; set; }
Property Value
- bool?
IsolationEnabled
The isolation status of the port profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isolationEnabled")]
public bool? IsolationEnabled { get; set; }
Property Value
- bool?
MacAllowList
Only devices with MAC addresses specified in this list will have access to this port. Up to 20 MAC addresses can be defined. Only applicable when 'accessPolicyType' is 'MAC allow list'.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "macAllowList")]
public List<string>? MacAllowList { get; set; }
Property Value
PeerSgtCapable
If true, Peer SGT is enabled for traffic through this port profile.Applicable to trunk ports only
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "peerSgtCapable")]
public bool? PeerSgtCapable { get; set; }
Property Value
- bool?
PoeEnabled
The PoE status of the port profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "poeEnabled")]
public bool? PoeEnabled { get; set; }
Property Value
- bool?
RstpEnabled
The rapid spanning tree protocol status.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "rstpEnabled")]
public bool? RstpEnabled { get; set; }
Property Value
- bool?
StickyMacAllowList
The initial list of MAC addresses for sticky Mac allow list. Only applicable when 'accessPolicyType' is 'Sticky MAC allow list'.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "stickyMacAllowList")]
public List<string>? StickyMacAllowList { get; set; }
Property Value
StickyMacAllowListLimit
The maximum number of MAC addresses for sticky MAC allow list. Only applicable when 'accessPolicyType' is 'Sticky MAC allow list'.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "stickyMacAllowListLimit")]
public int? StickyMacAllowListLimit { get; set; }
Property Value
- int?
StormControlEnabled
The storm control status of the port profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "stormControlEnabled")]
public bool? StormControlEnabled { get; set; }
Property Value
- bool?
StpGuard
The state of the STP guard.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "stpGuard")]
public StpGuard? StpGuard { get; set; }
Property Value
Type
The type of the port profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "type")]
public string? Type { get; set; }
Property Value
Udld
The action to take when Unidirectional Link is detected. LinkDefault configuration is Alert only.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "udld")]
public Udld? Udld { get; set; }
Property Value
- Udld?
Vlan
The VLAN of the port profile. A null value will clear the value set for trunk ports.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlan")]
public int? Vlan { get; set; }
Property Value
- int?
VoiceVlan
The voice VLAN of the port profile. Only applicable to access ports.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "voiceVlan")]
public int? VoiceVlan { get; set; }
Property Value
- int?