Wired Intelligent Edge

 View Only
last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution

HPE Router Doesnt have switch capabilities

This thread has been viewed 7 times
  • 1.  HPE Router Doesnt have switch capabilities

    Posted May 20, 2023 11:18 AM

    I am using a MSR2013 router
    The command below doesnt work:

    interface Vlan-interface1
     description To LAN
     ip address 1.1.1.1 255.255.255.0

    interface GigabitEthernet0/1
     port link-mode bridge
    =======================================
    Instead i have to use:
    interface GigabitEthernet0/1
    port link-mode route
    ip add 1.1.1.1 255.255.255.0

    Can someone explain why layer 2 configuration is allowed if the interface will only act as a layer 3 in the first place?
    Why no error message?
    How do i know if a port has switching or routing capabilities and if an additional module is necessary?