08-10-2005 05:40 AM - edited 03-02-2019 11:40 PM
Hello,
We have replave a 3620 router by a 3725, but the configuration of the vlan doesn't work on the 3725 because it doesn't accept the encapsulation command following:
- encap dot1Q 1
- encap ISL
Here after is the Vlan configuration:
interface FastEthernet0/0
description VERS CLIENT-PACKET VLAN
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip accounting access-violations
duplex auto
speed auto
no cdp enable
!
interface FastEthernet0/0.2
description vers cyber express
bandwidth 64
encapsulation dot1Q 2
ip address 10.227.2.254 255.255.255.0
ip access-group 101 in
ip nat inside
!
Is there someone to help us?
Thanks.
Solved! Go to Solution.
08-11-2005 07:40 AM
It appears IP Base has it as well
3725#sh ver | include IOS
IOS (tm) 3700 Software (C3725-IPBASE-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
3725#conf t
Enter configuration commands, one per line. End with CNTL/Z.
3725(config)#int fas0/1.1
3725(config-subif)#encapsulation ?
dot1Q IEEE 802.1Q Virtual LAN
isl Inter Switch Link - Virtual LAN encapsulation
tr-isl Token Ring Inter Switch Link - Virtual LAN encapsulation
3725(config-subif)#end
3725#
*Mar 1 00:03:16.839: %SYS-5-CONFIG_I: Configured from console by console
3725#dir flash:
Directory of flash:/
1 -rw- 10914060 Mar 1 1993 02:13:10 +00:00 c3725-ipbase-mz.123-15a
31956992 bytes total (21041152 bytes free)
08-10-2005 05:45 AM
Hi,
I believe you need to be running the IP Plus feature set to support trunking.
HTH
PJD
08-10-2005 07:03 AM
Hello,
I don't think that I need IP PLus feature because the "Cisco Features navigator Tool" valid that IP Base support ISL Vlan and IEEE802.1q with release 12.3.
Regards,
08-10-2005 07:19 AM
Maybe the feature navigator is wrong with this one. Can you try a IP Plus image?
08-10-2005 07:45 AM
Hello,
No, i can't try IP Plus Feature because the router 3725 is in another country.
How to know which feature to install if the tool is wrong?
Regards,
08-10-2005 08:29 AM
I tried with IP Plus in lab and do see encapsulation options
3725-A#sh ver | include IOS
IOS (tm) 3700 Software (C3725-IS-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
3725-A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
3725-A(config)#int fastEthernet 0/1.1
W2N-3.7-3725-A(config-subif)#encapsulation ?
dot1Q IEEE 802.1Q Virtual LAN
isl Inter Switch Link - Virtual LAN encapsulation
tr-isl Token Ring Inter Switch Link - Virtual LAN encapsulation
3725-A(config-subif)#encapsulation dot1Q 1 native
3725-A(config-subif)#ip address 10.1.1.1 255.255.255.0
3725-A(config-subif)#
3725-A#dir flash:
Directory of flash:/
1 -rw- 19584036 Mar 2 1993 02:36:40 +00:00 c3725-is-mz.123-15a
08-10-2005 11:46 PM
Hello,
Please, Can you verify that IP Base support these options?
Thanks
08-11-2005 04:32 AM
Not supported in IP Base..
3725#sh ver | inc IOS
IOS (tm) 3700 Software (C3725-I-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
3725#conf t
Enter configuration commands, one per line. End with CNTL/Z.
3725(config)#int fastEthernet 0/1.1
3725(config-subif)#e?
exit
3725(config-subif)#end
3725#
*Mar 1 00:01:38.395: %SYS-5-CONFIG_I: Configured from console by console
3725#dir
Directory of flash:/
1 -rw- 8832556 Mar 1 1993 20:13:58 +00:00 c3725-i-mz.123-15a
31956992 bytes total (23121920 bytes free)
3725#
08-11-2005 06:36 AM
Hello,
Thanks for your answer, but it was on a IP Feature:
c3725-i-mz.123-15a => "i" seems "IP" feature only.
Can you make the test with "IP Base" Feature?
Thanks,
Regards,
08-11-2005 07:40 AM
It appears IP Base has it as well
3725#sh ver | include IOS
IOS (tm) 3700 Software (C3725-IPBASE-M), Version 12.3(15a), RELEASE SOFTWARE (fc2)
3725#conf t
Enter configuration commands, one per line. End with CNTL/Z.
3725(config)#int fas0/1.1
3725(config-subif)#encapsulation ?
dot1Q IEEE 802.1Q Virtual LAN
isl Inter Switch Link - Virtual LAN encapsulation
tr-isl Token Ring Inter Switch Link - Virtual LAN encapsulation
3725(config-subif)#end
3725#
*Mar 1 00:03:16.839: %SYS-5-CONFIG_I: Configured from console by console
3725#dir flash:
Directory of flash:/
1 -rw- 10914060 Mar 1 1993 02:13:10 +00:00 c3725-ipbase-mz.123-15a
31956992 bytes total (21041152 bytes free)
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