Cisco 877w -Configuration of subinterfaces and main interface within the same bridge group is not permitted

Hi,
I have another problem - after upgrade ios wirelles connection not work.
After reload i have :
Configuration of subinterfaces and main interface
within the same bridge group is not permitted
STP: Unable to get the port parameters.
Please configure the bridge group on this interface first.
Please configure the bridge group on this interface first.
Please configure the bridge group on this interface first.
SETUP: new interface NVI0 placed in "shutdown" state
my old configuration work propertly in the old software, but after update i have notificatio.
Old thread:
https://supportforums.cisco.com/discussion/12379491/cisco-877w-no-wireless-connection
my current sh run:
version 12.4 
no service pad 
service tcp-keepalives-in 
service tcp-keepalives-out 
service timestamps debug datetime msec localtime 
service timestamps log datetime msec localtime 
service password-encryption 
hostname cisco 
boot-start-marker 
boot system flash:c870-advipservicesk9-mz.124-24.T6.bin 
boot-end-marker 
logging message-counter syslog 
logging buffered 4096 informational 
enable secret 5 $1$eCNp$rWuBfZ/cexnwnkm7L447s. 
aaa new-model 
aaa session-id common 
dot11 syslog 
dot11 ssid ciscowifi 
 vlan 1 
 authentication open 
 authentication key-management wpa 
 guest-mode 
 wpa-psk ascii 7 050D031D26595D0617 
dot11 wpa handshake timeout 500 
ip source-route 
no ip dhcp use vrf connected 
ip dhcp excluded-address 192.168.56.1 
ip dhcp pool CLIENT 
   import all 
   network 192.168.56.0 255.255.255.0 
   default-router 192.168.56.1 
   dns-server 8.8.8.8 194.204.159.1 194.204.152.34 
   lease 0 2 
ip cef 
no ip domain lookup 
no ipv6 cef 
multilink bundle-name authenticated 
username marek password 7 00121A0908500A 
archive 
 log config 
  hidekeys 
ip tcp path-mtu-discovery 
bridge irb 
interface ATM0 
 description Polaczenie ADSL do ISP$ES_WAN$ 
 no ip address 
 no atm ilmi-keepalive 
 pvc 0/35 
  encapsulation aal5mux ppp dialer 
  dialer pool-member 1 
 hold-queue 224 in 
interface FastEthernet0 
 description Edzia 
interface FastEthernet1 
 description dom 
interface FastEthernet2 
 description Dziadek 
interface FastEthernet3 
interface Dot11Radio0 
 no ip address 
 no ip redirects 
 ip local-proxy-arp 
 ip nat inside 
 ip virtual-reassembly 
 no dot11 extension aironet 
 encryption vlan 1 mode ciphers tkip 
 encryption mode ciphers aes-ccm tkip 
 broadcast-key change 3600 
 ssid ciscowifi 
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 
 station-role root 
 world-mode dot11d country AU indoor 
 no cdp enable 
 bridge-group 1 
 bridge-group 1 subscriber-loop-control 
 bridge-group 1 spanning-disabled 
 bridge-group 1 block-unknown-source 
 no bridge-group 1 source-learning 
 no bridge-group 1 unicast-flooding 
interface Dot11Radio0.1 
 description ciscowifi 
 encapsulation dot1Q 1 native 
 no cdp enable 
interface Vlan1 
 no ip address 
 bridge-group 1 
interface Dialer0 
 description Interfejs dzwoniacy 
 ip address negotiated 
 ip nat outside 
 ip virtual-reassembly 
 encapsulation ppp 
 dialer pool 1 
 dialer-group 1 
 ppp chap hostname [email protected] 
 ppp chap password 7 xxxxxxxxxxxxxxxxxxxxxx 
interface BVI1 
 description Polaczenie dla sieci LAN 
 ip address 192.168.56.1 255.255.255.0 
 ip nat inside 
 ip virtual-reassembly 
no ip forward-protocol nd 
ip route 0.0.0.0 0.0.0.0 Dialer0 
no ip http server 
no ip http secure-server 
ip nat inside source list 100 interface Dialer0 overload 
ip nat inside source static tcp 192.168.56.10 80 interface Dialer0 80 
ip nat inside source static tcp 192.168.56.10 22 interface Dialer0 22 
logging trap debugging 
logging 192.168.56.10 
access-list 100 permit ip 192.168.56.0 0.0.0.255 any 
access-list 100 deny   ip any any 
no cdp run 
snmp-server community ciskacz RO 
snmp-server chassis-id ciskacz 
control-plane 
bridge 1 protocol ieee 
bridge 1 route ip 
line con 0 
 no modem enable 
