Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by Matthias Scheler on October 29, 2006, 4:05 pm
Please log in for more thread options I'm trying to configure a Cisco 877W to have big LAN which includes the ethernet ports and the 802.11g interface. As a first I enabled "bridge irb" and assigned VLAN 1 to the bridge: bridge irb [...] interface Vlan1 no ip address bridge-group 1 bridge-group 1 spanning-disabled [...] interface BVI1 ip address 192.168.1.2 255.255.255.0 That broke network connectivity to the box completely until I used this command: bridge 1 route ip The next thing I tried was getting IPv6 working: interface BVI1 ip address 192.168.1.2 255.255.255.0 ipv6 address abcd:1234:5678::2/64 ipv6 enable IPv6 connectivity does however not work with this configuration. The obvious fix is of course to use "bridge 1 route ipv6". But although that command seems to exist(*) my Cisco doesn't accept it. Both IPv4 and IPv6 work fine if I assign the IP addresses to "Vlan1". Any ideas how get this setup working? Kind regards (*) http://www.ipv6.wanadoo.fr/BB2/viewtopic.php?t=42&highlight=&sid=490578048f510004da89e1d1120a292e -- Matthias Scheler http://zhadum.org.uk/ | |||||||||||||
|
Posted by AN on November 12, 2006, 8:31 pm
Please log in for more thread options I am also working on the same problem but I want to take it a step further. Not only do I want to bridge my LAN and wireless into one broadcast domain (Vlan) but I want to partition my wireless into more than one ( at least 2) wireless vlans so I can set up a guest ssid and keep it logically separate from my private ssid. I've been search documentation online and all of it that's available online (google) have given information on how to divide the wireless domain into separate vlans on a dedicated Access point (ie. Cisco Aironet 1200 ) while I'm working with a ISR (Integrated Services Router) Cisco device (Cisco 871) which is a router, access point and built-in 4 port switch. So in the end, I don't know how to do you're trying to do but I ask that when you do find out or if anyone out there knows how please let me know. Thanks, Adil On 10/29/2006 4:05:13 PM, wrote: >
| |||||||||||||
|
Posted by Aaron Leonard on November 13, 2006, 5:07 pm
Please log in for more thread options In re the o.p.'s posting:
IPv6 over wireless IRB doesn't work yet. CSCej50923. In re Adil's desire: configure multiple SSIDs/VLANs on the AP1200. Connect the AP's LAN interface to a FastEthernet on you ISR which is configured for dot1q trunking. Then you can configure the VLANs on the ISR as desired. Aaron --- ~ Hello, ~ ~ I am also working on the same problem but I want to take it a step further. ~ Not only do I want to bridge my LAN and wireless into one broadcast domain ~ (Vlan) but I want to partition my wireless into more than one ( at least 2) ~ wireless vlans so I can set up a guest ssid and keep it logically separate ~ from my private ssid. I've been search documentation online and all of it ~ that's available online (google) have given information on how to divide the ~ wireless domain into separate vlans on a dedicated Access point (ie. Cisco ~ Aironet 1200 ) while I'm working with a ISR (Integrated Services Router) ~ Cisco device (Cisco 871) which is a router, access point and built-in 4 port ~ switch. ~ ~ So in the end, I don't know how to do you're trying to do but I ask that when ~ you do find out or if anyone out there knows how please let me know. ~ ~ Thanks, ~ ~ Adil ~ ~ On 10/29/2006 4:05:13 PM, wrote: ~ > Hello,
http://www.ipv6.wanadoo.fr/BB2/viewtopic.php?t=42&highlight=&sid=490578048f510004da89e1d1120a292e ~ > ~ >I'm trying to configure a Cisco 877W to have big LAN which includes ~ >the ethernet ports and the 802.11g interface. As a first I enabled ~ >"bridge irb" and assigned VLAN 1 to the bridge: ~ > ~ >bridge irb ~ >[...] ~ >interface Vlan1 ~ > no ip address ~ > bridge-group 1 ~ > bridge-group 1 spanning-disabled ~ >[...] ~ >interface BVI1 ~ > ip address 192.168.1.2 255.255.255.0 ~ > ~ >That broke network connectivity to the box completely until I used ~ >this command: ~ > ~ >bridge 1 route ip ~ > ~ >The next thing I tried was getting IPv6 working: ~ > ~ >interface BVI1 ~ > ip address 192.168.1.2 255.255.255.0 ~ > ipv6 address abcd:1234:5678::2/64 ~ > ipv6 enable ~ > ~ >IPv6 connectivity does however not work with this configuration. The ~ >obvious fix is of course to use "bridge 1 route ipv6". But although that ~ >command seems to exist(*) my Cisco doesn't accept it. Both IPv4 and IPv6 ~ >work fine if I assign the IP addresses to "Vlan1". ~ > ~ >Any ideas how get this setup working? ~ > ~ > Kind regards ~ > ~ >(*) ~ >
| |||||||||||||
|
Posted by AN on November 14, 2006, 11:50 pm
Please log in for more thread options On 11/13/2006 5:07:52 PM, Aaron Leonard wrote:
>In re the o.p.'s posting:
> >IPv6 over wireless IRB doesn't work yet. CSCej50923. > >In re Adil's desire: configure multiple SSIDs/VLANs on the AP1200. Connect the >AP's LAN interface to a FastEthernet on you ISR which is configured for dot1q >trunking. Then you can configure the VLANs on the ISR as desired. > >Aaron > >--- > >~ Hello, >~ >~ I am also working on the same problem but I want to take it a step further. >~ Not only do I want to bridge my LAN and wireless into one broadcast domain >~ (Vlan) but I want to partition my wireless into more than one ( at least 2) >~ wireless vlans so I can set up a guest ssid and keep it logically separate >~ from my private ssid. I've been search documentation online and all of it >~ that's available online (google) have given information on how to divide the >~ wireless domain into separate vlans on a dedicated Access point (ie. Cisco >~ Aironet 1200 ) while I'm working with a ISR (Integrated Services Router) >~ Cisco device (Cisco 871) which is a router, access point and built-in 4 port >~ switch. >~ >~ So in the end, I don't know how to do you're trying to do but I ask that when >~ you do find out or if anyone out there knows how please let me know. >~ >~ Thanks, >~ >~ Adil >~ >~ On 10/29/2006 4:05:13 PM, wrote: >~ > Hello,
http://www.ipv6.wanadoo.fr/BB2/viewtopic.php?t=42&highlight=&sid=490578048f510004da89e1d1120a292e
>~ > >~ >I'm trying to configure a Cisco 877W to have big LAN which includes >~ >the ethernet ports and the 802.11g interface. As a first I enabled >~ >"bridge irb" and assigned VLAN 1 to the bridge: >~ > >~ >bridge irb >~ >[...] >~ >interface Vlan1 >~ > no ip address >~ > bridge-group 1 >~ > bridge-group 1 spanning-disabled >~ >[...] >~ >interface BVI1 >~ > ip address 192.168.1.2 255.255.255.0 >~ > >~ >That broke network connectivity to the box completely until I used >~ >this command: >~ > >~ >bridge 1 route ip >~ > >~ >The next thing I tried was getting IPv6 working: >~ > >~ >interface BVI1 >~ > ip address 192.168.1.2 255.255.255.0 >~ > ipv6 address abcd:1234:5678::2/64 >~ > ipv6 enable >~ > >~ >IPv6 connectivity does however not work with this configuration. The >~ >obvious fix is of course to use "bridge 1 route ipv6". But although that >~ >command seems to exist(*) my Cisco doesn't accept it. Both IPv4 and IPv6 >~ >work fine if I assign the IP addresses to "Vlan1". >~ > >~ >Any ideas how get this setup working? >~ > >~ > Kind regards >~ > >~ >(*) >~ >
>
> I'm not connecting a dedicated AP to my ISR. I want to configure wireless VLAN's on the ISR. | |||||||||||||
| Similar Threads | Posted |
| Bridging Ethernet and WLAN with a Cisco 877W | October 29, 2006, 4:05 pm |
| Bridging with a Cisco 877W | December 21, 2006, 1:11 pm |
| 1100 ap as WLAN Ethernet adapter | July 7, 2006, 10:40 am |
| Bridging ethernet across 1721 T-1s | July 5, 2005, 9:48 am |
| Bridging between Serial and Ethernet? | March 8, 2007, 2:38 am |
| Enable guests on Cisco WLAN | March 22, 2007, 7:44 am |
| Cisco 877 as a simple WLAN Client? | November 4, 2007, 1:12 pm |
| Cisco WLAN Controller project | May 16, 2008, 7:14 am |
| Cisco 350 Wlan card - dead following firmware upgrade - suggestions? | February 1, 2006, 7:03 am |
| Cisco WLAN 4402 Access points hang or reboot | September 20, 2006, 9:33 am |
| Simple Ethernet to Ethernet setup (cisco 1605R) But I can't get it to work. | July 7, 2005, 12:59 pm |
| Cisco 878 bridging? | November 3, 2006, 11:23 am |
| Cisco 1720 - Bridging | July 20, 2005, 8:13 pm |
| Bridging a Cisco SOHO 96 | November 9, 2005, 10:23 am |
| NAT type of Cisco 877W | November 26, 2005, 8:14 pm |

Bridging Ethernet and WLAN with a Cisco 877W
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
>I'm trying to configure a Cisco 877W to have big LAN which includes
>the ethernet ports and the 802.11g interface. As a first I enabled
>"bridge irb" and assigned VLAN 1 to the bridge:
>
>bridge irb
>[...]
>interface Vlan1
> no ip address
> bridge-group 1
> bridge-group 1 spanning-disabled
>[...]
>interface BVI1
> ip address 192.168.1.2 255.255.255.0
>
>That broke network connectivity to the box completely until I used
>this command:
>
>bridge 1 route ip
>
>The next thing I tried was getting IPv6 working:
>
>interface BVI1
> ip address 192.168.1.2 255.255.255.0
> ipv6 address abcd:1234:5678::2/64
> ipv6 enable
>
>IPv6 connectivity does however not work with this configuration. The
>obvious fix is of course to use "bridge 1 route ipv6". But although that
>command seems to exist(*) my Cisco doesn't accept it. Both IPv4 and IPv6
>work fine if I assign the IP addresses to "Vlan1".
>
>Any ideas how get this setup working?
>
> Kind regards
>
>(*)