- This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Two VLANs on one facility port
Hi Mike,
Could you try specifying multiple VLANs when adding the Facility port and then access the interfaces as shown below?
facility_port = slice.add_facility_port(name=facility_port, site=facility_port_site, vlan=['3300', '3301'])
facility_port_interface_1 = facility_port.get_interfaces()[0]
facility_port_interface_2 = facility_port.get_interfaces()[1]
P.S: Please change the vlans accordingly in the example above.
Thanks,
Komal