line aux 0 
line vty 0 4 
 exec-timeout 0 0 
 transport preferred ssh 
 transport input ssh 
scheduler max-task-time 5000 
end 
please help - thanks!

Hello Marek,
I suppose you are not planning to do any kinds of advanced config using several VLANs and multiple SSIDs so let's just make your configuration simple and working.
In short, you need to remove all references to VLAN 1 and to any subinterfaces possibly related to the VLAN 1. This means in particular (follow these steps in sequence):
Remove the Dot11Radio0.1 subinterface entirely
In the Dot11Radio0 section, remove the encryption vlan 1 mode ciphers tkip command
In the dot11 ssid ciscowifi section, remove the vlan 1 command
After performing these steps, make sure that the ssid ciscowifi and encryption mode commands are still present in the Dot11Radio0 configuration, and if not, reenter them.
Best regards,
Peter

Similar Messages

  • ACE bridge and routed interface in the same context

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:Standardowy;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    Hello
    I am wondering if it is possible to configure one ACE context to support both routed and bridge interface?
    I would like to have a bridge-mode context but in the same time I would like to have a separated OOB interface for management.
    If it is possible how they could interact to each other?
    Thank you in advance for any answer
    Regards
    Lukasz

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:Standardowy;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    Hello
    We've just tried to configure bridged and routed interfaces at the same time in the lab and we've had a problem.
    When we added the def gw for the bridged config we noticed that we had an issue with the traffic src by the rservers in the routed config.
    When we deleted the new def gw, the problem disappeared.
    I am attaching the lab config.
    When we added to it the following line
    ip route 0.0.0.0 0.0.0.0 10.1.1.163
    reals B1-B10 could not communicate to the outside world.
    Do you know why it does not worked and what could we do to fix it ?
    Thank you in advance.
    Regards
    Lukas

  • HT4061 My phone can't turned on. I tried to press the home button and main button at the same time, but not working. what should I do?

    Iphone 4s can't turned on, goes total black. Tried to press button and main button at the same time, but not working. what should I do?

    recovery mode
    open itunes on computer
    plug cable into computer not iOS device
    turn phone off
    hold home button and plug cable into phone.  do not release home button until an itunes graphic appears on device.
    look to computer should have message about recovery mode click ok and restore
    Peace, Clyde
    if u need an article see
    http://support.apple.com/kb/HT1808

  • 1.call information such as call waiting,call forwarding, call holding is not working when caller the call me or im wait for my call i cant see any title by iphon , and also holding is the same.2. there is not any option for call baring.

    Hi. please solve my problem.
    .call information such as call waiting,call forwarding, call holding is not working when caller the call me or im wait for my call i cant see any title by iphon , and also holding is the same.2. there is not any option for call baring.3.playback music is not hearing by second partner during the call.4.i cant select ringing ton from saving tons.
    thank you in advance.

    Hi Ersin,
    Exception 1 would seem to be FORMATTING_ERROR, which suggests something in the design of the Smartform.  However, that doesn't fit with the form being generated from a report, but only erroring when called from a function module.  I can think of no reason why the different calling method would be a factor.
    When FORMATTING_ERROR is raise it should also set a message ID and number, are you able to determine what they are?
    Regards,
    Nick

  • WLC-2106 and multiple interfaces on the same network

    Hi there,
    I recently created a TAC request to the Cisco support regarding our WLC-2106, but they could not help me. Basically I just learned that you can create new interfaces for the wireless LAN controller and then dedicate them to a given wireless network (SSID). This way I could more effectively utilize network bandwidth also. Problem is that all of the interfaces have to be in a different network segment in order to work, which is not what I want. I specifically want to have several interfaces on the same network segment.
    Has anyone tried to accomplish the same?

    Basically what I've misunderstood is that all the traffic generated by our wireless clients have been going through the single 100Mbit/s ethernet port on the wireless LAN controller (management interface), and to mitigate this I thought I could create new interfaces (ports) and dedicate those to given WLAN networks.. I see now that this is not supported. Not inside the same network at least.
    So, by reading further and consulting my best friend Google I learned about a setting called "AP Mode". Changing that from Local (the default) to H-REAP the APs should not route their traffic anymore through the management interface on the wireless controller, but instead route all the client traffic directly to the local LAN. This way you effectively remove the 100Mbit/s bottle-neck when all the APs were using the management interface both for configuration and client data traffic.
    It seems you also have to enable H-REAP Local switching from a given WLAN network in addition to changing the AP Mode of your access points to H-REAP. I'm still in the testing phase here so should anyone have any insight to this, I'd be greatful to hear more.

  • In Pages, is there a way to have both portrait and landscape pages within the same document?

    Question: In Pages, is there a way to change the orientation within the same document so that one page is portrait and the next page is landscape, for example?

    Hi Vicki,
    You can rotate in Preview. See this discussion:
    Re: rotate second page so will print as booklet
    Regards,
    Ian.

  • Can multi-interfaces share the same hsrp group id on the c6500?

    case:
    c6509A+msfc2 and C6509B+msfc3
    configurating hsrp...
    question:
    msfc2 supports total 16 hsrp group id,however msfc3 256.How hsrp group Can configurate?How vlans can configurate inside the same group id?

    Hi,
    MSFC2 supports only 16 HSRP group duw to the limitaion on PFC2.The new MSFC3 supports 256 HSRP groups as you mentioned above.
    The workaround to get over this problem is to use multiple Vlan interface to a single HSRP group like
    Vlan1,3,5,7 in HSRP group 1
    Vlan 2,4,6,8 in HSRP group 2.
    It works perfectly as already pointed out by Glen.
    HTH,
    -amit singh

  • TDMS: is it possible to use sender and receiver client within the same SID

    Hi all
    I have a general question about TDMS: i always read that it is possible to refresh data from a productive system/client to a test system/client, e.g. PRD100 => DEV100. But is it also possible to refresh data from one sender-client to the receiver-client inside the same system using TDMS, e.g. DEV100 => DEV200.
    i'm asking because if i start to build up a new client using tdms the first step is to build up the client using package "ERP Initial Package for Master Data & Customizing". This includes under point "data transfer" the step "lock the system" with teh following description:
    Lock System
    Activities
    During data deletion in the receiver client, the tables are dropped. All clients in the system are affected by this procedure. Consequently, all users in all clients in the receiver system must be temporarily locked while the data deletion takes place.
    The function for this activity locks only the current client. If the receiver system is a single client system, it is sufficient to execute the function. If, however, the receiver system is a multi-client system, the user in the other clients must be locked using standard means.
    Anyone has any experience with this scenario inside the same system?
    Regards
    Adrian

    You can run TDMS package on the same system and between different clients. However SAP don't recommend to run TDMS package on the same system.
    There are 2 ways to delete data in receiver system: Array delete and drop insert.
    You have to use Array Insert only which is usually very slow as it first select all the relevant entries from the tables in the target client and then drop it. So, it is slow.
    Drop insert is much optimized and fast but the same can not be used in this use case.
    That is the reason SAP don't recommend to have TDMS run in same system.

  • Cisco Load balancer and Web Dispatcher to the same portal

    Hello Experts,
    We have implemented intranet portal with Cisco as the load balancer. Now we need to expose this intranet to the outside world as an extranet portal. So the same portal will be accessed from both intranet and from outside. We are thinking of installing a web dispatcher in the DMZ so that outside users can access the Web Dispatcher URL to access the intranet portal. In effect intranet users will use load balancer and extranet users will use Web Dispatcher to access the same portal. Now my question is if we configure Load Balancer and Web Dispatcher to the same portal, will the portal be able to load balance properly? Is this the right approach?
    Thank You,
    mansooralip1

    Dear Andrew,
    We need to provide access to our intranet to some outside companies for them to also use some of our portal applications. As per your answer, I understand that I can configure Web Disptacher to talk to the Cisco Load Balancer of our portal. In this case Web Dispatcher will work just as a reverse proxy. But when I discussed this with one of our basis resource, he told me that when we install and configure Web Dispatcher, it always ask for the Message Server URL and Port number, even if I just want to use Web Dispatcher as a Reverse Proxy. If his concerns are valid, I do not think I will be able to configure Web Dispatcher to access the cisco Load Balancer because I cannot put Cisco load banacer URL and port instead of the Message Server URL and Post Number. Can you kindly share your comment on the same?
    Now the second part of my question, if Web Dispatcher cannot be configured to talk to Load Balancer(as mentioned by our basis resource), I will have to use two load balancers. One web Dispatcher in DMZ as a Load Balancer *** Reverse Proxy for the external users. Second the internal Cisco Load Balancer for the intranet users. So the same portal will be accessed by two load balancers. My question here is, in this set up, can the portal work efficieintly here by distributing equal loads two both the server instances?
    Thank You,
    mansooralip1

  • Control surface and interface at the same time

    Is it possible to plug in a control surface and an interface at the same time? My plan is to use a Mackie Control Universal Pro (USB) for my control surface and a Focusrite Saffire Pro 40 IO Firewire Interface for monitor use during mixing. Will Logic Pro 9 allow me to do this?

    Thank you

  • PPDS: I have a setup matrix in SAP ECC 6.0, and want to transfer the same to APO using Core Interface.

    PPDS: I have a setup matrix in SAP ECC 6.0, and want to transfer the same to APO using Core Interface. Has anyone done it before?

    Hi Subhash,
    Please open this link to see the details:
    http://help.sap.com/saphelp_scm70/helpdata/EN/89/bd3e42ce98033be10000000a1550b0/frameset.htm
    You perform the data transfer in the following sequence:
    Plant
    Setup groups
    Work centers
    Routings
    You check the setup groups in SAP APO.
    You create the setup matrixes in SAP SCM.
    Thanks, Marius

  • IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend's

    IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend’s PC. How do i get both my IPAD devices to display the PDF icons/attachments? Bearing in mind if i open the same email over the internet the PDF Icons/attachments display OK!
    Has anyone come across this? Your advice/help would be most appreciated

    This happens to me all the time.
    If is a one page PDF it seems as though it comes over already open and inline in the body of the email. Multiple page PDF files show as the PDF icon.
    I can't find any official documentation of this - other than based on my own experience with PDF attachments in my various email accounts.
    Message was edited by: Demo

  • The buttons in main the vi get locked after opening a vi reference in a subpanel and using buttons within the subpanel.

    I am trying to open a reference to a vi in the subpanel of the main vi. However after the vi opens in the subpanel and after pressing a few buttons in the subpanel the buttons in the main vi get locked, i.e. I can't even close the main vi or control anything else. Is there any way how I can avoid this happening?

    > The buttons in main the vi get locked after opening a vi reference in
    > a subpanel and using buttons within the subpanel.
    >
    > I am trying to open a reference to a vi in the subpanel of the main
    > vi. However after the vi opens in the subpanel and after pressing a
    > few buttons in the subpanel the buttons in the main vi get locked,
    > i.e. I can't even close the main vi or control anything else. Is there
    > any way how I can avoid this happening?
    This is most likely happening because in either the top or sub panel,
    there is an event structure that is queuing events, and is set to lock
    the panel until the events are handled, and because of the logic in the
    diagram, the events aren't being pulled from the queue.
    So, you have a deadlock. You are waiting
    on the panel. The panel is
    waiting on the diagram. And the diagram is waiting on something else.
    So, if there are indeed event structures involved, determine where in
    the diagram things are delaying. Also, if you do not need the panel to
    lock until the event is handled, you can change the setting in the
    events dialog on the structure. But the events will still be queued
    until the diagram starts executing.
    Greg McKaskle

  • I have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency. and I need to work on music not only in time but the

    i have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency.
    and I need to work on music not only in time but the battery after that.
    I ask for help please

    Thanks for the swift reply, I have been looking online and a loose plug seems to be somewhat of an issue with many, I hope mine is actually a problem and not what others are experiencing. It's taken me this long to even reach out for the simple fact I HATE being a complainer but this is just horrible.
    Do you have an iPad 3 as well? And is yours not experiencing any issues close to mine?
    Thanks again!

  • Hi, Ive been trying to hook up my M-Audio interface to my Mac Book Pro 15 laptop and it doesnt have the same size firewire port is there some kind of adapter i can buy?

    Hi, Ive been trying to hook up my M-Audio interface to my Mac Book Pro 15 laptop and it doesnt have the same size firewire port is there some kind of adapter i can buy?

    Just Google for a Firewire 400 to Firewire 800 cable, you are sure that this is what you have I hope?

