The AAA for PIX515E 6.3 rules (5)

Hello. If I wanted to configure the PIX for the authentication of an ACS server (for the purpose of management of PIX), what else would need apart from what follows:

AAA-server Admin-FW Protocol Ganymede +.

AAA-Server Admin-FW max-failed-attempts 3

AAA-Server Admin-FW deadtime 10

!

AAA-Server Admin-FW (inside) host 192.168.2.9 access timeout 10

!

console series FW-Admin-AAA authentication

Console telnet authentication AAA Admin-FW

authentication AAA ssh console Admin-FW

As far as I KNOW, I did not specify which IP addresses can someone telnet from to connect on the PIX. I tried the following, but I do not know I did not provide the correct instructions:

the AAA authentication include telnet inside 192.168.0.0 255.255.0.0 Admin-FW

... and I have a username / password to invite him on the PIX but it keeps asking for a user name and password. I know my account GANYMEDE is good because I can connect on the routers with the same details as what I use to authenticate on the PIX.

I also ran a debugging on the PIX when I was trying to authenticate. The output is attached.

Thank you

Timothy

Hi Tim,.

There is no need to order,

the AAA authentication include telnet inside 192.168.0.0 255.255.0.0 Admin-FW

Try it now and see if you get hits on ACS. Incase it is not working, pls get again him debugs.

Thank you

Jagdeep

Tags: Cisco Security

