02-02-2015 04:06 AM - edited 03-05-2019 12:42 AM
Hi folks,
Is it possible to configure 3945 in-built Gigethernet ports 0/0, 0/1, 0/3 as switch-ports ?
Solved! Go to Solution.
02-02-2015 06:30 AM
No you can not use the switchport command on these interfaces. These interfaces are designed to be layer 3 interfaces and as such do not support the switchport command. As Aaron has suggested if you want layer 2 operation on these interfaces you can put them into a bridge group. But you can not use the switchport command on them.
HTH
Rick
02-03-2015 03:41 AM
No problem...
Please remember to rate replies and mark questions as 'answered' to highlight useful content...
Aaron
02-02-2015 04:14 AM
Hi
Not full featured switchports as such, but you can set them up as bridged ports.
Aaron
02-02-2015 06:30 AM
Thansk Aaron, so are 'switchport' commands possible on these ports ?
e.g.
!
interface GigabitEthernet0/0
switchport access vlan 300
switchport mode access
speed auto
duplex full
no shutdown
!
02-02-2015 06:30 AM
No you can not use the switchport command on these interfaces. These interfaces are designed to be layer 3 interfaces and as such do not support the switchport command. As Aaron has suggested if you want layer 2 operation on these interfaces you can put them into a bridge group. But you can not use the switchport command on them.
HTH
Rick
02-02-2015 09:45 AM
Thanks both Aaron and Richard for your info.
Cheers/
02-03-2015 03:41 AM
No problem...
Please remember to rate replies and mark questions as 'answered' to highlight useful content...
Aaron
02-03-2015 03:27 AM
Hello!
I have 3925 and I was aggregate two interfaces to one Port-Channel.
And use subinterfaces on it
Theoretically, it is interfaces working like switchports, now
interface GigabitEthernet0/1
description N5K-1
no ip address
load-interval 30
duplex auto
speed auto
media-type rj45
channel-group 6
end
interface GigabitEthernet0/2
description N5K-2
no ip address
load-interval 30
duplex auto
speed auto
media-type rj45
channel-group 6
end
interface Port-channel6.3
.....
!
interface Port-channel6.52
.....
!
interface Port-channel6.69
.....
!
interface Port-channel6.70
.....
!
And more.
What You want to do?
02-03-2015 06:49 AM
The ability to put two interfaces that are naturally layer 3 interfaces into an Etherchannel and have them both operational and carrying traffic is very interesting. But it does not provide what I believe the original poster was looking for which is the ability to use switchport commands on the physical interfaces of the ISR G2 router.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide