Configuring HSRP in Cisco Switches using Dynamips

Dear Friends,         
  I am in process of configuring hsrp using dynamips   
   when i am putting the comand
    SW1(config)#standby 1 ip 10.1.1.10
                                           ^                                
  % Invalid input detected at '^' marker.      
   its showing error i,e the command is support by switch ios
  Please check the show version command for ios details
"SW1#sh version Cisco IOS Software, 3600 Software (C3640-IK9O3S-M), Version 12.4(7), RELEASE SOF TWARE (fc6) Technical Support: http://www.cisco.com/techsupportCopyright (c) 1986-2006 by Cisco Systems, Inc. Compiled Wed 01-Mar-06 00:58 by alnguyen  ROM: ROMMON Emulation Microcode ROM: 3600 Software (C3640-IK9O3S-M), Version 12.4(7), RELEASE SOFTWARE (fc6)  SW1 uptime is 3 hours, 13 minutes System returned to ROM by unknown reload cause - suspect boot_data[BOOT_COUNT] 0 x0, BOOT_COUNT 0, BOOTDATA 19 System image file is "tftp://255.255.255.255/unknown"    Cisco 3640 (R4700) processor (revision 0xFF) with 94208K/4096K bytes of memory. Processor board ID 00000000 R4700 CPU at 100MHz, Implementation 33, Rev 1.2 16 FastEthernet interfaces DRAM configuration is 64 bits wide with parity enabled. 125K bytes of NVRAM. 8192K bytes of processor board System flash (Read/Write)  Configuration register is 0x2102  "
Can anyone help me in solving this issue. Any kind of help is greatly appreciated

Hi,
SW1(config)#
you have to be in (layer-3) interface configuration mode, e.g. on a SVI:
R1#conf termR1(config)#interface vlan1R1(config-if)#standby 1 ip 1.1.1.1
Hope that helps
Rolf

