Comware Based
1752777 Members
6278 Online
108789 Solutions
New Discussion

Re: HP 5500 EI - Changing configuration form trunk port to access port

 
nishadmorey
New Member

HP 5500 EI - Changing configuration form trunk port to access port

Hi,

I have HP 5500 EI seriese L3 switch. I want to change one of my port to access port since this port is configured as trunk.

How can I remove all configuation of that particular port 15 ? I want to re-configure this port as access port or is there any way to change port from trunk to access.?

Current Configuration of port 15: 

interface GigabitEthernet1/0/15
 port link-mode bridge
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 16
 qos priority 7
 qos trust dscp

This is what i wan t to do with this port 15

port link-mode bridge
 port access vlan 16
 qos priority 7
 qos trust dscp

Its urgent guys kindly help me out with this.  

3 REPLIES 3
MohammadH
Regular Advisor

Re: HP 5500 EI - Changing configuration form trunk port to access port

Hello

try this

interface GigabitEthernet1/0/15
port link-type access
port access vlan 16
qos priority 7
qos trust dscp

 

good luck

nishadmorey
New Member

Re: HP 5500 EI - Changing configuration form trunk port to access port

Hi

Should I direclty try write this commands.?

MohammadH
Regular Advisor

Re: HP 5500 EI - Changing configuration form trunk port to access port

hello

yes like this, sorry i was sick

sys
interface GigabitEthernet1/0/15
port link-type access
port access vlan 16
qos priority 7
qos trust dscp