Similar Questions

  • Test command of the AAA for EAP - TLS authentication for wireless users

    Hi all

    Can anyone suggest me the test command to verify the eap - tls authentication for the Cisco WAP's wireless.

    If it's an authetication jump we can use the command to test the connection below

    Radius of group aaa Testwap-01 #test [email protected] / * / o4 & yJ) NoL$ new-code %0
    Trying to authenticate with the server radius group
    User successfully authenticated

    But eap - tls is not delivered with the password. He insists that for the user name.

    We strive for remote location then test remotely before production.

    If someone help pls in that if we have a command to test or debug command to test this authentication.

    EAP - TLS requires a client certificate. How can you have a simple command that analysis without loading any certificate on the router/switch? It does not exist. This is why eap - tls is not considered an easy to deploy eap method: because it can go wrong on several levels.

    The aaa command test performs a PAP authentication, therefore, it tests the connectivity of the base RADIUS and name of user and password.

    If it works, the only thing that can break for eap - tls are certificates, as well as the radius server will be able to tell if something worng.

  • Adjust the threshold for rule interrupts

    Hello

    Can someone help me change the thresholds for the interruptions of rule? It seems to make use of an internal function called thresholdState(#interrupts#) to determine criticality. This user is editable to change the thresholds, or at least to understand the condition behind it?

    Hello

    If I understand this rule is using the Intelliprofile feature. If you search for "thresholdState" on this page of the documentation , you can find the article that explains it. I say think because I watched this metric in the documentation and it does not say that there was a defined threshold IntelliProfile, as for other measures. Maybe it was an oversight of the documentation. He certainly looks like he got IntelliProfile thresholds in the topology for this measurement model, see example on our Linux servers, showing a Normal state:

    If the answer to your question, yes the thresholds are user editable but maybe not in your way of thinking. As there is a threshold of IntelliProfile it is based on the deviation from the baseline, whereas you would have to change the threshold of IntelliProfile beaches. I don't think that's what you want with your question.

    Hope that helps.

    Kris

  • ACS 5.4 ASA 8.2.5 disable AAA for the particular user

    Hello!

    I want to disable journaling Ganymede + for the particular user. This user is used only for automated (python script) pooling of vpn tunnel ASA (limited command set - permission on ACS) group to verify the number of users authenticated via VPN. The problem is that this user generate a bunch of logs according to authentication authorization and accounting on ACS. Is there a solution, disable Ganymede + newspapers on ACS for this particular user? Maybe it is possible to modify the AAA on ASA to not connect this particular user?

    Thanks in advance.

    Hi Pawel,

    You can create filters collection for that specific user. When you configure monitoring filters & Report Viewer does not record these events in the database.

    Navigate to: Configuration of the analysis > System Configuration > filters Collection > add a filter

    What follows is the attributes that can be used. You must use the user.

    -Access service

    -User

    -Mac-add

    -Nas - IP

    Example: We get several hits of ASA by 'user' and we want ACS to ignore it. Create a filter by using the user. ACS must now ignore any attempt from the IP Address of the NAS.

    Jatin kone
    -Does the rate of useful messages-

  • Severity of the error for Agent of LogFilter and rule

    Hello

    When you change the list of messages of LogFilter trap, you get to choose the severity of the error and a Message from the user for the particular match strings:

    I already know how to make the message to display in the body of the e-mail message, but how can we get the string the severity of error to be displayed in the subject line?  If I use @foglight_severity_level, it returns 1, which is the level of seriousness for the real LogFilter rule.  If I use @foglight_severity_level_name, this returns fire, which is the name of the level of seriousness for the real LogFilter rule.

    Given the ability to choose the level within the list of messages of Logfilter trap, there must be an easy way to get this as a variable to use in an e-mail subject line?

    Thank you

    Brian

    Hello everyone

    I finally managed to get this working.  I created a new Expression called error using the following code:

    def controls = checkObservationAlarms (#LogFilter_ErrorVerbose to 1ms #,)

    {the entry->

    If (entry.get ("Severity") == "WARNING") {}

    return 2;

    }

    If (entry.get ("Severity") == 'CRITICAL') {}

    return 3;

    }

    If (entry.get ("Severity") == "FATAL") {}

    return 4;

    }

    return 0;

    },

    {entry, severity-> {switch (severity)}

    case 2:

    'WARNING '.

    case 3:

    return "criticism";

    case 4:

    return "Fatal."

    by default:

    Return ' ';

    }}, @foglight_rule_id);

    If (checks.size () > 0) {}

    return checks [0] [1];

    } else {}

    Return ' ';

    }

    .. who I picked up community forums.  I also created an additional call to the UserError Expression that takes the custom error that you provide in the trap of messageliste within the agent that uses the following code:

    def controls = checkObservationAlarms (#LogFilter_ErrorVerbose to 1ms #,)

    {the entry->

    If (entry.get ("Severity") == "WARNING") {}

    return 2;

    }

    If (entry.get ("Severity") == 'CRITICAL') {}

    return 3;

    }

    If (entry.get ("Severity") == "FATAL") {}

    return 4;

    }

    return 0;

    },

    {entry, severity-> {switch (severity)}

    case 2:

    Return entry.get ("User_Message");

    case 3:

    return "" + entry.get ("User_Message") + "";

    case 4:

    return "" + entry.get ("User_Message") + "";

    by default:

    Return ' ';

    }}, @foglight_rule_id);

    If (checks.size () > 0) {}

    return checks [0] [1];

    } else {}

    Return ' ';

    }

    The most attentive of you will notice that case 2 has a different format in the box 4-3 and case in the above.

    Part of the reason for this rule takes so much time programming is that if I made a change to the rule code (for example change WARNING WARNING in the case statement of the first code), Foglight would not record the change and would rather a null value or an empty value.  Weird next workaround often worked: I would like to return to what it was originally, trigger the alarm, change to what it should be, the alarm and continue to do that until the change has been recognized by more.  For the above code, no matter how many times I changed the cases 3 and 4 to resemble the presentation of case 2, I could never make it work

    This behavior has only affected this particular rule; other custom rules that I programmed in the past have been absolutely perfect.

    My matiere2 line becomes:

    @ServerName: @Error: @UserError

    (@ServerName is set elsewhere) which gives a very nice:

    Some.Server.com: caveat: NetWorker backup failure - backup failed

    .. What is exactly what I'm looking for.

    Brian

  • Use aaa for activate the prompt?

    Hello

    Currently, I don't know how to have a lot of users with different password. My switches are 2960.-s.

    configuration of the AAA:

    AAA new-model

    AAA authentication login default local

    user:

    username privilege 15 secret 5 scd $1$

    username privilege 15 secret 5 ospt $1$

    username privilege read 7 secret 5 $1$

    When I try to connect to my switch, I enter my user name and my password, but I'm not in enable mode, then I go to activate, but the switch don't ask me a password. It is not a problem with a user name, but it's the same with a username current as read...

    I try to enter this command:

    "Enable secret mypassword>.

    In this case, all users must enter mypassword ! How do I activate with password of the user with local basis?

    Best regards

    Here's another option:

    We are at half-way to make this work. You already have authentication going on locally; We should be able to reach the authentication of the user privilege assigned using the authorization.

    AAA new-model

    AAA authentication login default local

    AAA authorization exec default local< once="" you="" add="" this="" the="" switch="" will="" place="" the="" new="" authenticated="" user="" into="" the="" correct="" privilege="">

    Users will not ask the enable password, but will go directly into enable mode. You could confirm the level of privileges assigned to the user with the command of private show.

    The original enable password/secret would still be there, if you allow users access to the enable command, then they can always pass in the full privilege mode (15). This can be avoided by giving users a lower privilege level, then by moving the enable command up to a higher privilege level.

    I don't have a switch with me at the moment to test the CLI, but I think the command to change the privilege would be:

    Switch (config) #privilege exec level X enable

    where X is the new privilege evel. Of course, the junior user should be at a lower level in order to not reach the command.

    HTH,

    Did you find this post useful?

  • How to make boxes to the letters for my alias iCloud in Mac Mail

    How to make mailboxes mailbox for my alias iCloud in Mac Mail?

    I have just set up my e-mail address of iCloud for the first time.  I had an Apple account for many years, but had not hitherto iCloud email address.  After that, Mac Mail automatically created an Inbox and an Outbox called, "iCloud" in the Mac Mail.

    Following the instructions I found online from Apple, I created an alias.  I would like to create the mailbox for the alias. How can I do this?

    Because it cannot be changed or deleted, I won't use my "main" iCloud address email for anything whatsoever.  Everything will be done by one or two aliases.

    Thank you for helping.

    You can create a folder for iCloud in the same way, when you create folders for any of your e-mail accounts. However, I suspect that you hope to create an Inbox specially for your alias addresses, which you can not do so. Aliases are aliases for your primary address, they are not different addresses, as such mail to your iCloud address and it's aliases are all moving in the same Inbox.

    What you can do is create a folder for mail addressed to your alias and create a rule to move relevant mail in the Inbox in this folder.

  • Fill in the page for the site test under design Web does not appear in firefox. I have to zoom out to the page to appear. What is the problem?

    Hello

    I am designing a Web test page and it looks wrong in firefox... half top of page Web appears and I have to press ctrl and - to see the whole page... also, even when I see the entire page, the right scroll bar that appears on every Web page does not appear? What could be the problem? Any help will be appreciated.

    The missing scroll bar is caused by the position: fixed; and top: 0px; rules.

    DIV .header also has a height: 100px which is not correct.

    .header {
    background-image: url(images/bg-header.jpg);
    padding: 0px 0px 0px 0px;
    height: 100px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 50;}

    A good place to ask for advice on web development is to the 'Web Standards Development/evangelism' MozillaZine forum.

    Aid to this forum are better informed on issues related to web development.

    You must register on MozillaZine forum site to post in this forum.

  • Photo, what are the criteria for images selected from the collections of photos?

    With Photo on my Mac when I'm in the view "of the years', I see all my photos. When I switch to 'Moments' I see all the photos, especially older. When I go to "collections", then I self pictures? What are the criteria for images selected in 'collections' of photos? Thank you

    You should see all the photos in the Moments, the years, Collections, unless you have the "Summarize" option enabled in Photos > Preferences > General.  Then some pictures will be omitted, but the rules are not documented.

  • What is the secret for the Apple passwords?

    I'm really getting upset with Apple confused password security protocols.  It lasts for years and I need to know the terminology and protocols for different Apple applications.  After be locked and need to reset, I learn only that there are different protocols for:

    • iCloud
    • Apple TV
    • This forum
    • iTunes
    • Forum iPad
    • Maybe others

    Apparently, there are different terms:

    • Apple ID
    • Username
    • Password
    • iCloud security code
    • Maybe others

    I wrote various combinations of my email, username, PW, cryptogram, Apple ID and perhaps other safety information.  They are not the same for different Apple products.  If I do the incorrect entries for a small number of tests, I get locked and am forced to reset the terms.  Then, I use the new conditions for a different product or a utility and get locked again.

    Can someone direct me to a site that lists the 1. Apple product/utility (AppleTV, iTunes, forums, etc.) and 2. the term used for safety (PW/user/email/ID Apple/etc name) and which combination of these elements is acceptable?

    Also, continuing my rants, it would be good if the Connect dialog box would be easier to use and warn the user of the number of trials authorized and an indication of the correct answer as "usually your email" or "case sensitive" or "L * 02".»  I can't believe that robots or hackers are so sophisticated that it can crack most of the indicators that provide other sites.

    There are a few things that have changed a few years ago:

    • Frequently asked questions on the audit in two steps for Apple ID - Apple Support

    • The audit in two stages and SMS - Apple Support

    • Authentication two factor for Apple ID - Apple Support

    You can choose to limit the number of AppleIDs to an AppleID; If you have two.

    They can be combined; I have only one. Don't see a need right now to learn more.

    Unless your situation has changed by intention or by accident.

    Apple ID FAQ - U.S. Apple:

    https://appleid.Apple.com/#! & page = faq

    Restore your AppleID - Apple:

    https://iforgot.Apple.com/password/verify/appleid#! & section = password

    It's a problem for a few years; There are new solutions to some, now:

    http://www.Engadget.com/2011/06/17/multiple-Apple-IDs-frustrated-by-apples-no-co consolidation policy.

    Even if someone is old AppleID is based on an address email of non-working, which can

    be changed; Apple support has articles and if you happen to have a new product

    their best help is free, if you can ask a question that relates to the newest one.

    Sometimes an older password will have been too easy for someone to guess or something.

    An automated system that can run through dozens of probable combinations a second, one

    kind of like a phone dialer automated, but more sophisticated, can possibly guess a lot.

    If it's a good idea to change your passwords to connect & use juxtapositions of letter/number.

    A little over a year ago, when I bought a new Apple product and asked

    use only he, my password was deemed not safe; changing it & then found

    my name associated with features I had no intent to use, (he signed me up to iCloud, etc.)

    I had to change the password again to a more complex than the previous. And for some

    reason, the Apple system he treated as a completely new AppleID. If the account is not affected.

    There is a little financial investment by some detective for private information and

    of them are not supposed to do this according to the rules of law. Others have paralegal rights

    to think that they can do, and then there are these adware scams where people give up everything

    their passwords and access computer or peripheral rather than learn how to remove the pop up windows.

    Because there are several angles, simple things involve practices secure to avoid user

    the bad guys to get an advantage. And avoid giving too many different pieces of the

    puzzle online because they can be easily locked to new car computers to do.

    (Avoid calling a phone number in a pop-up message to scam on the computer, for example;

    the scam of cale-hostage initially is easily ignored by force – enough of the browser; then launch

    the browser with extensions disabled; "or with physically cut internet access).

    Anyway, I'm not sure that I answered no questions, but the links above explain the most recent

    security aspects in the relationship between devices and Macs; and the sharing of information between

    them is also an area where caution is required. Avoid sell or give a device

    or a computer unless you have actually done ready for resale; by Apple support articles.

    I hope that you will get answers to the questions you are asking here.

    Good luck in this case!

  • Change the path for every 24 hours

    I need a code to vi to change the path for each new file created. The file in the path will be a new file. Please please answer me.i don has an idea.

    The pseudo-code for this is

    IF (NEW FILE IS AVAILABLE IN THE FOLDER)

    {

    PERFORM THE CALCULATION IN THE OLD FILE;

    CHANGE THE OLD FILE INTO THE NEW FILE;

    }

    ON THE OTHER

    {

    LOCATE THE NEW FILE;

    }

    Please, please make the answer.

    As well as the tutorials in the link rules mentioned, Sam notes where it says don't not to communicate directly with users.

    You're going to have these, I think:

    "Give me six hours to chop down a tree and I will spend the first four sharpening the axe.  -Abraham Lincoln

    Here are some free training focused mainly on LabVIEW and hardware tools to help get started.

    Training center of NOR

    NEITHER start-up

    -Hardware Basics

    -Guide of MyRIO project Essentials (a lot of good simple circuits with links to youtube events)

    -LabVEW databases

    -DAQ Application tutorials

    -CRIO Developer's guide

    Learning OR training videos resources

    Introduction to LabVIEW for 3 hours

    Introduction to LabVIEW for 6 hours
    Paced self-study for students
    Self Paced Training beginner to advanced, required SSP
    LabVIEW training Wiki

  • No drivers available on the HP for M476dw website

    I've implemented a new MFP Laserjet M476dw with OS X. I couldn't access the drivers on the HP (case Ref 3011565220) website.

    I'm not loving the new process to the drivers however. This seems to involve putting the CD in the CD drive (assuming you have one - many Macs these days only) and clicking on the link to download the HP software . This takes you on the HP support site, if it is not smart enough to take you to the specific URL for the product you have purchased. Also, after you select the model number of the printer, I get to the page:

    http://WWW8.HP.com/UK/en/support-search.HTML?tab=1#! & qryterm = M476dw & search_searchtype = s-002

    It contains a link to the page of the drivers for the printer - but it does not work. Safari reports:

    Could not open page

    The service or the information requested is not available at this time.

    Please try again later.

    (Error: system-applsrv_unavail)

    He is incredibly no way to report it on the site itself, so I called the Office to report a broken link. It took about 20 minutes to navigate in the reception, where they denied that the printer has been saved (then admitted that it was), then said it was out of warranty (purchased from HP Store 2 weeks). Wanted me to a copy of the invoice by e-mail. Finally agreed to put me through to support. Got a very shady tech who wearily told me that 'the site was' and had been all day. Noticed that I tried to access the drivers repeatedly for about a week, so I asked if the site was as such (it was clearly not down - maybe he meant were parts of it), maybe it was indeed a broken link. Would not admit this as a possibility and said that the problem would be solved by end of today (16 January 2015). Was very sullen.

    Moral of the story? Put the * ing drivers on the * ing CD! Or run the risk of site malfunctions serioulsy boring people who did a job to do and do not have the time to deal with this epic level of inefficiency.

    I have

    It is a forum of consumer to consumer.

    Anyone not representing HP will respond to all messages here.

    You're wasting your time editorial on this forum. "because nothing will happen.

    You can access this support page as well as the drivers you need.

    http://h20564.www2.HP.com/hpsc/SWD/public/readIndex?sp4ts.Oid=6457973&lang=en&cc=us

    The site of business support is declining.

    Please read the forum rules before spouting off the power.

    http://h30434.www3.HP.com/T5/rules-of-participation/rules-of-participation/m-p/252325/highlight/true#M1

  • I still get the update for 2005 express edition SP4 on my automatic updates

    Windows XP version 2002 the home Ed.

    I have Windows XP Home ed. 2002 version on my laptop, I get the update for 2005 express edition SP4 on my automatic updates. Should I ignore it?

    You missed to type exactly what says the photo at the top of the first window I had open to you.

    You typed the name of the product by typing the name of full patch available for you.  "Microsoft SQL Server 2005".  This is the product that is the update for.

    This site, the site of Windows/Microsoft updates and - well - any web site of Microsoft is not * my * web site.  Like you and many others who ask questions and answers on this forum, I am just a user of the products in question.  You do not normally talk to Microsoft in any direct way (or representative) in these forums.  There are Microsoft employees that could pop and answer a few questions here and there-, but for the most part paert - just people devote time and knowledge freely.

    Now, back to your question.  Looking at article in the Knowledge Base Microsoft (KB) for the update that you say is offered:
    http://support.Microsoft.com/kb/2463332

    He said one of these products:

    • Microsoft SQL Server 2005 Analysis Services
    • Microsoft SQL Server 2005 Developer Edition
    • Microsoft SQL Server 2005 Enterprise Edition
    • Microsoft SQL Server 2005 Enterprise Edition for Itanium-based Systems
    • Microsoft SQL Server 2005 Enterprise Edition X 64
    • Microsoft SQL Server 2005 Express Edition
    • Microsoft SQL Server 2005 Express Edition with Advanced Services
    • Microsoft SQL Server 2005 Reporting Services
    • Microsoft SQL Server 2005 Standard Edition
    • Microsoft SQL Server 2005 Standard Edition for Itanium-based Systems
    • Microsoft SQL Server 2005 Standard Edition X 64
    • Microsoft SQL Server 2005 Workgroup Edition
    • Database internal Windows

    Could be the reason that this particular update is offered.

    As a general rule, given you have Windows XP, would you install updates critics/high-priority updates from Microsoft, or Microsoft/Windows Update web site.  The optional parameter is only... As an option.  Most of the people here would agree - you should avoid all non - Microsoft drivers for hardware devices available from automatic updates from Microsoft, or Microsoft/Windows Update web site.

    -If you install this update?  Yes.

    Why?  You have the a product mentioned above installed and it needs patches.

    What happens if you have trouble to install the update?  The web page I've linked to the KB article has a section "Troubleshooting Windows update issues" - use if you have problems with this update of Windows.

  • The formidable problem of Connectivity Bluetooth in Windows Vista continues to baffle. Here's my story and the cry for help!

    System:

    Dell XPS M1530 - Windows Vista HP SP1

    Device Manager:

    Bluetooth radios
    -Dell Truemobile 355 Bluetooth + EDR (driver 6.0.6001.18064, 21.06.2006)
    -Microsoft Bluetooth enumerator (driver 6.0.6001.18064, 21.06.2006)

    Other devices
    -Device Bluetooth device
    -Device Bluetooth device
    -Device Bluetooth device
    -Device Bluetooth device
    -Device Bluetooth device

    Additional information:

    There are NO NOKIA SOFTWARE currently INSTALLED.  I had the version more up-to-date of Nokia PC Suite installed earlier today, but I uninstalled it to rule out it as the cause of the problem.

    Objective:

    To be able to connect my phone Nokia E50 in my XPS and synchronize etc...  It's a thing that I was able to do in the past (not sure how long ago), but now I'm having these problems.

    Problem:

    When I turn on my Bluetooth connection it starts to search for drivers of devices at random (see above).  He is unable to find the drivers for them and Windows problem reports & Solutions (WPRS) says that there is a problem with my Nokia cell phone.  However, as above, I uninstalled Nokia PC Suite and Nokia ALL entries from the list of programs in the control panel.

    I'm also be prompted by WPRS to consult the Broadcom website for driver updated also, but surprise surprise their Bluetooth software upgrades are not available now.

    I spent almost 3 hours to try to rectify this problem until today and I have tried at least four different solutions of various Web site, including this one.  From what I've read, it's an extremely widespread problem that seems to have no infallible solution, which is a bit ridiculous because it is only a problem of Bluetooth connection!

    So my questions are:

    1. Why is it I'm being invited to check the Nokia website when all of Nokia is uninstalled?
    2. Why is it I'm being invited to visit the site of Broadcom also?
    3. why my system tries to install five devices that do not exist whenever I power on Bluetooth?

    I suspect that it is a problem of Microsoft or Dell but don't seem to be able to solve.  All my drivers in Device Manager are up to date (at least I said that when I try to update, although I'd like to think that there has been updates since 2006?) so unless there is some hidden updates on the wwweb somewhere that I can't find so I'm puzzled.

    I know that people are probably sick of hearing about this problem, but it has not disappeared, so he needs to take care.

    Thank you for reading!  Signing the Ireland...

    Ronan:

    Hello, Ronan,.

    Thank you for visiting the website of Microsoft Windows Vista Community.

    I would like to respond to three questions of your message:

    1. Why is it I'm being invited to check the Nokia website when all of Nokia is uninstalled?

    It is possible that your software Nokia my not completely uninstalled. There may be services or registry information left behind. You can download the following utility and uninstall completely.

    Download the Windows Installer CleanUp tool to uninstall any remaining Nokia information.

    Installation of the Windows Installer CleanUp tool:

    Find the tool here: http://support.microsoft.com/kb/290301

    When you install the tool, you must be logged on as administrator of the machine.

    After you download the ms1cuu2.exe on your desktop, you will need to right-click on it and select "Run as Administrator" and you will need run the Windows Installer CleanUp utility from the start menu. It will be under programs and will be called "Windows Installer Clean Up.

    2. Why is it I'm being invited to visit the site of Broadcom also?

    Because Dell uses Broadcom, more than likely, you will be redirected there after installed Dell printer the standard utilities trying to solve this error message Bluetooth that happens.

    3. why my system tries to install five devices that do not exist whenever I power on Bluetooth?

    After you uninstall the Nokia Software completely, see if that solves the problem of device.

    I would also recommend, contact your provider of cellular service to support more.

    Here is more information on troubleshooting Microsoft bluetooth connectivity problems: http://windowshelp.microsoft.com/Windows/en-US/Help/11a74104-645d-40d4-b933-bde5d15537bb1033.mspx

    Please let us know if it works for you.

    Theresa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • prepare the config for the model/tool switches

    Guys,

    I'm trying to find out if there is a tool to prepare config Cisco routers/switches. I'm looking to prepare the basic config with some VLANS, static IP, etc. of the AAA. Should I use GNS3 as Simulator to simulate a router and configure it to serve as a model or if there is another free light weight tool where I can test config for typo errors or something.

    Thanks in advance!

    If you have existing switches just the running-config and get some simple editor like Notepad and change the IP addresses and other things

    Add No. SHUTDOWN on the interfaces, because by default they are not upward, and when you do a show running-config it does not appear as no. SHUTDOWN.

Maybe you are looking for