cjac00

updated

6 years ago

C

cjac00

25 Posts

0

2613

November 18th, 2020 20:00

Dell PowerConnect 5448 to 6248 config changes

I have a working 5448 config:

https://web.c9h.org/~cjac/for-dell/powerconnect-5448.cfg

Of interest:

interface tengigabitethernet1/0/1
channel-group 7 mode auto
switchport mode general
!
interface tengigabitethernet1/0/2
channel-group 7 mode auto
switchport mode general
!
...
interface Port-channel7
switchport mode trunk
!

 

 

and I have a non-working 6248 config:

https://web.c9h.org/~cjac/for-dell/powerconnect-6248.cfg

Of interest:

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.

  • 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

  • DELL-Cares

    Moderator

    27815 Posts

    652 Points

    1378

    0

    Posted November 19th, 2020 06:00

    Hi cjac00,

     

    I need to check something about this. I will come back to you asap.

    Need to wait for my network config specialist

     

    Cheers
    Stefan


    #IWork4Dell

    For all non-technical issues that require your private data, we must communicate via a private Direct Message
    Dell Partner GEM Program
    , Out of Warranty Support Options, BIS (Bureau of Indian Standards) certificate, Get a copy of your Dell invoice

  • DELL-Cares

    Moderator

    27815 Posts

    652 Points

    1375

    0

    Posted November 19th, 2020 06:00

    Hi again.

     

    Referring to the PowerConnect 6248 CLI Guide in "general mode" should just one VLAN be untagged.

    So, the command should be something like:

    switchport general allowed vlan add 78-80,92,100-101,179,279 tagged

    Here you can check out the guide: 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

     

    On the other end, it could also be the config on the Mikrotik.

     

    Let me know if it works.

     

    Cheers
    Stefan


    #IWork4Dell

    For all non-technical issues that require your private data, we must communicate via a private Direct Message
    Dell Partner GEM Program
    , Out of Warranty Support Options, BIS (Bureau of Indian Standards) certificate, Get a copy of your Dell invoice

  • cjac00

    25 Posts

    1335

    0

    Posted November 20th, 2020 13:00

    yeah, I caught that 'tagged' bit right after I sent the first post.  I corrected it, but no luck there.

    Here's the complete config from the 6248:

     

    switch01#show running-config
    !Current Configuration:
    !System Description "PowerConnect 6248, 3.3.5.5, VxWorks 6.5"
    !System Software Version 3.3.5.5
    !Cut-through mode is configured as disabled
    !
    configure
    vlan database
    vlan 78-80,92,100-101,179,279
    vlan routing 179 1
    exit
    hostname "switch01"
    stack
    member 1 2
    exit
    ip address dhcp
    interface vlan 179
    routing
    ip address 100.64.79.210 255.255.255.0
    exit
    !
    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 tagged
    exit
    exit

     

    switch01#ping 100.64.79.108
    Pinging 100.64.79.108 with 0 bytes of data:


    ----100.64.79.108 PING statistics----
    4 packets transmitted, 0 packets received, 100% packet loss
    round-trip (msec) min/avg/max = <10/<10/<10

     

     

    and I have published the 5448 config here:

    http://web.c9h.org/~cjac/for-dell/5448-20201120T1351.cfg

     

     

    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

    ----100.64.79.108 PING Statistics----
    4 packets transmitted, 4 packets received, 0% packet loss
    round-trip (ms) min/avg/max = 0/0/0

     

    The mikrotik has a simple config which I will include inline below.  You can see that the two switches have similar configs on this side.

     

    /interface bonding
    add mode=802.3ad name=switch01 slaves=sfp-sfpplus3,sfp-sfpplus4
    add mode=802.3ad name=switch1 slaves=sfp-sfpplus7,sfp-sfpplus8

    /interface bridge port
    ...
    add bridge=bridge interface=switch1
    add bridge=bridge interface=switch01

     

    [admin@MikroTik] > export compact
    # nov/20/2020 13:55:57 by RouterOS 6.47.1
    # software id = VBPI-BHFQ
    #
    # model = CRS309-1G-8S+
    # serial number = CB7A0C21F823
    /interface bridge
    add admin-mac=48:8F:5A:6A:AE:DD auto-mac=no comment=defconf name=bridge
    add name=testbr0
    /interface vlan
    add interface=bridge name=bridge.int vlan-id=179
    add interface=bridge name=bridge.loc vlan-id=79
    /interface bonding
    add mode=802.3ad name=switch01 slaves=sfp-sfpplus3,sfp-sfpplus4
    add mode=802.3ad name=switch1 slaves=sfp-sfpplus7,sfp-sfpplus8
    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ip hotspot profile
    set [ find default=yes ] html-directory=flash/hotspot
    /user group
    set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas\
    sword,web,sniff,sensitive,api,romon,dude,tikapp"
    /interface bridge port
    add bridge=bridge comment=defconf interface=sfp-sfpplus1
    add bridge=bridge comment=defconf interface=sfp-sfpplus2
    add bridge=bridge comment=defconf interface=sfp-sfpplus5
    add bridge=bridge comment=defconf interface=sfp-sfpplus6
    add bridge=bridge interface=switch1
    add bridge=bridge interface=switch01
    /ip address
    add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
    add address=172.16.79.108/24 network=172.16.79.0
    add address=100.64.79.108/24 interface=bridge.int network=100.64.79.0
    add address=172.16.79.108/24 interface=bridge.loc network=172.16.79.0
    /ip dns
    set servers=100.64.79.5,100.64.79.12,100.64.79.66
    /ip route
    add distance=1 gateway=100.64.79.1
    /system clock
    set time-zone-name=America/Los_Angeles
    /system ntp client
    set enabled=yes primary-ntp=100.64.79.123 secondary-ntp=100.64.79.122
    /system routerboard settings
    set boot-os=router-os

  • DELL-Josh Cr

    Community Manager

    9699 Posts

    43744 Points

    1333

    1

    Posted November 20th, 2020 14:00

    Are only the CX4 ports connected to the network?

  • DELL-Josh Cr

    Community Manager

    9699 Posts

    43744 Points

    811

    1

    Posted November 20th, 2020 14:00

    Ok, that is the right expansion module. Which transceivers are you using?

  • cjac00

    25 Posts

    1331

    0

    Posted November 20th, 2020 14:00

    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
    -------------------------------------------------------------------------------
  • cjac00

    25 Posts

    810

    0

    Posted November 20th, 2020 14:00

    SFP-10GSR-85

    10G SFP+ 850nm 300m

    S/N: F1930039331

    FS SR

  • cjac00

    25 Posts

    1333

    0

    Posted November 20th, 2020 14:00

    Hi Josh,

     

    Thanks for your prompt attention.

     

    I don't know what the model name / id of the dual 10GE sfp+ module is, but maybe this will help?

     

     

    switch01#show tech-support
    
     ***************** Show Version ******************
    
    Switch: 1
    
    System Description............................. PowerConnect 6248, 3.3.5.5
                                                    VxWorks 6.5
    Machine Type................................... PowerConnect 6248
    Machine Model.................................. PCT6248
    Serial Number.................................. CN0GP931282989AO0218A10
    FRU Number.....................................
    Part Number.................................... BCM56314
    Maintenance Level.............................. A
    Manufacturer................................... 0xbc00
    Burned In MAC Address.......................... 0025.642A.C55F
    Software Version............................... 3.3.5.5
    Operating System............................... VxWorks 6.5
    Network Processing Device...................... BCM56314_A0
    Additional Packages............................ FASTPATH QOS
                                                    FASTPATH Multicast
                                                    FASTPATH Stacking
                                                    FASTPATH Routing
    
    
     ***************** Show SysInfo ******************
    
    System Location................................
    System Contact.................................
    System Object ID............................... 1.3.6.1.4.1.674.10895.3011
    System Up Time................................. 1 days 22 hrs 10 mins 24 secs
    10/100 Ethernet/802.3 interface(s)............. 2
    Gig Ethernet/802.3 interface(s)................ 1
    10Gig Ethernet/802.3 interface(s).............. 1
    Virtual Ethernet/802.3 interface(s)............ 2


    There is a lot more.  I will post it for your review.

    http://web.c9h.org/~cjac/for-dell/tech-support.txt

  • cjac00

    25 Posts

    1332

    0

    Posted November 20th, 2020 14:00

    on review, it's U691D

     

    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.