Cisco 877 router - Cisco IP phone won't register with SIP provider

Hi all,
I'm having a problem with a Cisco SPA504G phone not registering with the SIP carrier over the Internet. We've recently rolled out a Cisco 877 router onto a new NBN business connection and can't get the pre-configured IP phone to register.
When we tested the phone with the NBN-provided Netgear router, it worked fine, as it did with the previous Cisco 1841 router we were using on a different link.
The way it's setup is using VLANs to define the internal subnets, which are then assigned to the physical interfaces (since the 887 doesn't allow IP assignments to the interfaces directly).
VLAN 100 is the internal network and has a SBS2011 server – assigned to F0 – IP range is 192.168.1.0
VLAN 200 is the guest network and has Internet access only – assigned to F1 – IP range is 10.1.1.0
VLAN 500 is the WAN network and connects to the NBN upstream box – assigned to F3 – external IP address assigned by DHCP
I've been playing around with access lists, nat rules, basically everything in my limited Cisco knowledge to try and figure this out, but to no avail. I have even configured what I believe is unrestricted access to IP, UDP and TCP outbound and inbound to all VLANs and still can't get it to register.
Tried isolating the issue by creating a new VLAN and assigning it to the spare interface and basically allowing everything in and out, but still no luck.
The problem has to be something on the router – probably some small line of config I haven’t removed or added.
I am going to pull my hair out soon, so would really appreciate some assistance from the Cisco gurus out there.
My client has just purchased about 10 of these handsets from their provider so I need to fix this ASAP. The guy who provided them wasn't very helpful, and basically said I'm on my own once we tested using the NBN-provided Netgear router.
Happy to post my config as well.
Please help!!!!

Current configuration : 4912 bytes
version 15.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname Router1
boot-start-marker
boot-end-marker
no aaa new-model
memory-size iomem 10
crypto pki token default removal timeout 0
no ip source-route
ip dhcp excluded-address 10.1.1.1
ip dhcp pool GUEST
 network 10.1.1.0 255.255.255.0
 dns-server 10.1.1.1 203.50.2.71 139.130.4.4
 default-router 10.1.1.1
ip cef
no ip domain lookup
ip domain name network.local
ip name-server 192.168.1.123
ip name-server 203.23.53.12
ip name-server 197.12.32.86
ip name-server 8.8.8.8
no ipv6 cef
license udi pid CISCO887VA-K9 sn FGL171220XY
username admin privilege 15 secret 5 $1$aNsm$N1BCQYkoi8gnURyvloYEX/
controller VDSL 0
interface Ethernet0
 no ip address
 shutdown
interface ATM0
 no ip address
 no atm ilmi-keepalive
 bridge-group 10
 pvc 8/35
interface FastEthernet0
 description NAC - Internal network
 switchport access vlan 100
 no ip address
interface FastEthernet1
 description NAC - Guest network
 switchport access vlan 200
 no ip address
interface FastEthernet2
 no ip address
 shutdown
interface FastEthernet3
 description **** WAN Port ****
 switchport access vlan 500
 no ip address
interface Vlan1
 no ip address
 bridge-group 10
 hold-queue 100 out
interface Vlan100
 description NAC - Internal Vlan
 ip address 192.168.1.1 255.255.255.0
 ip access-group IN-100 in
 ip access-group OUT-100 out
 ip nat inside
 ip virtual-reassembly in
interface Vlan200
 description NAC - Guest Vlan
 ip address 10.1.1.1 255.255.255.0
 ip access-group IN-200 in
 ip access-group OUT-200 out
 ip nat inside
 ip virtual-reassembly in
interface Vlan500
 description **** WAN Vlan ****
 ip address dhcp
 ip nat outside
 no ip virtual-reassembly in
no ip forward-protocol nd
ip http server
ip http access-class 23
ip http secure-server
ip dns server
ip nat inside source list NAT-100 interface Vlan500 overload
ip nat inside source list NAT-200 interface Vlan500 overload
ip nat inside source static tcp 192.168.1.123 25 interface Vlan500 25
ip nat inside source static tcp 192.168.1.123 443 interface Vlan500 443
ip nat inside source static tcp 192.168.1.123 3389 interface Vlan500 3399
ip nat inside source static tcp 192.168.1.123 80 interface Vlan500 80
ip nat inside source static tcp 192.168.1.123 4125 interface Vlan500 4125
ip nat inside source static tcp 192.168.1.124 3389 interface Vlan500 3390
ip nat inside source static tcp 192.168.1.123 987 interface Vlan500 987
ip nat inside source static tcp 192.168.1.123 1723 interface Vlan500 1723
ip route 0.0.0.0 0.0.0.0 55.234.52.43
ip access-list extended IN-100
 permit udp any any range bootps bootpc
 deny   ip 10.1.1.0 0.0.0.255 any
 permit ip 192.168.1.0 0.0.0.255 any
