HPE Aruba Networking & ProVision-based
1833053 Members
2293 Online
110049 Solutions
New Discussion

Re: Routed port

 
aali
Frequent Advisor

Routed port

Does Procurve support Routed port modern make the port either bridge or route?

 

thx

3 REPLIES 3
Fredrik Lönnman
Honored Contributor

Re: Routed port

No, you'll have to put an IP address on a VLAN and untag it on a port to make it "routed".

---
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S

Peter_Debruyne
Honored Contributor

Re: Routed port

and turn off stp on the port, to avoid stp blocking the "routed" port

 

# sample config

conf

 vlan 1001

  name L3-V1001

  ip ad x.x.x.x/24

  untag a1

 

 span a1 bpdu-filter

 

 

aali
Frequent Advisor

Re: Routed port

Thanks everyone.