02-27-2023 11:38 AM
Hello, I attempting to configure a 892FSP for a router on a stick interface situation. I want a network with staff wifi Vlan, guest wifi vlan, management vlan, and a native vlan. I think i understand setting up the trunks with the 1 switch and multiple APs, but I can not understand the correct syntax CLI for this router to create the vlans and subinterface. I was tasked to help this church out. Any assistance would be appreciated. Thanks
Solved! Go to Solution.
03-01-2023
04:14 PM
- last edited on
03-06-2023
04:01 AM
by
Translator
I cannot successfully get the subinterface configured. I use the following syntax;
Config# Interface g1 Config-if# no shutdown Config-if# exit Config# interface g1.10
This command fails. Any help would be appreciated.
03-01-2023 04:58 PM - edited 03-01-2023 11:28 PM
Can you post show version output to check the feature available :
or you can try below
interface GigabitEthernet0/2 no ip address duplex auto speed auto port-tagging encapsulation dot1q 10 set cos 6 exit end ! interface GigabitEthernet0/2.1101 encapsulation dot1Q 100 ip address 132.1.101.4 255.255.255.0 ! interface GigabitEthernet0/2.1102 encapsulation dot1Q 100 ip address 132.1.102.4 255.255.255.0 !
03-01-2023 05:22 PM
Cannot say for sure, without getting much deeper into the specifics of the 892FSP ISR, but some possibilities that can arise include: subinterfaces not supported on that particular (kind) of gig interface (especially in the LAN switch port bank), or feature set doesn't support (that particular 800 ISR is a "High Performance Security" variant), or your particular IOS version (which is?) doesn't support subinterfaces (interestingly, looking at release notes for a couple of 15.x trains, noticed some known bugs concerning using subinterfaces - bugs bad, but at least mention of subinterfaces implies feature exists), etc.
03-03-2023 03:06 PM - edited 03-03-2023 03:54 PM
Good! Glad to read you're having more success with a 2911 (which, I recall, has more capacity than a 89x, too).
02-27-2023 02:52 PM
check the below config to help you :
https://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/14976-50.html
02-27-2023 04:08 PM
03-01-2023
04:14 PM
- last edited on
03-06-2023
04:01 AM
by
Translator
I cannot successfully get the subinterface configured. I use the following syntax;
Config# Interface g1 Config-if# no shutdown Config-if# exit Config# interface g1.10
This command fails. Any help would be appreciated.
03-01-2023 04:58 PM - edited 03-01-2023 11:28 PM
Can you post show version output to check the feature available :
or you can try below
interface GigabitEthernet0/2 no ip address duplex auto speed auto port-tagging encapsulation dot1q 10 set cos 6 exit end ! interface GigabitEthernet0/2.1101 encapsulation dot1Q 100 ip address 132.1.101.4 255.255.255.0 ! interface GigabitEthernet0/2.1102 encapsulation dot1Q 100 ip address 132.1.102.4 255.255.255.0 !
03-01-2023 05:22 PM
Cannot say for sure, without getting much deeper into the specifics of the 892FSP ISR, but some possibilities that can arise include: subinterfaces not supported on that particular (kind) of gig interface (especially in the LAN switch port bank), or feature set doesn't support (that particular 800 ISR is a "High Performance Security" variant), or your particular IOS version (which is?) doesn't support subinterfaces (interestingly, looking at release notes for a couple of 15.x trains, noticed some known bugs concerning using subinterfaces - bugs bad, but at least mention of subinterfaces implies feature exists), etc.
03-03-2023 01:17 PM
Thanks for your advice. I appreciated your effort. I ditched the 892 router. I found a cheap 2911 router. Configuration is going much easier now.
03-03-2023 01:52 PM
Sure what ever works for you is easy ..if you can buy another router that works for you.
03-03-2023 03:06 PM - edited 03-03-2023 03:54 PM
Good! Glad to read you're having more success with a 2911 (which, I recall, has more capacity than a 89x, too).
03-01-2023 05:43 PM
". . . I can not understand the correct syntax CLI for this router to create the vlans and subinterfaces."
(For subinterfaces, only found mention when using with ATM [DSL].)
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