Browse Community
Help
Log In
Responses(4)
Solutions(0)
Douglas Hsu
1 Rookie
•
5 Posts
0
May 9th, 2016 23:00
Thanks for the reply.
Here is the example which is actually configured in our switch.
In this case, what VLAN frame would a PC receive?
switchport general pvid 60
switchport general allowed vlan add 60
switchport general allowed vlan add 10,70 tagged
switchport access vlan 91
May 12th, 2016 02:00
This is happening in our switch, and according to your explanation this config is conflict. What would happen to the PC connected to the port with this conflict config?
May 16th, 2016 21:00
Your explanation is very clear.
So the point is if the mode command is given to the interface or not . Now I get it.
Thanks, Daniel.
May 16th, 2016 22:00
One more question.
What if the interface is not given switchport mode command, like the following example,
interface Gi1/0/9switchport general pvid 60switchport general allowed vlan add 60switchport general allowed vlan add 10,70 taggedswitchport access vlan 91exit!
Dell Support Resources
View All
Top
Douglas Hsu
1 Rookie
•
5 Posts
0
May 9th, 2016 23:00
Thanks for the reply.
Here is the example which is actually configured in our switch.
In this case, what VLAN frame would a PC receive?
switchport general pvid 60
switchport general allowed vlan add 60
switchport general allowed vlan add 10,70 tagged
switchport access vlan 91
Douglas Hsu
1 Rookie
•
5 Posts
0
May 12th, 2016 02:00
This is happening in our switch, and according to your explanation this config is conflict. What would happen to the PC connected to the port with this conflict config?
Douglas Hsu
1 Rookie
•
5 Posts
0
May 16th, 2016 21:00
Your explanation is very clear.
So the point is if the mode command is given to the interface or not . Now I get it.
Thanks, Daniel.
Douglas Hsu
1 Rookie
•
5 Posts
0
May 16th, 2016 22:00
One more question.
What if the interface is not given switchport mode command, like the following example,
interface Gi1/0/9
switchport general pvid 60
switchport general allowed vlan add 60
switchport general allowed vlan add 10,70 tagged
switchport access vlan 91
exit
!