ip access-list extended IN-200
 permit udp any any range bootps bootpc
 permit ip 10.1.1.0 0.0.0.255 any
ip access-list extended NAT-100
 deny   ip 192.168.0.0 0.0.255.255 192.168.0.0 0.0.255.255
 permit ip 192.168.1.0 0.0.0.255 any
ip access-list extended NAT-200
 deny   ip 10.1.0.0 0.0.255.255 10.1.0.0 0.0.255.255
 permit ip 10.1.1.0 0.0.0.255 any
ip access-list extended OUT-100
 permit udp any range bootps bootpc any
 deny   ip 10.1.1.0 0.0.0.255 any
 permit ip any 192.168.1.0 0.0.0.255
ip access-list extended OUT-200
 permit udp any range bootps bootpc any
 deny   ip 10.1.1.0 0.0.0.255 192.168.1.0 0.0.0.255
 permit ip any 10.1.1.0 0.0.0.255
access-list 23 permit 59.23.164.52
access-list 23 permit 192.168.1.0 0.0.0.255
access-list 23 permit 10.1.1.0 0.0.0.255
access-list 23 permit 120.146.0.0 0.0.255.255
access-list 23 permit 149.185.12.0 0.0.0.255
access-list 23 permit 110.44.28.0 0.0.0.255
access-list 23 permit 110.44.26.0 0.0.0.255
access-list 23 permit 103.25.212.0 0.0.0.255
access-list 23 permit any
bridge 10 protocol ieee
banner motd ^C
*      Authorized personnel only!       *
^C
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 password password01
 login local
 transport input all
end

