Turning off Authentication for a-sync line

I have authentication set up on my 3745 router. Installed in my router is a 16 port a-sync card. The line numbers on the async card are 65 through 80. I do not want authentication turned on for those lines.
I have tried "no login authentication" for each line number, but my users still get prompted.

try this,
aaa authentication login no-auth none
line 65 80
login authentication no-auth
Regards,
Prem

Similar Messages

  • Turning off logging for failed sync messages too

    HI,
    I was looking if we can turn off the looging of sync messages even if the message has failed
    if someone knows how to do that please let me knwo.
    Regards
    Nikhil

    Hi, Nikhil,
    By default the logging / saving up of Synch messages in the Database of XI is turned off. This is done to save memory space. But, if needed they can be truned on and the parameter LOGGING_SYNC is used for that.
    Likewise Trace_Level is used to set the trace level of your messages in MONI. If tace_level is 3 all steps are logged in MONI and this fills up the DB drastically. it should be used only for debugging purposes to understand the error / issue better.
    Trace_LEVEL should be set to 1 on a production system to make sure only limited logging of messages / steps happens in MONI.
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    if found worth pls do the req
    Thanx
    Sampath

  • Turn off authentication for airdrop?

    Does anyone know if there is a hack or way to disable the authentication associated with Airdrop?
    The concept of Airdrop is awesome and works great when you are physically near both machines, but if I am in a different room and want to copy something to the other computer it is a bit annoying...
    tia,
    Bill

    HI
    To remove the authentication you need to use "Certificate Authentication" in your SOAP configuration.
    To use "Certificate Authentication" you need to use Visual Admin -> Runtime -> Poilicy Configuration
    Follow this link - it will help to understand
    How to use Client Authentication with SOAP Adapter
    Thanks
    Gaurav

  • I tried to update the software for my iPhone 4S. It froze, and now won't turn off, or on, or sync.  Any ideas on how to fix this?

    I tried to update the software for my iPhone 4S, 16 GB to the most recent version (8.1?).  I don't know what I was updating from, because I can't access that, but it was whatever was installed on it (I got it about a year ago, so probably 6.something). 
    It froze, and now won't turn off, or on, or sync with my macbook plus, which is what I have always sync'd it to.  (I backed it up and sync'd it right before I tried to update the software.)
    Since it originally froze almost 3 hours ago, it shows a white screen with the apple on it and a line underneath.  When I try to sync with my laptop, it says it needs me to enter a passcode on the phone, which I can't enter because the screen is frozen.  So I'm unable to access the iPhone portion of iTunes.
    I have tried to turn it off, with no luck.  I have tried rebooting my laptop and syncing, but I still get the same result.
    Does anyone know how to fix this?
    I really wanted to wait to update the software, but I was having internet connectivity issues for the past 3 weeks, and Sprint suggested updating the phone's software.
    Thanks in advance for your help!

    Hi NWL1,
    Thanks for the question. If I understand correctly, the iPhone won't update and is stuck. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Grandkids set up ipad2 for grandma. Passcode forgotten and never used again.  The ipad was never turned off, and was never synced or connected to main PC.  No iTunes installed on PC.  Yesterday while visiting with owner, I downloaded an app for her.

    Grandkids set up ipad2 for grandma. Passcode forgotten and never used again.  The ipad was never turned off, and was never synced or connected to main PC.  No iTunes installed on PC.  Yesterday while visiting with owner, I downloaded an app for her.  It installed and restarted the ipad. Passcode is now needed. What to do?

    If Find my iPad was never set up then scroll down & follow the directions under Recovery Mode:
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support
    If it was and the activation lock is triggered, then you will need to know the original Apple ID & password that her grandkids used to set it up or have them sign into iCloud & remove the device from Find My iPad before you can Restore it.
    iCloud: Activation Lock
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account - Apple Support

  • Turn off FTP service via command line

    We are running a Mt Lion server.  The FTP Service quit working properly.  Instead of directing users to the FTP folder specified, users are just sent to the root of the OS drive.  We attemped to turn off FTP service in the Server.app, but FTP stays running even when Server.app lists it as off. 
    Is there a way to turn off FTP via the command line?   We can't seem to find it. The instructions we found online for 10.7 don't work.  We've tried rebooting the server and repairing permissions but the same problem exists.

    Finally, tracked it down thanks to the good people at CrushFTP http://crushftp.com
    Here is the command for anyone else that may be looking.
    sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist

  • How can I turn off messages for certain Action Center items?

    I'd like to find a way to turn off messages for Windows Update, Network Firewall and Windows Backup. Ideally I'd like to do it with Group Policy however I can't find a policy for this. We're deploying Windows 7 right now and we'll need a solution that's domain-wide.Orange County District Attorney

    Here's a script I made to uncheck Windows Update, Network firewall, Windows Backup for Windows 7 machines: (Just comment or uncomment both the Hold__ = True lines below)
    Note: this only un-checks the boxes
    Option Explicit
    Dim WshShell:Set WshShell=CreateObject("Wscript.Shell")
    On Error Resume Next
    Dim HoldReg, HoldProblem, HoldWindowsUpdate, HoldSpyware, HoldInternet, HoldUAC, HoldFirewall, HoldVirus, HoldBackup, HoldCheckUpdates, HoldTroubleshooting
    HoldProblem = False
    HoldWindowsUpdate = False
    HoldSpyware = False
    HoldInternet = False
    HoldUAC = False
    HoldFirewall = False
    HoldVirus = False
    HoldBackup = False
    HoldCheckUpdates = False
    HoldTroubleshooting = False
    Err.Clear()
    'Windows Update
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.103\CheckSetting")
    If Err <> 0 Then
        HoldWindowsUpdate = True
    ElseIf uBound(HoldReg) < 220 Then
        HoldWindowsUpdate = True
    End If
    Err.Clear()
    'Spyware
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.102\CheckSetting")
    If Err <> 0 Then
    '    HoldSpyware = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldSpyware = True
    End If
    Err.Clear()
    'Internet
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.104\CheckSetting")
    If Err <> 0 Then
    '    HoldInternet = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldInternet = True
    End If
    Err.Clear()
    'UAC
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{C8E6F269-B90A-4053-A3BE-499AFCEC98C4}.check.0\CheckSetting")
    If Err <> 0 Then
    '    HoldUAC = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldUAC = True
    End If
    Err.Clear()
    'Firewall
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.101\CheckSetting")
    If Err <> 0 Then
        HoldFirewall = True
    ElseIf uBound(HoldReg) < 220 Then
        HoldFirewall = True
    End If
    Err.Clear()
    'Virus
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.100\CheckSetting")
    If Err <> 0 Then
    '    HoldVirus = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldVirus = True
    End If
    Err.Clear()
    'Windows Backup
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{01979c6a-42fa-414c-b8aa-eee2c8202018}.check.100\CheckSetting")
    If Err <> 0 Then
        HoldBackup = True
    ElseIf uBound(HoldReg) < 100 Then
        HoldBackup = True
    End If
    Err.Clear()
    'Check for updates
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{945a8954-c147-4acd-923f-40c45405a658}.check.42\CheckSetting")
    If Err <> 0 Then
    '    HoldCheckUpdates = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldCheckUpdates = True
    End If
    Err.Clear()
    'Troubleshooting
    HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{A5268B8E-7DB5-465b-BAB7-BDCDA39A394A}.check.100\CheckSetting")
    If Err <> 0 Then
    '    HoldTroubleshooting = True
    ElseIf uBound(HoldReg) < 100 Then
    '    HoldTroubleshooting = True
    End If
    Err.Clear()
    If HoldWindowsUpdate+HoldSpyware+HoldInternet+HoldUAC+HoldFirewall+HoldVirus+HoldBackup+HoldCheckUpdates+HoldTroubleshooting <> 0 Then
        WshShell.run "rundll32.exe shell32.dll,Control_RunDLL wscui.cpl", 1
        Wscript.Sleep 1000
        WshShell.SendKeys("+{TAB}") 'shift-tab
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("+{TAB}")
        WshShell.SendKeys("{ENTER}")
        Wscript.Sleep 500
        WshShell.SendKeys("{TAB}")
        If HoldWindowsUpdate Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldSpyware Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldInternet Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldUAC Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldFirewall Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldVirus Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldBackup Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldCheckUpdates Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        If HoldTroubleshooting Then
            WshShell.SendKeys(" ")
        End If
        WshShell.SendKeys("{TAB}")
        WshShell.SendKeys("{TAB}")
        WshShell.SendKeys("{TAB}")
        WshShell.SendKeys("{TAB}")
        Wscript.Sleep 500
        WshShell.SendKeys("{ENTER}")
        Wscript.Sleep 500
        WshShell.SendKeys "%{F4}" 'alt-f4
        If HoldWindowsUpdate Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.103\CheckSetting")
            If uBound(HoldReg) < 220 Then
                MsgBox "Problem unchecking Windows Update"
                HoldProblem = True
            End If
        End If
        If HoldSpyware Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.102\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Spyware"
                HoldProblem = True
            End If
        End If
        If HoldInternet Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.104\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Internet"
                HoldProblem = True
            End If
        End If
        If HoldUAC Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{C8E6F269-B90A-4053-A3BE-499AFCEC98C4}.check.0\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Firewall"
                HoldProblem = True
            End If
        End If
        If HoldFirewall Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.101\CheckSetting")
            If uBound(HoldReg) < 220 Then
                MsgBox "Problem unchecking Virus"
                HoldProblem = True
            End If
        End If
        If HoldVirus Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{E8433B72-5842-4d43-8645-BC2C35960837}.check.100\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Backup"
                HoldProblem = True
            End If
        End If
        If HoldBackup Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{01979c6a-42fa-414c-b8aa-eee2c8202018}.check.100\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Backup"
                HoldProblem = True
            End If
        End If
        If HoldCheckUpdates Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{945a8954-c147-4acd-923f-40c45405a658}.check.42\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Check Updates"
                HoldCheckUpdates = True
            End If
        End If
        If HoldTroubleshooting Then
            HoldReg = WshShell.RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks\{A5268B8E-7DB5-465b-BAB7-BDCDA39A394A}.check.100\CheckSetting")
            If uBound(HoldReg) < 100 Then
                MsgBox "Problem unchecking Troubleshooting"
                HoldProblem = True
            End If
        End If
        If HoldProblem Then
            Wscript.Sleep 1000
            WshShell.run "rundll32.exe shell32.dll,Control_RunDLL wscui.cpl", 1
            Wscript.Sleep 1000
            WshShell.SendKeys("+{TAB}") 'shift-tab
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("+{TAB}")
            WshShell.SendKeys("{ENTER}")
            MsgBox "Please select options manually"
        Else
            MsgBox "Done"
        End If
    Else
        MsgBox "No changes made"
    End If
    Set WshShell = Nothing

  • How can I turn off imessage for just one of my contacts? Me and my husband just upgraded (both had iphone 4), I got the iphone 5s and he got he note 3. All my text to him automatically send as a imessage. Ive tried to delete his contact and then went back

    How can I turn off imessage for just one of my contacts? Me and my husband just upgraded (both had iphone 4), I got the iphone 5s and he got he note 3. All my text to him automatically send as a imessage. Ive tried to delete his contact and then went back in and reentered it but that doesnt work.

    Have your husband text the word "stop" to 48369. This should take his number out of the iMessage system.
    Go into your settings under messaging and make sure the box to send as an SMS if iMessage is unavailable is checked.
    Hopefully this will get your messages sending/receiving to each other.

  • Turn off iMessage for just one person

    I have one friend that I text a lot who has an iPhone and I want to be able to text her using text message instead of iMessage. Another one of my friends only has an iPod though, so I don't want to turn off iMessage. Is there a way I could turn off iMessage for just my one friend?

    Elisa523 wrote:
    I have one friend that I text a lot who has an iPhone and I want to be able to text her using text message instead of iMessage. Another one of my friends only has an iPod though, so I don't want to turn off iMessage. Is there a way I could turn off iMessage for just my one friend?
    No.
    They can turn off iMessage and they won't send/receive them

  • HT5362 How do I turn off notifications for Software Updates? 'App Store' doesn't show in the list of notification apps. I want the background checks for updates, just not the notifications.

    How do I turn off notifications for Software Updates?
    In the 'Notifications' section of the 'System Preferences' app, there is no tab for managing the notifications of System Updates nor App Store.
    Hey--- I like auto-checking for updates, and hey--- I like auto-downloading them in the background.
    BUT I do not like being notified of updates in the middle of working! Especially when it's iTunes updates. Grrrr.
    Any chance this is easy and I just missed it?
    THANKS COMMUNITY!

    Settings > Notification Center > Mail > Select the mail account (if more than one) > Alert Sound > None

  • Mail shows up in several different inboxes, including the one it was intended. How can I turn off notifications for these duplicate messages?

    I would like to turn off notifications for duplicate mail messages.
    Thanks,
    Ralph Sapertein

    Kurt told you how to turn it off. To learn the Spotlight differences between Tiger and Leopard, see http://www.pinkmutant.com/articles/Leopard/leospot.html and my mod to Finder's Find at http://discussions.apple.com/message.jspa?messageID=6725932 for what you can change so you can find stuff excluded by Leopard's default structure.

  • Turn off authentication in mountain lion?

    How do I turn off authentication in Mountain Lion?

    That's the way it works. You keep your files in your user space, not in root's.
    You can also use the /Users/Shared folder.

  • E71. How to turn off ringer for any contact in con...

    Hi
       Please can any one share how can I turn off ringer for any specific contact ?
    Regardds

    use your imagination: assign an empty mp3 file (or an "only silent" mp3 file) to that contact, it should work.
    GermanG from Argentina

  • How to turn off alerts for incoming emails

    How do you turn off alerts for incoming emails on the iphone?

    Settings>Sounds>Ringer and Alerts>New Mail>Off.

  • Can I turn off my display while syncing?

    I have an old laptop with usb 1.1 ports. Obviously syncing is extremely slow. If I want to load 12 GB worth of songs it can take hours. Does it harm or wear out the display or do I risk burning the image of the 'Sync in Progress' screen onto my display permanently if it takes eight hours to load that much data? Is there any way to turn off the display while syncing? Thanks

    No, you cannot turn it off.

Maybe you are looking for

  • Recommendations for a new monitor?

    Greetings, I'm looking for a new monitor for my Powermac G4 450 MHz AGP (sawtooth). I'm currently using a Formac Gallery 1740 after 6 years it's starting to faded out on me. I'd really appreciate any suggestion or Recommendations for a new one. Aisha

  • How do I create a list of Document workspaces

    Hello I can't find anything on how to create a list of document workspaces in a webpart. If I have a 100 workspaces I can't have the list sitting in the quick launch bar, so I thought that a web part would be the next best thing on a page. Could anyo

  • BACK ground jobs FIxing.

    HI Experts, How to Set a Background job to be fixed to run on a single Applicqation server if ther are multiple servers haring the Load of Processes.?

  • T500 - Random Shut Down After Screen Unlock

    Hi,  I have a T500 notebook and when I am away from my desk I lock the screen.  Randomly when I come back to my desk and unlock the computer it will shut itself down about 5 seconds after I unlock the screen. This is now a daily occurance. I am runni

  • Update clause

    Hello, I have an update clause, like: update persc           set nume = decode(r.id_tipperscon, 11, pnume),           ...That 'pnume' comes from a parameter. I want include this column('nume = ...') in the update clause only if pnume parameter is not