Unsolved
This post is more than 5 years old
2 Intern
•
160 Posts
0
5216
October 18th, 2008 01:00
disbable trunk on PowerConnect 3324
hi
I've setuped trunk on PowerConnect 3324:
(config)# interface ethernet 1/g1
(config-if)# switchport mode trunk
(config-if)# exit
howto disable the trunk now ?
No Events found!


elkono200
1 Rookie
•
3 Posts
0
October 20th, 2008 06:00
hi,
to reset the interface to the default access mode type:
config-if)# no switchport mode
with this command you remove the trunk mode.
elkono200