Maybe you are looking for

  • Adding Signal Processing vi to application causes exe not to work

    I am having a problem with building an exe that I hope someone can help me with. I have a LV2010 (10.0.1) project that I a build into an exe. This has worked fine and the exe works as it should. My problem starts when I add a vi.lib (Extract Single T

  • Reboot makes Apple TV reappear in iTunes

    I just wanted to add some more circumstantial evidence regarding the disappearing of Apple TVs from iTunes. I just had that happen. Power-cycling, quitting and re-launching iTunes, and logging in and out all didn't help. This was using an Open Direct

  • What software is required?

    I want to develop desktop based application inlcuidng animations. Please suggest me with the easiest software and coding language. The project is basically an accident simulator. We are planning to have set of buttons in the toolbar(draw road, inset

  • 1099 Misc IRS file

    Hi Team , After implementing the SAP Note 1666672 for US legal changes 2011, In 1099 Misc IRS file house number is missing . Could you please help on this .. Thank You Jagadeshwar.G 91-9676486129

  • Having trouble with the move tool not working....   also I cannot seem to crop.... my cloud says I'm up to date, should I

    I seem to be having all kinds of trouble with Photoshop CC2015 and CC as well.... I cannot use the move tool. Also have a heck of a time cropping, will not let me select a crop, are there glitches I'm not aware of???