Similar Messages

  • Why my phone won't sync with iTunes?

    My phone won't sync with my computer. it just stops at step 3 everytime it loads.
    Apps just won't transfer to phone.
    Please help.

    Nope, tried twice but doesn't change a thing.
    Thanks though!

  • HT4061 My phone won't charge with any battery what could be the problem?

    My phone won't charge with any charger what could the problem be?

    Dock connector. Try to clean out lint and dirt from the dock connector with a toothpick or paperclip and make sure there aren't any sprongs missing or damaged. Try another charger and/or a different outlet. Change the battery

  • I am trying to send a text message from my iPad when I enter phone number I get error message phone number not registered with iMessages  from contacts

    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.

    TestnTag wrote:
    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.
    The iPad is not capable of sending an SMS message so texts, pictures, etc., must go through iMessage.  The destination device must be registered with the Apple servers by turning on iMessage.  Therefore, the user with the iPhone must enable it for iMessage.

  • Turn Cisco 877 Router into RADIUS Server?

    Hi Guys,
    I was just wondering if it was possible to turn a cisco 887 Router into a RADIUS Server. What i wanted to do was setup my wireless AP to authenticate using RADIUS, but didn't want to setup another server for the purpose.
    Any ideas?
    Thanks
    Peter

    Nope, but you can turn a wireless AP into a radius server your AP could be the client and the server at the same time
    P.S. Cisco autonomous AP that is

  • Cisco IP Phone 7962 not registering with CME 9

    Dear Experts,
    I have CME router 2811 with 15 - 6921 phones and added 1 new Cisco 7962 phone. All the 6921 phones are registered and working fine.
    7962 phone does not register and the screen goes blank after the phone boot. Software version the phone is running is 9.3.1 SR2-1S
    Verified the CNF File is created
    tftp-server system:/its/vrf1/XMLDefault7962.cnf.xml alias SEP501CBFFC8735.cnf.xml
    Here is the configuration on the router.
    ip dhcp pool VOICE
       network 192.168.10.0 255.255.255.0
       default-router 192.168.10.1
       option 150 ip 192.168.10.1
    ephone-dn  11  octo-line
     number 2211
     label ABC 2221
     name ABC
    ephone  11
     device-security-mode none
     mac-address 501C.BFFC.8735
     type 7962
     button  1:11
    The results of the debug tftp events are as below -
    Oct 26 17:52:06.491: TFTP: Looking for CTLSEP501CBFFC8735.tlv
    Oct 26 17:52:06.595: TFTP: Looking for ITLSEP501CBFFC8735.tlv
    Oct 26 17:52:06.699: TFTP: Looking for ITLFile.tlv
    Oct 26 17:52:06.931: TFTP: Looking for SEP501CBFFC8735.cnf.xml
    Oct 26 17:52:07.487: TFTP: Opened system:/its/vrf1/XMLDefault7962.cnf.xml, fd 10, size 1278 for process 366
    Oct 26 17:52:07.495: TFTP: Finished system:/its/vrf1/XMLDefault7962.cnf.xml, time 00:00:00 for process 366
    Oct 26 17:52:09.799: TFTP: Looking for English_United_States/mk-sccp.jar
    Oct 26 17:52:10.119: TFTP: Looking for United_States/g3-tones.xml
    Oct 26 17:52:11.067: New Skinny socket accepted [2] from 0, sub 1 (15 active)
    Oct 26 17:52:11.067: sin_family 2, sin_port 49152, in_addr 192.168.110.30
    Oct 26 17:52:11.067: skinny_add_socket 2 192.168.110.30 49152
    Oct 26 17:52:11.799: Cannot find device entry on socket fd 7 for message 346
    Oct 26 17:52:11.799: Got wrong skinny message size 1836597052 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 824327534 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 1735289188 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 1007304255 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 1918987361 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 1632510061 on socket fd 7
    Oct 26 17:52:11.799: Got wrong skinny message size 1333032271 on socket fd 7 ... .so on
    Oct 26 17:52:11.815: Got wrong skinny message size 2622 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.815: Got wrong skinny message size 0 on socket fd 7.. so on
    Oct 26 17:52:11.883: Cannot find device entry on socket fd 7 for message 0
    Oct 26 17:52:11.883: Got wrong skinny message size -2056126442 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size -54584240 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size 3 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size 825045805 on socket fd 7
    Oct 26 17:52:11.883: Got wrong skinny message size 0 on socket fd 7
    Oct 26 17:52:21.915: Cannot find device entry on socket fd 7 for message 0
    Oct 26 17:52:41.995: Cannot find device entry on socket fd 7 for message 0
    Oct 26 17:53:02.064: Cannot find device entry on socket fd 7 for message 0
    ADVILLA-2811#
    Oct 26 17:54:24.556: socket 3 fatal error 260! can't read msg header with size -1, fd 3
    Oct 26 17:54:24.556:  it's a stale socket! delete it!!
    Please advise the issue.. thanks..

    This could be a compatibility issue. Looking at the feature matrix, 15.1 is CME8.8 and only has support for SCCP42.9-2-1S.loads. Even the latest CME (10.5) only has listed support for 9.2.1 on 7962.
    I would try downgrading the phone firmware to 9.2.1 and see if you continue to have the issue.
    Also, make sure you are advertising all the following files on TFTP:
    SCCP42.9-2-1S.loads
    apps42.9-2-1TH1-13.sbn
    cnu42.9-2-1TH1-13.sbn
    cvm42sccp.9-2-1TH1-13.sbn
    dsp42.9-2-1TH1-13.sbn
    jar42sccp.9-2-1TH1-13.sbn
    term42.default.loads
    term62.default.loads

  • SPA509G Phone won't reg1ster with UC320W

    I am having trouble getting a phone to register with UC320W. To eliminate extra issues, I have the phone locally powered plugged directly into one of the ports of the UC320W. The phone gets a DHCP address and I can web into the phone. Within the phone "Provisioning Status", it appears the phone is trying to connect to "https://prov.sipura.net:443". I did a factory reset on the phone. I am unable to login to the admin interface of the phone. Is there a way around this issue? Is there another reset to eliminate reference to "sipura.net". The UC320W is functional, it has the SPA509G configured and assigned an address but the phone does not register. HELP! Dave @ [email protected]

    Hi Dave,
    I would check to make sure that the phone is not a SPA509G-RC. If it is, it will not work on the UC320. The RC's are used for connecting to SIP providers.
    I hope that helps.
    Regards,
    Chris

  • Percentage of Phones won't register after CUCM 9.1.2 Sub and TFTP failover

    Hoping this has happened to someone else and they can shed some light on the subject.  I have a CUCM 9.1.2 cluster running, pub, 2 subs, and 2 tftp servers.  At the moment it's a small deployment so I have all phones registered to sub 01 as primary and using tftp01 as the primary tftp server.  In order to have some VMWare maintenance done I recently shut down the pub, primary sub and primary tftp server forcing the phones to use the other half of the cluster.  Everything there worked as expected, phones failed over, etc.  The problem occurred after the VMWare maintenance was done.  At that point I brought up the Pub and the primary sub (maintenance wasn't yet completed on the host that contained the primary tftp server).  After the primary sub was up and back online is where the problem started.  Random phones (all 8945 SIP that are all running the same firmware version SIP8941_8945.9-3-2-12) would just not register.  Some of them would show registered in CUCM, however they were non-functional as DNs weren't displayed, no dial tone, etc. Others would just not register all together.  In order to get a phone to register I had to perform a factory reset on the physical phone, if I did that they came back with no problem.  Later after the maintenance was completed on the host that contained the primary tftp server and I brought that back online, I still had issues with phones however just a power cycle was enough to get those phones registered.  I opened a TAC case one this but it ended up at packet captures and at that point ever phone I reset would just register correctly so I could never get an example of a phone that wouldn't register.
    I'm convinced it's certificate related and having to do with the trust list, which is why I believe the factory reset on the phone would allow the phone to correctly register.  There just doesn't seem to be any clear indication as to why it would be certificate related.  Names weren't changed on any of the UC servers, VMWare version was upgraded from 5.0 to 5.1 but I can't see how that would have caused certificate issues.  
    Any help would be grateful or if this has also happened to anyone I'd love to hear what you did to resolve this as for future maintenance windows I have to be confident that phones will be able to fail over between cluster nodes.
    Thank you,
    Alex

    So the phone is unable to authenticate the ITL it is getting or the new config file.  This could mean that the ITL is corrupt on one of the nodes or that TVS isn't working properly.
    I would try running "show itl" on each node and check the bottom of the output to see if the ITL is verified successfully.
    I would also make sure TVS is running on all nodes okay.
    You also should be able to just delete the ITL from the affected phones rather than doing a full factory reset in case this comes up again.

  • Remote C2901 MGCP gateway won't register with CUCM

    Hi, all,
    We have a central call manager, we are setting up a remote office with a C2901 voice gateway that has a T1 PRI, this gateway is being configured as a H.323 gateway, everything worked fine. Now I want to get SRST working such that when WAN goes down, employees can still make outbound calls and take inbound calls. I followed SRST documentations when configuring CUCM and C2901, I would say the documentations are clear and easy to follow -- only thing is there is no adequate explanation of why those commands need to be there and I can not get SRST to work.
    1), First, a basic concept question, why do we need to configure "ccm-manager fallback-mgcp"? or any MGCP related configuration on C2901? how does MGCP play the role in SRST? the router is configured as a simple voice gateway, when WAN is intact, we use H.323 protocol, when WAN goes down, we still don't need MGCP ...
    2), Assuming that we needed all those SRST related MGCP configuration, I would expect C2901 to register to call manager, but I could not get this device to register as a MGCP gateway, debug mgcp packets shows:
    *Sep  5 16:52:47.571: MGCP Packet sent to 10.128.181.5:2427--->
    RSIP 201356931 *@voicegw-remoteoffice.local.domain MGCP 0.1
    RM: restart
    <---
    *Sep  5 16:52:47.631: MGCP Packet received from 10.128.181.5:2427--->
    500 201356931
    <---
    I verified the domain name is exactly the same as the name configured on CUCM, I tried multiple time toggling ip domain name on C2901 also, somehow CUCM does not like RSIP message from C2901, I don't have knowledge to get debug information from CUCM side of why CUCM does not like the MGCP message sent by C2901
    3), When the communication is blocked from C2901 to central call manager (by using a simple ACL on C2901's default gateway device), I can still make the inbound call to an IP phone, which means, phones were correctly registered to C2901 when communication to call manager is broken, but I can not make outbound call, phones always get quick busy beeps, test call from C2901 itself (by using "csim start") is fine, which means dial-plan and ISDN/PRI is fine.
    I believe we are just doing very very basic configuration and this is a common scenario, what could I do wrong?

    You dont need the mgcp related commands if you are using H323. The commands that you need are:
    application
    global
    service alternate default
    call-manager-fallback (or) telephony-service and the relevant commands under it.
    Also make sure that SRST reference has been added to the DP and the phones reset after the change made. This is what tell the phone to register to the SRST gateway when the WAN is down. The IP specified in the SRST reference should match whats configured under call-manager-fallback.

  • My iPod said that it needed to do an update but halfway thru it stopped and said there was an error and now it's stuck with the apple and an empty loading bar. Also it won't register with my computer. Help?

    I plugged in my iPod and it needed an update. Before the update could complete it said there was an error and then closed the window. Now my iPod is stuck in the loading screen and won't register in iTunes. Please Help.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • HT4623 i have ios7 developer now i cant use my phone coz its sayin that my phone is not register with developer

    i am using iphone 5 now icant use ma phone because its saying ma phone is not registerd with developer

    Then you will need to post in the private developer forum. You do know where to find those, right?

  • Since updating to ios 7.1.2, phone won't sync with itunes

    I'm using a macbook pro with mavericks as well as the latest version of itunes (11.2.2). I had some minor issues with my iphone 4s and was told by a guy at the apple store to update to ios 7.1.2 (from ios 7), and since this whenever I try to sync (via usb cable) it gets stuck at 'waiting for items to copy'/'waiting for changes to be applied'. Cancelling the sync causes itunes to freak out and I end up having to turn everything off and on again to no avail, with no new items being copied to my phone at all.
    Is there anything I can do at all? Would it just be simpler for me to somehow undo the update to ios 7.1.2?

    Please provide more information about your setup: iTunes on Windows or Mac? What version of iTunes?
    When you say you "can't sync" do you mean the iPad doesn't appear in iTunes when you connect it or does it appear but give some error when you attempt the sync operation?
    If it gives you an error message when syncing, what does it say?
    If the iPad doesn't even appear in iTunes and you are using iTunes on Windows then read iOS: Device not recognized in iTunes for Windows
    If that doesn't work and the iPad still doesn't appear then try iTunes: How to reset the Lockdown folder.

  • 6.0 Dect phone won't connect with Skype or sign in

    I have a GE Dect 6.0 phone.  I have tried to Sign in over and over, and the the sign in fails over and over.  I do not have a landline.  Do I have to have a landline to sign in to Skype?  I thought I could use the Skype out only with Cable connection.  Please advise of what may be going wrong.  Thank you. 

    It may depend on the maker of the device.  I believe in most cases, you would not have to have a standard phone line.  It would seem to me to defeat the purpose.  As far as signing in, if you have a standard Skype ID, I don't see why it would fail if it works on a computer.  If you have a Microsoft created or Facebook created id (live:/facebook:, etc.) and the device does not have a Skype login interface designed for it (as of yet), using any live or facebook prefixes will not work.  Only a standard Skype ID should.

  • My I-Phone won't pair with my Motorola Roadster.  It used to work but stopped.  Works with other phones

    I have a Motorola Roadster that worked fine with my I-Phone for many months.  Some time ago, it would not recognize my phone when I got in the car.  I have messed around with re-booting the Roadster and turning both it and the phone off and on in different sequences without an luck.  When I try to pair them, I get a pop-up on my phone that says 'Connection Unsuccessful - Make sure your Roadster is turned on and in range'. 
    I did try my wifes phone, which had never been paired with the Roadster, and it worked fine, which leads me to believe I have some setting in the I-phone that is blocking the pairing.
    Any Ideas?

    Do you see the names and passwords in the password manager?
    Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    Make sure that you not run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing".
    See [[Private Browsing]] and http://kb.mozillazine.org/Issues_related_to_Private_Browsing
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    To see all History settings, choose: Tools > Options > Privacy, choose the setting '''Firefox will: Use custom settings for history'''
    UnCheck: [[ ] "Automatically start Firefox in a private browsing session"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    http://kb.mozillazine.org/User_name_and_password_not_remembered (bookmarklet)
    http://kb.mozillazine.org/Password_Manager (Troubleshooting)

  • My phone won't sync with itunes

    I plug my phone into itunes and it disconnects within seconds. I am trying to do the software update because all my apps crashed and I lost all my songs on the ipod feature. What should I do. I restarted the phone and the computer to no avail.

    I just don't get it. It says it is plugged in to itunes and that it is backing up the phone before the upgrade but the phone does not say syncing. What do I trust. Do i disrupt the itune hoping it is speaking with the phone. Of course I am on hold to apple. Probably spend about 3 hrs waiting for anyone.

Maybe you are looking for