HSRP BETWEEN 6509 & 3750 ROUTER

Dear All,
Is anyone is running HSRP between 6509 and 3750 ROuter.Need your ideas.
TIA
Regards
SAM.

Thks Ankur ,
MY HSRP requirement is that
1) Now in my 6509 routing is down by FWSM, while MSFC just for Vlan mapping work as L2 only.
2) How can i config HSRP between 6509 and 3750 Router
3) To achive auto redundancy with 6509 & 3750 i hv to config HSRP config in Customer Router which pointed to Virtual IP of Vlan which i config in 6509 & 3750.
4) I dont want any major change in customer network.
Case 1 ) If support primary ethernet of customer router which terminate on 6509 goes down then traffic should flow in this manner
Customer Router ---->Ethernet 2---- > 3750 Router ---->6509 -----3725 (PRimary )----- > Remotess
Case 2) If 6509 fails then how traffic will shift on 3725 router as both are connected to 6509
For two 3725 Router which work on HSRP for that is not problem if any one router fails
Hope you got wht i need.
THanks & Regars
SAM

Similar Messages

  • HSRP between 2 access switches and 2 core switches

    Hi I am looking for running HSRP between 2 access switches and 2 core switches for client PC and Server network’s next-hop redundancy as per attached setup.
    As you can see I have used one /29 network for connecting CORE & ACCESS switches & configure Interface VLAN10 (Layer 3 SVI) with shown IPs and standby IP (VIP).G0/1 on Access Switches & G2/1 on Core Switches are access ports for VLAN10.
    There is a L2 Trunk interconnecting Core-Main/Backup & as well as Access-Main/Backup Switches allowing VLAN10 to allow VLAN10’s HSRP packets to pass through (apart from other HSRP instances).
    Below are the HRSP & Trunk configuration on Core and Access Switches please have a look and suggest if they are correct in term of HSRP implementation, as I can see on both side HSRP master & standby status are fine as desired, but I can’t ping VIP of ACCESS Switch from CORE switch, but the VIP of CORE switch I can ping from ACCESS switch.
    Access-Main
    interface GigabitEthernet0/1
     description ***Connected to CR-SW-01 PORT G2/1***
     switchport access vlan 10
     switchport mode access
     load-interval 30
    interface GigabitEthernet0/2
     description ***Connected to AC-SW-01 & AC-SW-02 for HRSP***
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 10,40
     switchport mode trunk
     load-interval 30
    interface Vlan10
     description ***Connected to CR-SW-01 PORT G2/1***
     ip address 10.10.11.1 255.255.255.248
     standby 1 ip 10.10.11.2
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication accvlan10
    Access-Backup
    interface GigabitEthernet0/1
     description ***Connected to CR-SW-02 PORT G2/1***
     switchport access vlan 10
     switchport mode access
     load-interval 30
    interface GigabitEthernet0/2
     description ***Connected to AC-SW-01 & AC-SW-02 for HRSP***
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 10,40
     switchport mode trunk
     load-interval 30
    interface Vlan10
     description ***Connected to CR-SW-02 PORT G2/1***
     ip address 10.10.11.3 255.255.255.248
     standby 1 ip 10.10.11.2
     standby 1 priority 10
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication accvlan10
    Core-Main
    interface GigabitEthernet2/1
     description ***Connected to AC-SW-01 PORT G0/1***
     switchport access vlan 10
     switchport mode access
     load-interval 30
    interface GigabitEthernet2/2
     description ***Connected to CR-SW-01 & CR-SW-02 for HRSP***
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 10,20
     switchport mode trunk
     load-interval 30
    interface Vlan10
     description ***Connected to AC-SW-01 PORT G0/1***
     ip address 10.10.11.4 255.255.255.248
     standby 1 ip 10.10.11.5
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication crvlan10
    Core-Backup
    interface GigabitEthernet2/1
     description ***Connected to AC-SW-02 PORT G0/1***
     switchport access vlan 10
     switchport mode access
     load-interval 30
    interface GigabitEthernet2/2
     description ***Connected to CR-SW-01 & CR-SW-02 for HRSP***
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 10,20
     switchport mode trunk
     load-interval 30
    interface Vlan10
     description ***Connected to AC-SW-02 PORT G0/1***
     ip address 10.10.11.6 255.255.255.248
     standby 1 ip 10.10.11.5
     standby 1 priority 10
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication crvlan10

    Hi Rick thanks once again, so I am assuming I should use to configure as below and still one /29 subnet I can use to connect these Switches with the above static routings.
    Access Switch-Main
    interface Vlan10
     description ***Connected to CR-SW-01 PORT G2/1***
     ip address 10.10.11.1 255.255.255.248
     standby 2 ip 10.10.11.2
     standby 2 timers msec 200 msec 750
     standby 2 preempt delay minimum 180
     standby 2 authentication accvlan10
    ip route 192.168.20.0 255.255.255.0 10.10.11.5
    Access Switch-Backup
    interface Vlan10
     description ***Connected to CR-SW-02 PORT G2/1***
     ip address 10.10.11.3 255.255.255.248
     standby 2 ip 10.10.11.2
     standby 2 priority 10
     standby 2 timers msec 200 msec 750
     standby 2 preempt delay minimum 180
     standby 2 authentication accvlan10
    ip route 192.168.20.0 255.255.255.0 10.10.11.5
    Core Switch -Main
    interface Vlan10
     description ***Connected to AC-SW-01 PORT G0/1***
     ip address 10.10.11.4 255.255.255.248
     standby 1 ip 10.10.11.5
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication crvlan10
    ip route 192.168.40.0 255.255.255.0 10.10.11.2
    Core Switch -Backup
    interface Vlan10
     description ***Connected to AC-SW-02 PORT G0/1***
     ip address 10.10.11.6 255.255.255.248
     standby 1 ip 10.10.11.5
     standby 1 priority 10
     standby 1 timers msec 200 msec 750
     standby 1 preempt delay minimum 180
     standby 1 authentication crvlan10
    ip route 192.168.40.0 255.255.255.0 10.10.11.2

  • Any speed difference between Apple Wifi Router(air express) and Tp link(or others) wifi router)

    Any speed difference between Apple Wifi Router(air express) and Tp link(or others) wifi router?
    I'm using a tp link router and sometimes it takes a long time delay for my 2 mac computers to connect each other. I don't know this is because of the router compability or the computers.

    Anyone knows?

  • /31 on Catalyst 3750 routed port

    I've discovered the feature 'Using 31-Bit Prefixes on IPv4 Point-to-Point Links' and I'm interested in implementing it on a point-to-point uplink network that terminates on one end to a Catalyst 3750 routed FastEthernet port ("no switchport").
    I can enter the IP address in the interface config (172.16.100.0 255.255.255.254), and I get the warning "% Warning: use /31 mask on non point-to-point interface cautiously". Since I can guarantee that this is in fact a point-to-point uplink to a Layer 3 device, can I safely ignore the warning? Is there any way to configure the interface explicitly as a Point-to-Point interface instead of a broadcast interface?
    Thanks!
    -Mason

    Hi,
    It doesn't appear the error is platform specific. I am getting the same error in my lab 2600 when configuring a /31 bit mask.
    You would use the /31 bit mask only on a p-t-p interface hence, you don't need to tell the interface it's a p-t-p interface. I don't know of any generic command to tell the broadcast interface that it's a p-t-p interface. There is a OSPF command but that doesn't have anything to do with this setup.
    R2(config)#int e0/0
    R2(config-if)#ip add 1.1.1.0 255.255.255.254
    % Warning: use /31 mask on non point-to-point interface cautiously
    R2(config-if)#^Z
    R2#show run
    *Mar 1 18:20:21.795: %SYS-5-CONFIG_I: Configured from console by console int e
    /0
    Building configuration...
    Current configuration : 78 bytes
    interface Ethernet0/0
    ip address 1.1.1.0 255.255.255.254
    half-duplex
    end
    R2#show ip arp
    Protocol Address Age (min) Hardware Addr Type Interface
    Internet 1.1.1.0 - 0004.dd85.eee0 ARPA Ethernet0/0
    R2#ping 1.1.1.1
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
    Success rate is 80 percent (4/5), round-trip min/avg/max = 1/3/4 ms
    R2#show ip arp
    Protocol Address Age (min) Hardware Addr Type Interface
    Internet 1.1.1.1 0 0004.dd85.e9c0 ARPA Ethernet0/0
    Internet 1.1.1.0 - 0004.dd85.eee0 ARPA Ethernet0/0
    HTH
    Sundar

  • Running HSRP between N5k 's and vPC between N2k and server

    Dear All,
    I have the following existing setup, i would like to run HSRP between N5k1 and N5k2. Also would lilke to run vPC between N2k1,N2k2 to the server farm which are dual homed. Please find the diagram attached.
    Please advise the step by step process along with the commands to be entered. Thanks for your help

    Hi,
    If you don't have many vlans, there is no need to load balance.  Make one of the 5ks the primary for HSRP and the other one stand-by.
    here is good link on how to configure it.  Make sure to run HSRP version 2. This way you can mach the HSRP group IDs with your vlan IDs. Also give a higher priority to the active 5k and enable preemption.
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/unicast/7_x/cisco_n5500_layer3_ucast_cfg_rel_6x/l3_hsrp.html
    HTH

  • Fast EtherChannel between Catalyst 3750 and 2821 Router

    Hi Guys
    I'm trying to setup a Fast EtherChannel between a cat3750-smi and a 2821 router that consists of only 2 links.
    I am following instructions per TAC, but I'm getting an error along the way;
    On the cat3750:
    interface port-channel 1
    no switchport
    Command Rejected: Not a convertable port
    Can anyone help???
    Also... do the IP Addresses for the EtherChannel need to be the same for both port-channels? Or do I assign the switch like 192.168.1.1 and the router 192.168.1.2 ?
    Thanks!
    Adam

    Hi Adam,
    The ip address cannot be same but it should belong to same subnet. So one side 192.168.1.1 and other side 192.168.1.2 will work fine.
    Its better to convert your layer 2 port as a layer port fist so what you do the port which you want to be port channel go that that interface and convert with "switchport" command
    once it is a layer 3 port configure with channel group and automatically layer 3 port channel will be created and you can sssign an ip address then.
    Just give a try and update if it works.
    Regards,
    Ankur

  • HSRP EIGRP TWO DEFAULT ROUTES

    Hi,
    I have a question concerning EIGRP routing on a L3 switch behind a HSRP HA pair of routers which connect to a WAN.
    HSRP is operating as should be and when R1 fails, or an interface thereon, R2 becomes the active. All good.
    However there are now two default routes in the route table on the L3 switch. One is routing traffic to the R2 real IP which is expected but also there is the old default route to R1's real IP.
    Using EEM we can overcome this but is there another simpler method to prevent this occurring?
    Thanks
    F

    F
    If i understand correcty your LAN interfaces on the routers ie. the ones connecting to the L3 switch are running HSRP and you are also running EIGRP between the L3 switch and the routers.
    If so you wouldn't usually have both solutions in use ie. you either -
    1) use HSRP and point the default route on the L3 switch to the HSRP VIP
    or
    2) use EIGRP between the routers and the L3 switch. If a router or interface fails it should stop advertising the default route to the L3 switch.
    However that sounds like it is not happening which suggests the default routes are not coming from the WAN.
    So where are the default routes in EIGRP on the L3 switch coming from ?
    Jon

  • Trunk between 65XX & 3750 does not work

    Hi,
    I have 7603 router with 2-ws6516-ge-tx cards (disk0:/c6k222-pk9sv-mz.122-18.SXD2.bin). I want to use card 1 as a swithcport. I enable trunk on port1 & it does not work with c3750. Trunking on cisco 3750 works o.k. with 3500XL switch.
    Following is the config from 7603 & 3750
    7603:
    interface GigabitEthernet2/1
    no ip address
    switchport
    switchport trunk encapsulation dot1q
    switchport mode trunk
    end
    3750:
    interface GigabitEthernet1/0/3
    switchport trunk encapsulation dot1q
    switchport mode trunk
    no ip address
    no mdix auto
    end
    Also, can you enable clustering on WS-65xx card ?

    Do you see link lights on both the sides. Did you try changing the cable. Do you see some errors on the interface on either of the side.
    Config seems to be OK. What does" show int gig x/x " shows to you on both the sides.
    No, 65xx doesnot support clustering.
    regards,
    -amit singh

  • Establishing Link between Order and Routing

    Hi
    When I am creating an order (e.g. production order from CO01) by default itu2019s getting Routing and BOM. I want to know from where my order is populating BOM and Routing?
    I want to know how the link between Order and BOM and Order and Routing are established
    Thanks

    If you want to see how the tables are linked you can see this in table CAUFV (order header).  Fields PLNTY, PLNNR, & PLNAL define the task list type, group, and group counter.  These can be used to look up the routing information in tables PLKO and PLPO.  The BOM link is in field STLTY, STLST, & STLNR (bom category, status, and BOM).  Use these values to find the the BOM details in tables STKO and STPO.
    If you want to know how the system knows which BOM and routing to bring in, that is done in configuration under Order plant dependent parameters (t-code OPL8).  Also, once the boms and routings are copied into the order you can make changes to the operations and components within the order.  The operation and component details that are stored in the order can be found in tables AFVC and RESB.
    thanks,

  • Roaming between RV220W wireless router and WAP121 Access Point

    Hello, I have recently purchased a RV220W wireless router and a WAP121 access point and i would like to allow my users to "roam" between the two networks as needed (so when the user is closer to whichever one they connect to that one since it has a better signal). For the most part I only have experience in cisco IOS and in actual routers not the wireless stuff so my knowledge has not exactly transfered over well.

    William,
    WDS will not work between the RV220W and WAP121 due to incompatible chipsets. The RV220W can be repeated using WDS by another RV220W or RV180W only. You will need to plug the WAP121 into the RV220W or try WorkGroup Bridge mode to repeat the signal.
    Regarding roaming, the router or AP are not aware of each other and do not have the capability to disconnect a client and help them connect to the AP with the stronger signal. The client will switch to the stronger AP only when the original signal is lost.
    The Aironet (enterprise) devices have the ability to utilize a wireless LAN controller which can help keep devices connected to the stronger signal and allow truly seamless roaming between APs.
    - Marty

  • Roaming between E3000 wireless router and WAP300N

    Hi all
    The Linksys router I’ve got in my office room at home is providing poor coverage in my living room. Thus I’ve purchased a WAP300N and connected it by wire to the build-in 4 port switch of my Router (E3000). The set-up is providing a significant improvement in the living room, but… it seems as if the two wireless access points are “competing” over the “clients”.
    When I move from the office room into the living room, my wireless equipment seems to be stuck on the connection to the wireless router in the office room – even though the signal from the WAP300N in the living room is much stronger.
    The situation is exactly the same, when I move from the living room to the office room – the wireless equipment is stock on the weak signal from the living room.
    I have to turn off and on the radio on my wireless equipment to get them to connect to the strongest signal. 
    Is there a way to make the “roaming” between wireless access points more smooth?
    Kind regards
    vonRasmussen

    vonRasmussen :
    Change the channel on the WAP or your router are on.
    Not the 802.11?, but the transmission channels, which are probably transmitting on the same channel. I find the best results are at lease 2 numbers apart. if on is transmitting on channel 1 the next closest will be on 3. With multiple WAPs in a large area you would have to play Sudoko to make sure every one is 2 channels apart.
    to quote Lisa Phifer:
    Multiple access point configuration: Distinguish transmission signals;
    Why should you access points use different channels? In a typical micro-cell Wlan, adjacent APs should always use non-overlapping channels, ( e.g., 1 ,6 ,11), to avoid co-channel interference.
    Good Luck.
    Dave

  • Difference between Timing in Routing

    Dear all,
    I want to know exactly how can I define Supvsr Time ,Tech Time,Machin Time ,Schedl Time,idle time & machine time in Routing
    Also i want know the difference between them .  Sum of all these times means the actual Mfg time ?
    Plz explain with possible example
    Ishwar

    Hi Iswar,
    these 6 values are the standard value parameters that have been customized according to your organization's business requirement and are not standard parameters.
    These 6 parameters are used to capture the activities on the workcenter. one or more of these parameters will be used in the formula for capacity requirements(capacity tab in workcenter), for scheduling requirement(Scheduling tab) and for costing.
    the total of all may not be the actual mfg time. the supervisor time and the technician time seem to be used for costing the order depending on the time spent by the supervisor and the technician for the order.
    total machine time usually consists of setup timeproduction timeteardown time.
    you can refer to the BPP documents for the details of your project.

  • Switching between ap# and router#

    Hi
    I have configured my Cisco 887VAMW with ADSL and Wifi but the only way I can configure the ap and router separately is to be connected to the router by ssh and the ap via console cable.
    When at the ap# prompt, how do I get back to the router#?
    I have tried the instructions on cisco.com:
    Closing the Session
    To close the session between the wireless device and the router’s console, perform both of the following steps.
    Wireless Device
    1. Control-Shift-6 x
    Router
    2. disconnect
    3. Press Enter twice.
    But it doesnt work....help!!!
    Thanks

    When you are in router# mode in order to enter ap# mode:
    cmd: #service-module wlan-ap 0 session  -of course Im sure you have convered this
    from ap# to router#
    PRESS: CTRL+SHIFT+6, let go, then just press X
    -A line should appear on the cmd you did
    -Press enter once!

  • How to use the private subnet between ASA and Router

    Guys,
    Here is the context:
    I am connecting to 2 ISPs for load sharing traffic coming from my private network.
    The 2 links from the ISPs terminate in the router which connects to an ASA via a private subnet, back to my private network.
    I have configured PBR in the router, to prefer ISP1 for trafic coming from my internal servers X, Y, Z  (public addresses, no need for the ASA to translate).  The router  should send any other traffic coming from the rest of my private address space, servers W, V, U  (after translation by ASA) to ISP2.
    So far so good.  The default route defined on ASA points to the internal LAN interface of the Router (private ip address). How can I route this subnet used between the ASA and Router? Being a private address I have to translate it to something (public) before the router can send it out. But translate to what?
    Alternatively I could use a public subnet. But I do not have any.How do I get aroung this?
    Regards
    Ndaungwe

    You have IP addresses on the direct interface links to the ISP's?? You ccould use those IP addresses with NAT overload.

  • Connection dropped between ASA and router

    Hi,
    Last night Internet traffic was going from my 2811 router to the Internet via my ASA 5510 (as it should do and in accordance with my route-map policy) but, when I came in this morning, traffic wasn't going via my ASA as my route-map policy specified, it was going straight to the Internet via my Gateway of Last Resort (an SDSL router). When I did a ping between the ASA and the 2811 router, traffic started to be routed via the ASA again, as specified by the Route-Map policy. Does anyone know what caused this to happen?
    Thanks,
    Jaime

    Ensure your ACL configured properly in your device or may be you did any changes recently.

Maybe you are looking for

  • Error while login as sysdba

    Hello all, i was not getting this error before but just got this error as i installed oracle 10g developer kit when i try to connect from report builder i get an error of TNS and when i tried connecting my orcl database i got an error as *"the proced

  • Cable help

    Hi! I am looking for a cable with ipod plug on both sides to connect ipod 5G to my Denon AV Receiver. At the apple store is only standard cable (USB-plug to Ipod-plug) available. Does anyone have an idea where can I get this cable? Thanks

  • Can I export my song list in a readable format?

    Hi All I want to export is a list of the artist and titles of her/his songs. I've tried to export it to a txt file but it's practically impossible to read, it would take hours to trawl through it when all I want is something simple. I don't have any

  • PO Order Acknowledgement

    Hi We need to get order acknowledgement dates for POs, from which tables of MM, this can be obtained ? Regards Vijay

  • Master Data loading using Ascential Data stage

    Hi , We are loading master data using Ascential datastage. I have created the infoobject ZMATNUM and when I am trying to create datasiurce using 3rd party source sytesm, I am getting then messsage "DataSource ZMATNUM1(ASCENTLBI): Object type RSDS not