1. Two VLANs on one facility port

Two VLANs on one facility port

Home Forums FABRIC General Questions and Discussion Two VLANs on one facility port

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8345
    Komal Thareja
    Participant

      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

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.