Skip to main content
Raghavendra
New Member
December 2, 2018
Question

Could not add the Ports to Switch interface

  • December 2, 2018
  • 1 reply
  • 11983 views

HI,

 

I am trying to add the aggregated intf / port 3 /4 intf in software switch but getting error as entry not found in datasource, VDOM is set. COuld someone please help on this

 

This is 3000D model

 

edit "Aggregated" set vdom "root" set vlanforward enable set type aggregate set member "port3" "port4" set device-identification enable set role lan set snmp-index 22

 

edit "port3" set vdom "root" set type physical set snmp-index 3 next edit "port4" set vdom "root" set type physical set snmp-index 4

 

===============

 

config system switch-interface edit "VXLAN-SW" set vdom "root" set member "VXLAN_IPSEC" next end

 

 

 (VXLAN-SW)# set member port3 entry not found in datasource

value parse error before 'port3' Command fail. Return code -3

 

I could not see any ports 

 

(VXLAN-SW) # set member *interface-name Physical interface name. VXLAN_IPSEC interface port6 interface port7 interface port8 interface port9 interface port10 interface port11 interface port12 interface port13 interface port14 interface port15 interface port16 interface

 

    1 reply

    Toshi_Esumi
    SuperUser
    SuperUser
    December 3, 2018

    Once you aggregated two physical interfaces port3 and port4, you can't configure almost anything to individual ports. They act as a single port as you configured "Aggregated". If you want to add them to a soft-switch, you have to add "Aggregated" as a port.

    Raghavendra
    New Member
    December 4, 2018

    Hi,

     

    Thanks. But unfortunately I am not seeing any of those ports, Only I am seeing the Unused ports.

     

    (VXLAN-SW) # set member *interface-name Physical interface name. VXLAN_IPSEC interface port6 interface port7 interface port8 interface port9 interface port10 interface port11 interface port12 interface port13 interface port14 interface port15 interface port16 interface

    Toshi_Esumi
    SuperUser
    SuperUser
    December 4, 2018

    Perhaps it's already referred by something, like DHCP server or policy, then it can't be a new member of another logical interface. Just go to Network->Interfaces view in GUI and check the number of references on the far right of "Aggregated" interface row.

    Or in CLI at the top of the config tree, type "show | grep -f Aggregated".