I normally don't use routed interfaces, instead create a VLAN and configure that as access vlan on the interface (switching/non-routing port).
That has the benefit that you could easily move the VLAN to another port, and even link it to multiple ports/uplinks. Also, in my view a router should have routed ports and an switch should have switched ports; but there probably are exceptions to that, and it may be personal preference.
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check
https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
------------------------------
Original Message:
Sent: Nov 27, 2024 10:13 PM
From: Jaynesh Patel
Subject: 6200f routed interface configuration
Hi All,
Im configuring a routed interface on a 6200f switch. just wanted to verify my config.
Ive read you just need to define an internal range which can be any, and config the specific port with the ip address and routing
system internal-vlan-range 4091-4094
interface 1/1/28
no shutdown
routing
description Uplink to Core
ip address 10.1.254.90/30
interface vlan 1
ip dhcp
interface vlan 48
ip address 10.1.48.1/24
ip helper-address 10.1.1.140
ip helper-address 10.1.1.141
interface vlan 58
ip address 10.1.58.1/24
ip helper-address 10.1.1.140
ip helper-address 10.1.1.141
interface vlan 88
ip address 10.1.88.1/24
ip helper-address 10.1.1.140
ip helper-address 10.1.1.141
interface vlan 100
ip address 10.1.18.1/24
ip helper-address 10.1.1.140
ip helper-address 10.1.1.141
interface vlan 118
ip address 10.1.118.1/24
ip helper-address 10.1.1.140
ip helper-address 10.1.1.141
snmp-server system-location 20 Strelitzia Avenue
snmp-server system-contact
ip route 0.0.0.0/0 10.1.254.89