Similar Messages

  • How can i configure hsrp in cisco 3850 switch please guide me

    how can i configure hsrp in cisco 3850 switch please guide me

    Hi Mauleshg,
    Please the below mention link to configure Hsrp hope this will help you.
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/ip/configuration_guide/b_fhrp_3se_3850_cg/b_fhrp_3se_3850_cg_chapter_010.html
    Br.
    Mohseen Patel

  • What's "SAVE" configuration command for Cisco switch/ router?

    What's "SAVE" configuration command for Cisco switch / router? I know Switch#copy running-config startup-config works well,
    but so long, any other command that easy to remenber?

    What's "SAVE" configuration command for Cisco switch / router? I know Switch#copy running-config startup-config works well, but so long,
    any other command that easy to remenber?
    yes, here: Switch#write,and want to know more about the Cisco switch, please visit:http://www.3anetwork.com/cisco-switches-price_c1

  • Collecting information from Cisco switchs using SNMP

    Dear All,
    I have a wide network with more than 250 sites connected using the DSL. the WAN devices are under the provider responsability and the LAN devices are directly in my responsability. In each site, I have :
    1 or 2 Cisco switchs (2960 or 3560), connecting via fibr.
    or
    Linksys switch connected via ethernet cable
    and
    cisco 877 router connected to switch
    cisco 881G router conected to switch
    pc and printers
    In order to improve the availibilty of our network, we lauch every day a script from local pc to test connectivity of LAN equipements :
    ping to switchs (Vlan 1), ping to ip fa0/0 cisco router1, ip cisco router2, ping to HSRP address (of two router). the resulting ini file will be inserted in a database and exported to excel for analysing.
    I'm asking if someone can help in order to implement SNMP and let me know the name of cisco MIB to implement to :
    - to have from SNMP information, the result of show cdp nei, show interface status, show ip int brief,...
    - to have if wan router LAN interface are up,connected
    -  others usefuls informations.
    Thanks and regards,
    AA

    Hi,
    the basic SNMP config for 2960 and 3560 is:
         snmp-server community <> RO
    The configuration for SNMP traps to get alerts from the device if there is for example a failure with a fan is:
              snmp-server enable traps
              snmp-server host <> <>
    This enables all traps available with your IOS version. You can the disable not wanted traps by using the "no"-command like this.
    Example for dot1x traps:
              no snmp-server enable traps dot1x
    With a snmp client you can then do a snmpwalk (or snmp get) without a specific OID to get all the SNMP information from the device:
    On a Linux server the following command should work:
         snmpwalk -v 2c -c <> -T <>
    -v = use SNMP version 2c
    -c = use the community string you configured on the device
    -T = output in the dotted decimal format
    But be careful, this will be a lot of data output.
    Here you will find a docu for configuring SNMP on a Cisco device:
    http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf014.html
    Sven

  • Configuring VLANs on Cisco switches - help on basics please!

    Hi people.
    I'm buying Cisco switches to my home lab to practice VLAN and have some doubts, would someone kindly help me?
    I'm thinking of buying two 300 series switches for the servers (VMware boxes), configure two separate VLANs for VMs and two other VLANs for desktop computers, in order to simulate a small office with a datacenter and two floors (one VLAN for each floor).
    I presume that the connection between each floor switch and the 300 series core switch will be via trunk mode on both, not access port mode, is that correct?
    Another question: for the desktop switches, the ports that are going to connect to the desktops (which runs windows with non-vlan tagging aware nic), will be configured with the correct VLAN, and the operating system will just communicate normally as if there was no VLAN tag on the frames?
    Since I need inter-vlan routing only on the core switch (the 300 series), for the desktops switches I can purchase some 200 series, right?
    And the last question: presuming that I configure a third VLAN and add a third floor switch, but this time a 100 series switch that is not VLAN capable, so connecting this switch to the 300 switch, will it work, or not?
    Thank you!

    Hi! Thanks for the rapid answers!
    I have a couple more based on the same questions:
    I presume that the connection between each floor switch and the 300 series core switch will be via trunk mode on both, not access port mode, is that correct? - Yes, trunk links are required to carry multiple vlans.
    So, I could also use multiple links with LAG/LACP carrying all vlans between switches?
    And the last question: presuming that I configure a third VLAN and add a third floor switch, but this time a 100 series switch that is not VLAN capable, so connecting this switch to the 300 switch, will it work, or not? - Yes, bit make sure that link between these two switches should be an access link, i.e must carry only third vlan.
    So, If I understand correctly, if having one vlan per floor in an office building, for economical reasons you could deploy simple non-managed and non-vlan capable switches, and in the data center, a core switch with the vlans configured for each floor?
    And viewing from a technical perspective, what would be the advantages of deploying in each floor a vlan capable switch configured with the correct vlan?
    And which method mentioned above is more common deployed for endpoint floor switches?
    Thanks!

  • Configuring HSRP in Cisco 6509

    We have 2 nos Cisco 6509 switches with MSFC II . VLAN's are configured in both the 6509's and now we need to have the HSRP for redudancy.

    Dear Anand,
    It is really helpfull info for me also.I am having same set up But my one 6509 again connect to tw0 3725 routers where i am using HSRP.Please fine set up below
    Customer end Router --- > Ethernet1------> 6509-A ---->3725 Router-1 (Standby 3725 Rou-2 )---> Remote Location
    Customer end Router --- > Ethernet2------> 6509-A ---->3725 Router-1 (Standby 3725 Rou-2 ) ---> Remote Location
    My Problem is that i need full redundancy between customer router and 3725 routers also.
    If i cross connect 3725 Routers on both 6509 then how existing HSRP of 3725 will work.
    TIA
    Regards
    SAM

  • Configure Domain Controller ( PDC emulator) as NTP source for Cisco switch 6509

    Hi All,
      My Org consists of 2 DC one Physical and One Virtual. All Roles are on Physical machine. I ran a W32tm /Query /Configuration command  on PDC emulator and the results are confusing.My PDC is using time source VMICTimeProvider a syou can see below.
    VMICTimeProvider (Local)
    DllName: C:\Windows\System32\vmictimeprovider.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    My first Question is that Is it Ok for PDC emulator to use this time source or should I change to some Other source like pool.ntp.org or time.windows.com,0x1.
    My Second Question is that I  have a core switch cisco 6509 and I want this switch to use my NTP server (PDC emulator ) as NTP source,but at present I cannot as I am getting this error on switch.(no select intersectionTP )
    Can Any one help ... Its is urgent
    Thanks in Advance
    EagleAsh

    You should not make your DCs sync their time with your Hypervisor. This usually ends with time synchronization problem so I would recommend to disable that on your DCs and domain joined VMs and use an external NTP server to sync time on your PDC while using
    your AD forest topology for time sync on other DCs and domain-joined computers.
    I have already started a Wiki article that describes how to configure time sync in an AD domain and you might consider using the GPO configuration option that is stated: http://social.technet.microsoft.com/wiki/contents/articles/18573.time-synchronization-in-active-directory-forests.aspx
    For the CISCO switch, I would recommend asking them in CISCO forums.
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • Connecting 300 IP Cameras using Cisco Switches

    Require help on a Case study. (Can only use Cisco switch)
    Description:
    This is a setup required for 300 security cameras.
    So availability and redundancy is important.
    I have calculate the bandwidth using [URL="http://www.jvsg.com/download/IPDesignToolSetup.zip"]this software[/URL].
    If each camera is set to 5MP and H.264-10, Bandwidth is 12.08Mbit
    So 300 cameras will require at least 3624.96Mbits in total.
    (correct me if i am wrong)
    Each NVR has 32 port.
    It will be just connecting within a LAN.
    Here is the brief 2 possible design I have draft out, but I am not sure which model and series of cisco switch to be use??
    Design 1:
    Design 2:
    Please advise which model and series can be used for this 2 two of design.

    Hello Chun,
    you need to accomodate 300 cameras and 32 ports for each network video recorder.
    data flows are from cameras to network video recorder ports.
    The amount of traffic per port at port connected to cameras is not huge and total traffic from cameras exceed GE links
    48 * 12,08 =       ?? in any case less then     < 1 Gbps
    You can deploy a hierarchical network design with an access layer made of switches with fixed configuration 48 ports and GE uplinks like a C3750 with 48 ports or  a 2960 with 48 ports (if it exists)
    Each access layer switch needs to have two uplinks to distribution switches
    And you need 300/48 switches => 7 switches     => 7 GE uplinks on each distribution switches
    Distribution switches should be two and should be able to connect to access layer switches and to NVR that requires 32 ports each.
    Different solutions are possible:
    instead od deploying 7 standalone switches with 48 ports each you could use two modular C4507 equipped with  WS-4548 48 10/100/1000 linecards
    the distribution switches can be two C3750 E, eventually configured and connected as a stack, to allow to use both uplinks of each access layer switch
    Hope to help
    Giuseppe

  • Configuring SNMP on Cisco Small Business 300 Series Managed Switch

    Please can anyone help me to configure SNMP on Cisco Small Business 300 Series Managed Switch?
    Thanks

    Hi Anton,
    Please remember to enable SNMP service first: Security > TCP/UDP Services.
    http://sbkb.cisco.com/CiscoSB/ukp.aspx?vw=1&docid=3b13278d9ef9402a8fef57df6d972078_Enable_SNMP_Service_on_300_Series_Managed_Switches.xml&pid=2&respid=0&snid=2&dispid=0&cpage=search
    also you may find useful documents for community configuration etc on our kb server:
    http://sbkb.cisco.com/CiscoSB/ukp.aspx?vw=1&docid=183cae2148d445b2a07473ee18c93ffa_SNMP_Communities_Configuration_on_a_300_Series_Managed_Switc.xml&pid=2&respid=0&snid=2&dispid=0&cpage=search
    Let us know if you have any problems.
    Aleksandra

  • LAG configuration issue on Cisco SG300 52 Switch

    Hi everybody,
    I am having an issue with LAG configuration on a Cisco SG300 52 switch. I have connected four Ge ports on the switch to the four NICs of a Dell R710 Server on which I installed Windows Server 2008 R2. Without LAG configured, these ports would forward traffic to and from the Dell server fine. However, if I configure LAG on the ports with LACP enabled, then they would not forward any network traffic. Debugging shows that the ports are up but their forwarding status show N/A. Am I missing any configuration? Can I configure LAG on edgeports? Or is there any compatibility issue?
    Any help  from you guys will be greatly appreciated.
    Thank you.
    Vishal

    Hi Dave,
    Thank you for your quick response and sorry to have looked at it late. Well, I already resolved the issue and like you pointed out, it was the configuration of the Dell NICs. I had to configure NIC teaming and there was a bug with the Broadcom NIC management software. I had to download this piece of software again and I was then able to configure NIC teaming on it. I initially thought that it was already configured because we got the Dell server "pre-installed with pretty much everything".
    Anyway thank you for your assistance. Oh I have a question though if you don't mind clearing my doubt. We have bought 7 of these SG300 Switches and I would like to use all of them
    in a hierarchical design as core, distribution and access layer switches because I believe this switch has got all the qualities to be used at all the three layers. We have about 100 users in our company at the moment but expecting growth of about 10-20 employees per year. Would you think a hierarchical network design for a 100 users is a bit of an overkill? Would you think these SG300 switches can handle network traffic at the distribution and core layers? I worked out the average daily traffic is only about 4 Mbps.
    Thank you for your valuable guidance.
    Kind regards,
    Vishal
    Date: Mon, 12 Sep 2011 08:09:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: - Re: LAG configuration issue on Cisco SG300 52 Switch
    Cisco Support Community
    Re: LAG configuration issue on Cisco SG300 52 Switch created by David Hornstein in Small Business Switches - View the full discussion
    Hi Chundunsing,
    Thank you for the purchase of my switch.
    Chundunsing, I love the way you worded your question ; "I am having an issue with LAG configuration on a Cisco SG300 52 switch." ,but seriously you are having a problem with interfacing the dell with my switch.
    You have LAG working to the Dell R710 teamed NICs and god knows what NICs or drivers you are using to acheive this.
    Now LAG is providing , load balancing between the LAG ports.
    Now LAG is providing , link redundancy for connectibity to the Dell R710.
    If there is a configuration issue , it sure seems the way you have it configured without LACP is still working. But you have the option when you create a LAP group to enable LACP. You can see this as a tick box in the LAG group.
    But might i also install, recently firmware version 1.1.1.8, just came out.
    Please be sure to;
    Step 1. update the firmware on the switch and
    Step 2. select it as the 'active image.'
    Step 3 rebbot the switch to utilize this active image.
    If you are having any trouble doing this the admin guide references how to achieve this. for your concenience I have atteched the guide to this posting.
    regards Dave
    Reply to this message by going to Cisco Support Community
    Start a new discussion in Small Business Switches at Cisco Support Community

  • Configuration Cisco switch 802.1x for ISE

    Hi dears,
    I configurated EAP_FAST authentication on Cisco ISE  from Cisco Video material. Now I need full 802.1X configuration in cisco switch  guide or video link.
    Please provide this.
    Thanks.

    See this link:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/user_guide/ise_user_guide/ise_sw_cnfg.html

  • Add Cisco Switch into a configuration

    I have a Dell 6248 switch with three VLANS defined (1,2,10).
    I need to expand VLAN 10 (need more ports) on the Dell Switch.
    I have downloaded the Cisco CNA.
    In the attached screen of the CNA, am I on the correct display to create a new VLAN 10 ?
    What is the best way to connect the Dell Switch to the Cisco?  
    thanks

    Yes, so far 21-24 are in VLAN 10, but I will need to set a few more .
    This is bit more complicated.
    What I am looking at an old test and dev virtual infrastructure configuration that was set up with a 1GB Linksys Switch and a Dell 6248 Switch.
    The reason given for the Linksys in the config is it was the only 1GB switch available at the time when the SAN had to be installed and there were no more available ports on the 6248. Running Dell Dpack reports show latency issues when migrating from an EqualLogic Volume to a MD3200 volume and from the MD3200 to Md3200 volumes (on the order of 30-45 minutes for a 20GB VM). Migrating from EqualLogic volumes to EqualLogic volumes is in seconds.
    I think the Linksys is the issue as does our Dell reps. We are looking at replacing the Linksys with a Cisco or another L2/L3.
    SAN traffic is isolated to VLAN 10 on the Dell Switch. I want to set up a VLAN 10 on the Cisco switch and then want to connect the Md3200 to the Cisco which will be connected to VLAN 10 on the Dell Switch for access to an EqualLogic SAN.  I am not sure what will be involved.
    Is it as simple as what you are saying,, I config the VLAN10 on the Cisco switch and connect a port from the Cisco to VLAN 10 on the Dell Switch.. .
    I have a diagram attached,,,it needs some updates but it is close to the config.

  • Using FCoE connection to non Cisco switches

    Hello,
    does anyone know what port configuration needs to be configured on a Nexus switch that is connected to say Brocade switch or any other vendor that supports FCoE. I have created VLAN to VSAN mapping, i assume next step is to create a vfc device ? Since this is not connection to an initiator or a target but another FCoE capable switch, how do i need to configure this vfc ?  Any tips ?
    Thanks

    Hi,
    Looks like from the document that you referenced that this switch runs in NPV mode for FCoE:
    FCoE features
    Fibre Channel over Ethernet (FCoE*)
    FIP & FCoE packets are all forwarded when DCB is configured
    * FCoE frames as defined by T11 Committee
    So, I would configure the Cisco Nexus switch for FCoE and NPIV
    Configure the Nexus 5000 for FCoE and NPIV
    There are several procedures that are required in order to configure the Nexus 5000 for FCoE and NPIV:
        Enable Feature FCoE
        Enable N Port Identifier Virtualization (NPIV) on the Nexus 5000
        Enable Nexus 5000 Quality of Service (QoS) for FCoE
        Enable Link Layer Discovery Protocol (LLDP)
        Configure VLAN
        Configure VSAN
        Map the VLAN to VSAN
    Example:
    feature lldp
    feature fcoe
    feature npiv
    interface vfc130
      bind interface Ethernet1/30
      switchport mode F
      no shutdown
    interface Ethernet1/30
      switchport mode trunk
      switchport trunk allowed vlan 1,100
      spanning-tree port type edge trunk
    vsan database
      vsan 100 interface vfc130
    vlan 100
      fcoe vsan 100
    Example of QOS:
     system qos
      service-policy type qos input fcoe-default-in-policy
      service-policy type queuing input fcoe-default-in-policy
      service-policy type queuing output fcoe-default-out-policy
      service-policy type network-qos fcoe-default-nq-policy
    Best regards,
    Jim

  • Interconnecting cisco switches with non-cisco switches

    I need help concerning interconnecting two Cisco switches (3550’s) using a non-Cisco switch or hub on the LAN. I have noticed that the two Cisco switches connected using a non-Cisco switch are able to communicate well, however a PC connected to the non-Cisco switch/hub can not ping any device on the LAN. The non-Cisco device is a working one. When the two Cisco switches are connected using a Cisco switch, PCs connected to the interconnecting switch are able to ping. What’s the explanation? Please help.

    Building configuration...
    Current configuration : 3342 bytes
    ! No configuration change since last restart
    version 12.1
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    clock timezone GMT -2
    ip subnet-zero
    ip rcmd rcp-enable
    ip rcmd remote-username cwuser
    spanning-tree mode pvst
    spanning-tree extend system-id
    interface FastEthernet0/1
    switchport mode dynamic desirable
    interface FastEthernet0/2
    switchport mode dynamic desirable
    interface FastEthernet0/3
    switchport mode dynamic desirable
    interface FastEthernet0/4
    switchport mode dynamic desirable
    interface FastEthernet0/5
    switchport mode dynamic desirable
    interface FastEthernet0/6
    switchport mode dynamic desirable
    interface FastEthernet0/7
    switchport mode dynamic desirable
    interface FastEthernet0/8
    switchport mode dynamic desirable
    interface FastEthernet0/9
    switchport mode dynamic desirable
    interface FastEthernet0/10
    switchport mode dynamic desirable
    interface FastEthernet0/11
    switchport mode dynamic desirable
    interface FastEthernet0/12
    switchport mode dynamic desirable
    interface FastEthernet0/13
    switchport mode dynamic desirable
    interface FastEthernet0/14
    switchport mode dynamic desirable
    interface FastEthernet0/15
    switchport mode dynamic desirable
    interface FastEthernet0/16
    switchport mode dynamic desirable
    interface FastEthernet0/17
    switchport mode dynamic desirable
    interface FastEthernet0/18
    switchport mode dynamic desirable
    interface FastEthernet0/19
    switchport mode dynamic desirable
    interface FastEthernet0/20
    switchport mode dynamic desirable
    interface FastEthernet0/21
    switchport mode dynamic desirable
    interface FastEthernet0/22
    switchport mode dynamic desirable
    interface FastEthernet0/23
    switchport mode dynamic desirable
    interface FastEthernet0/24
    switchport mode dynamic desirable
    interface GigabitEthernet0/1
    switchport mode dynamic desirable
    interface GigabitEthernet0/2
    switchport mode dynamic desirable
    interface Vlan1
    ip address
    ip default-gateway
    ip classless
    ip http server
    snmp-server community
    snmp-server community
    snmp-server location
    snmp-server system-shutdown
    snmp-server enable traps snmp authentication warmstart linkdown linkup coldstart
    snmp-server enable traps config
    snmp-server enable traps entity
    snmp-server enable traps flash insertion removal
    snmp-server enable traps bridge
    snmp-server enable traps stpx
    snmp-server enable traps rtr
    snmp-server enable traps port-security
    snmp-server enable traps vtp
    snmp-server enable traps vlancreate
    snmp-server enable traps vlandelete
    snmp-server enable traps envmon fan shutdown supply temperature status
    snmp-server enable traps MAC-Notification
    snmp-server enable traps hsrp
    snmp-server enable traps cluster
    snmp-server enable traps copy-config
    snmp-server enable traps syslog
    snmp-server enable traps vlan-membership
    line con 0
    line vty 0 4
    login
    line vty 5 15
    login
    ntp clock-period 17180064
    end

  • Set IP address of L3 switch using SNMP

    HI,
     I am using cisco catalust 3560-x series swtiches. And I am new to SNMP. I want to assign IP address to interfaces of this switch, using SNMP.  Kindly help me. Any help, any sugession, is most welcome.
    Thanks in advance
    Jeni A

    hi,
    Thanks for your response.
    Our requirement is as follows.
    I want to assign IP address to Switch fro my Java Application. I have implemented  a Telnet Client Code in Java, by which i can configure IP address in switch from my java application.
    But my boss said, Telnet is not secure and try using SNMP to do the same.
    When I was searching in Internet, I got this page https://supportforums.cisco.com/discussion/12090896/snmp-how-get-list-ip-addresses-and-corresponding-interface-names
    The above thread gives object ID to GET IP address of Switch interface. This Object is Read-only.
    In the similar way, is there any object, using which I can SET / assign IP address to switch interfaces.
    waiting for your response.
    Thanks in advance :)

Maybe you are looking for

  • Accounting document not posted into FI

    Hi  all, I am facing one issue, After Invoice creation accounting document generated and posted into FI, The same Invoice when cancelling accounting document generated but not posted into FI , I check IN billing docuement types  All dont' have Postin

  • Searching for a string in a DefaultListModel

    I have a list of names stored in a DefaultListModel and would like to know how i can search for a particular name i assume i would have to use the method below but not sure of how to implement it so basically i would have a texfield where a user can

  • I am trying to find a way to get iPhoto to display the keywords when I look at the pictures in a slide show

    I have l lot of pictures of several trips and I display them on the screen as a screen saver. Many of the places I don't remember where I took them, but I made notes as keywords. How or what can I do to diasplay the keywords with the pictures? I woul

  • Itune and Quicktime not compatible

    I reformated my computer and updated my software. Now my itune won't open and giving me the following error message, "iTunes requires QuickTime 7.5.5 or later." I've tried to download a update but that didn't work. I'm afraid I don't know what system

  • How do I avoid .bin attachments with SmtpClient.Send(MailMessage)?

    I'm hitting the problem described here. However, I don't see any way with MailMessage to set the ordering of the content of the email. How can I fix this? MailMessage mail = new MailMessage(new MailAddress(emailTempKeysFrom, "Windward Studios"), new