Physical_Switch Table

The Physical_Switch Table contains the details of the local ExtremeXOS switch.

Number of Records in the Table: One. Only one record (row) corresponding to the switch can exist in this table.

Field R/W by ExtremeXOS R/W by NVC Notes
ports W R List of UUID of the Physical_Port belonging to this Physical_Switch.
tunnels W R List of UUID of the tunnel created by this Physical_Switch as instructed by the NVC.
management_ips W R List containing a maximum of one IP address; this is the IP address of the Mgmt VLAN (Virtual LAN) (if one has been configured); otherwise, this list is empty.
tunnels_ips W R List containing a maximum of one IP address; this is the IP address configured as the local tunnel end-point (CLI command configure virtual-network local-endpoint [ ipaddress ipaddress { vr vr_name } | none ]) and is used as source IP for sending VXLAN-encapsulated traffic.
name W R String corresponding to SNMP (Simple Network Management Protocol) sysName (configure snmp sysName)
description W R String giving the switch hardware and ExtremeXOS version.
switch_fault_status W R Map of errors that have been encountered on this Physical_Switch. ExtremeXOS does not populate this field.
Note

Note

  • A record (a Physical_Switch) is created in this table whenever a valid LTEP is configured using the CLI command configure virtual-network local-endpoint [ ipaddress ipaddress { vr vr_name } | none ].
  • The Physical_Switch is deleted when no LTEP is configured.