You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from port where switch_id IS NOT NULL\n UNION\n select port_id,vswitch.agg_sw_id
1573
-
as switch_id,p.tenant_id,p.port_index,p.break_index,p.name,p.port,p.iface,p.present,p.status,p.speed,p.speed_desired,p.transceiver,p.mtu,p.lacp,p.port_extension,p.parent_port,p.admin_down,p.autoneg,p.duplex,p.breakout,p.mclag_id,p.mclag_plink_id,p.created_date,p.modified_date\n
1574
+
as switch_id,p.tenant_id,p.port_index,p.break_index,p.name,p.port,p.iface,p.present,p.status,p.master_status,p.speed,p.speed_desired,p.transceiver,p.mtu,p.lacp,p.port_extension,p.parent_port,p.admin_down,p.autoneg,p.duplex,p.breakout,p.mclag_id,p.mclag_plink_id,p.created_date,p.modified_date\n
1574
1575
\tfrom port p\n\t\tJOIN (select ap.port_id as agg_port_id, port.switch_id as
1575
1576
agg_sw_id\n\t\t\t\tfrom aggregated_ports ap JOIN port ON ap.slave_port_id =
1576
1577
port.port_id) as vswitch ON vswitch.agg_port_id=p.port_id;\n\n--\n-- Final view
0 commit comments