Network Management

 View Only
  • 1.  8360 switch network unreachable

    Posted Sep 14, 2023 12:53 PM

    Hi, 

    I'm new to Aruba CX OS and I'm trying to do simple things like assign IP to VLAN and ping it, here is the configuration I have, I tried to use a different VRF other than the default, and still no success. Am I missing something? 

    8360# sh run
    Current configuration:
    !
    !Version ArubaOS-CX LL.10.12.1000
    !export-password: default
    profile aggregation-leaf
    !
    !
    !
    !
    !
    !
    ssh server vrf mgmt
    vlan 1
    interface mgmt
        no shutdown
        ip dhcp
    !
    !
    !
    !
    !
    https-server vrf mgmt
    8360#
    8360# conf t
    8360(config)# vlan 5
    8360(config-vlan-5)# exit
    8360(config)# int vlan 5
    8360(config-if-vlan)# ip add 192.168.55.3/24
    8360(config-if-vlan)# exit
    8360(config)# ping 192.168.55.3
    
    
    ping4: connect: Network is unreachable



  • 2.  RE: 8360 switch network unreachable

    Posted Sep 15, 2023 04:28 AM

    For a VLAN interface to be up, you need a interface with the VLAN up also. Connect a interface to something and set the interface as access or trunk with your VLAN 5. 



    ------------------------------
    Arne Opdal
    ------------------------------



  • 3.  RE: 8360 switch network unreachable

    Posted Sep 15, 2023 10:22 AM

    Yep! ...and check the administrative state (Admin state is up up/down) of the VLAN 5 Interface with the show ip interface vlan 5 CLI Command.