cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2811
Views
0
Helpful
2
Replies

default interface command for SG50052

Stel Vlach
Level 1
Level 1

Hello 

I am trying to set an interface back to its defaults but with no success at all. Actually is a trunk interface and I want to make it access again. With no switchport mode and then switchport mode trunk I get a message about wrong VLAN assignments.

1 Accepted Solution

Accepted Solutions

V K Moorthy
Level 1
Level 1

Hi,

Configure as below:

switchxxxxxx(config)# interface gi1

switchxxxxxx(config-if)# no switchport mode trunk
switchxxxxxx(config-if)# switchport mode access
switchxxxxxx(config-if)# switchport access vlan 2(required vlan number)

 

regards

Moorthy

View solution in original post

2 Replies 2

V K Moorthy
Level 1
Level 1

Hi,

Configure as below:

switchxxxxxx(config)# interface gi1

switchxxxxxx(config-if)# no switchport mode trunk
switchxxxxxx(config-if)# switchport mode access
switchxxxxxx(config-if)# switchport access vlan 2(required vlan number)

 

regards

Moorthy

Hello Moorthy 

Thanks for your reply. When I enter the no switchport mode trunk I get the % Wrong number of parameters or invalid range, size or characters entered message.