Browse Community
Help
Log In
Responses(6)
Solutions(0)
SSU-Admin
5 Posts
0
November 12th, 2014 11:00
Please excuse me, I edited the post and it changed the formatting. I get the following when attempting to put NO in front of the command:
console(config-if-Gi1/0/1)#no switchport general allowed vlan add 10,14 tagged
^
% Invalid input detected at '^' marker.
(hash mark is below the first L in allowed)
Well, that was the first thing I tried. Unfortunately it does not work.
console(config-if-Gi1/0/1)#no switchport general allowed vlan add 10,14 tagged ^
(the hash mark is below the first letter "L" in allowed)
So I attemtped some variations, I tried:
console(config-if-Gi1/0/1)#no switchport general
Command not found / Incomplete command. Use ? to list commands.
November 12th, 2014 12:00
I tried that one as well, received another error:
console(config-if-Gi1/0/1)#no switchport mode general
% Invalid input detected at '^' marker
(hash mark is below G in general)
I thought perhaps I could change the mode from general to access, so I tried
#switchport mode access
This appears to go through with no errors, but Show Run displays no change. I ran SHUT and NO SHUT to recycle the port, but still no change. Typing in
#switchport allowed vlan 10
results in this:
switchport general allowed vlan add 10,14 taggedswitchport access vlan 10
November 13th, 2014 13:00
Is there a command that will reset the port to its default configuration?
DELL-Josh Cr
Moderator
•
9.5K Posts
November 14th, 2014 11:00
no switchport mode
resets to the default config for the port.
Page 829 ftp.dell.com/.../powerconnect-m6220_Reference%20Guide_en-us.pdf
Reikidude89
1 Rookie
23 Posts
July 3rd, 2020 15:00
Not work
Dell Support Resources
View All
Top
SSU-Admin
5 Posts
0
November 12th, 2014 11:00
Please excuse me, I edited the post and it changed the formatting. I get the following when attempting to put NO in front of the command:
console(config-if-Gi1/0/1)#no switchport general allowed vlan add 10,14 tagged
^
% Invalid input detected at '^' marker.
(hash mark is below the first L in allowed)
SSU-Admin
5 Posts
0
November 12th, 2014 11:00
Well, that was the first thing I tried. Unfortunately it does not work.
console(config-if-Gi1/0/1)#no switchport general allowed vlan add 10,14 tagged ^
% Invalid input detected at '^' marker.
(the hash mark is below the first letter "L" in allowed)
So I attemtped some variations, I tried:
console(config-if-Gi1/0/1)#no switchport general
Command not found / Incomplete command. Use ? to list commands.
SSU-Admin
5 Posts
0
November 12th, 2014 12:00
I tried that one as well, received another error:
console(config-if-Gi1/0/1)#no switchport mode general
^
% Invalid input detected at '^' marker
(hash mark is below G in general)
I thought perhaps I could change the mode from general to access, so I tried
#switchport mode access
This appears to go through with no errors, but Show Run displays no change. I ran SHUT and NO SHUT to recycle the port, but still no change. Typing in
#switchport allowed vlan 10
results in this:
switchport general allowed vlan add 10,14 tagged
switchport access vlan 10
SSU-Admin
5 Posts
0
November 13th, 2014 13:00
Is there a command that will reset the port to its default configuration?
DELL-Josh Cr
Moderator
•
9.5K Posts
0
November 14th, 2014 11:00
no switchport mode
resets to the default config for the port.
Page 829 ftp.dell.com/.../powerconnect-m6220_Reference%20Guide_en-us.pdf
Reikidude89
1 Rookie
•
23 Posts
0
July 3rd, 2020 15:00
Not work