cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1369
Views
5
Helpful
6
Replies

How to bring vlan up?

Ed Lo
Level 1
Level 1

Hello,

I'm using a cisco 1941w router with no switch. I have 2 SSID and am trying to ping them but, I noticed that the vlan are always down even when using the "no shutdown" command. How do I bring them up?\

thanks

Below is my configuration:

Current configuration : 3675 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ap
!
enable secret 5 $1$nD9N$8fK4tS4Yb8k7rTYyosEU2/
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid batman
vlan 2
authentication open
mbssid guest-mode
!
dot11 ssid robin
vlan 3
authentication open
mbssid guest-mode
!
!
!
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid batman
!
ssid robin
!
antenna gain 0
mbssid
station-role root
bridge-group 1
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio0.1
encapsulation dot1Q 2
ip address 192.168.12.1 255.255.255.0
no ip route-cache
bridge-group 2
bridge-group 2 subscriber-loop-control
bridge-group 2 block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
bridge-group 2 spanning-disabled
!
interface Dot11Radio0.2
encapsulation dot1Q 3
no ip route-cache
bridge-group 3
bridge-group 3 subscriber-loop-control
bridge-group 3 block-unknown-source
no bridge-group 3 source-learning
no bridge-group 3 unicast-flooding
bridge-group 3 spanning-disabled
!
interface Dot11Radio1
no ip address
no ip route-cache
shutdown
antenna gain 0
dfs band 3 block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
no ip address
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address dhcp client-id GigabitEthernet0
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path
bridge 1 route ip
!
!
!
line con 0
privilege level 15
login local
no activation-character
line vty 0 4
login local
!
cns dhcp
end

6 Replies 6

Hello,

the internal GigabitEthernet interface connecting your AP must be configured as a trunk:

interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
switchport mode trunk

Is 'switchport mode trunk' a command because I can't get it to work.

Hello,

actually, the trunk should be on an interface that looks like this:

interface Wlan-GigabitEthernet0/0
description Internal switch interface connecting to the embedded AP
switchport mode trunk

Do you have the interface in your configuration ?

Hello,

in your original post you say:

I'm using a cisco 1941w router with no switch.

What do you mean by that ?

You must see interface Wlan-GigabitEthernet0/0, which is the internal switch interface connecting to the embedded AP.

I just mean that I'm using a router and it's not connected to a network switch.

Ed,

ok, understood. Have a look at the post below, it gives a pretty detailed explanation on how to configure the 1941w. Scroll down to Lukasz Bromirski's post (the 10th post in the thread):

https://supportforums.cisco.com/discussion/10927121/cisco-1941w-basic-configuration