interface ethernet 1/xg1 channel-group 7 mode auto exit ! interface ethernet 1/xg2 channel-group 7 mode auto exit ! interface port-channel 7 switchport mode general switchport general allowed vlan add 78-80,92,100-101,179,279
They're connected to a Mikrotik CRS309-1G-8S+ via a LAG over the 2 SFP+ ports. LLDP shows the ports up, but only the 5448 can ping the uplink. Any guidance would be hlepful.
switch1# ping 100.64.79.108 Pinging 100.64.79.108 with 18 bytes of data:
18 bytes from 100.64.79.108: icmp_seq=1. time=0 ms 18 bytes from 100.64.79.108: icmp_seq=2. time=0 ms 18 bytes from 100.64.79.108: icmp_seq=3. time=0 ms 18 bytes from 100.64.79.108: icmp_seq=4. time=0 ms
the cx-4 ports are the only ones attached to any other switches. port 1/g2 is directly attached to an end system via a USB ethernet dongle for testing.
cjac@ogion:~$ sudo ethtool enx24f5a2f1ce45
Settings for enx24f5a2f1ce45:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: Symmetric
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00007fff (32767)
drv probe link timer ifdown ifup rx_err tx_err tx_queued intr tx_done rx_status pktdata hw wol
Link detected: yes
cjac@ogion:~$ sudo lldpctl enx24f5a2f1ce45
-------------------------------------------------------------------------------
LLDP neighbors:
-------------------------------------------------------------------------------
Interface: enx24f5a2f1ce45, via: LLDP, RID: 2, Time: 0 day, 00:30:32
Chassis:
ChassisID: mac 00:25:64:2a:c5:5f
Port:
PortID: ifname 1/0/2
TTL: 120
-------------------------------------------------------------------------------
However, note that I also have a linux machine attached directly to port 1/0/g2 and it is also not forwarding frames aside from LLDP. Nothing on the switchport even when in access mode.
DELL-Tim G
4 Apprentice
•
73 Posts
1858
1
Posted November 30th, 2020 03:00
Please be aware our Dell Networking 6200 switches are routing in software hence you need to specifically enable it
and this is also the reason why you will see high response times and random no replies when pinging switch interfaces.
But to be clear the routing path should not get affected by this - you may verify by pinging between endpoints.
Please refer to the user guide from page 135 to enable IPv6 interfaces and routing:
https://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/powerconnect-6248_reference%20guide2_en-us.pdf
Tim