Router redundancy for Channelised E1s?

Well I have two 7606 routers and around 40 channelised E1s, I have two STM - 1 mux and four STM - 4 mux at my premises, I need to design a topology such that the two 7606 routers should be redundant i.e. in case of failure another 7606 router should switch over and provide connectivity from my LAN to the MUX.
While searching I found Automatic Protection Switching as one solution where I would have to use sonet card on 7606 routers and this sonet card would connect to an Add/Drop multiplexer.
I need to know whether STM-4 mux can be connected to STM-1 card.
Also, If I use STM - 4 card then can I have 1000 interfaces for channelised E1s on one single STM-4 card?
PA-MC-STM-1 card seems to support only 256 interfaces.
http://www.cisco.com/en/US/docs/interfaces_modules/port_adapters/install_upgrade/multichannel_serial/multichannel-stm-1_install_config/2746ovr.html
Suppose if I use multiple STM-1 cards and configure APS for redundancy, and only one SONET card fails, so will the switchover be for all the cards or just the for the card which has failed?

I need to design a topology such that the two 7606 routers should be redundant i.e. in case of failure another 7606 router should switch over and provide connectivity from my LAN to the MUX.
Automatic PRotection Switching (APS) is solution for STM1 card failure.Suppose if your 7606 is working but your STM 1 card fails then other card will be used by APS. But if you need redundancy for your 7606 router then i think you have to use HSRP,VRRP,GLBP whichever suits for the traffic pattern.
I need to know whether STM-4 mux can be connected to STM-1 card.
You cannot connect STM 4 card to a STM 1 card but you CAN connect STM 1 card on your STM 4 mux to STM 1 card in router.
if I use multiple STM-1 cards and configure APS for redundancy, and only one SONET card fails, so will the switchover be for all the cards or just the for the card which has failed?
APS is 1+1 kind of protection so 1 card is protecetd by 1 different card and can be used only for you have defined. So if you have 2 STM card/port in your router and want to use protect both of them then you need 2 more card/port in your router

Similar Messages

  • How to provied Redundancy for VRF MGMT with help of BGP over MPLS(MPBGP)

    Hi,
    Please find the Network Topology.
    This is One Remote site and mamaged by Mgmt office.
    All devices on remote site is accessed by MGMT Office. My organisation seek for Redundancy for Managing devices.
    My administration is from MGW to R1. I am new to MPLS.
    AS u can see in diagram, R1 have 3 VRF(Voice,Signal and MGMT).Currently i have primary link over whitch we are running MPBGP.
    Traffic from these VRF goes to this primary link. Currently Secondary link is not connected.
    Now my organisation proposed for  the  secondary  link  and they want that only traffic from VRF -- MGMT should go through MPLS RTR R2 (the secondary link ) , when the mgmt routes  not learned from MPLS  RTR R1 (Connected to the SP1 ).
    Current  R1 config
    There is IBGP betweem R1 to both MPLS RTR.
    BGP Config
    router bgp 64513
      synchronization disable
      neighbor 10.36.150.1 remote-as 64513
      neighbor 10.36.150.1 activate
      neighbor 10.36.150.1 update-source loopback1
      address-family ipv4 vrf signalling
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf voice
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf OAM-T
        redistribute connected
        redistribute static
      $
      address-family vpnv4
        neighbor 10.36.150.1 activate
        neighbor 10.36.150.1 send-community
      $
    !<ospfv2>
    router ospf 100
      interface gei-3/3
        network point-to-point
      $
      network 10.36.150.49 0.0.0.0 area 0.0.0.0  --- loopback ip (Configured)
      network 10.36.149.60 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R1.(Configured)
    network 10.36.149.64 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R2. ----------  (till now not configured as secondary link is not connected)
    router-id 10.36.150.49
    so what configuration need to done at R1  to achiev the redunancy for MGMT vrf ?
    if possible please reply with sample configuration.
    or
    IN MPBGP protocol, where i will apply routing policy to apply  as- path prepand    so that Route  would be secondary to  neighbor.
    IGP-OSPF and BGP over MPLS is running.
    on Which  address-familiy nbr,should i apply, is it in VPNV4 or IPV4 or IPV4  VRF ?
    if i want 10.36.128.0/26 prefix should go to Neigbhor MPLS R2, what should i use access-list or Prefix list?
    please provide the reply with its config .
    thanks in advance,
    Regards,
    Ajay
    Message was edited by: Ajaykumar yadav

    Hi,
    Please find the Network Topology.
    This is One Remote site and mamaged by Mgmt office.
    All devices on remote site is accessed by MGMT Office. My organisation seek for Redundancy for Managing devices.
    My administration is from MGW to R1. I am new to MPLS.
    AS u can see in diagram, R1 have 3 VRF(Voice,Signal and MGMT).Currently i have primary link over whitch we are running MPBGP.
    Traffic from these VRF goes to this primary link. Currently Secondary link is not connected.
    Now my organisation proposed for  the  secondary  link  and they want that only traffic from VRF -- MGMT should go through MPLS RTR R2 (the secondary link ) , when the mgmt routes  not learned from MPLS  RTR R1 (Connected to the SP1 ).
    Current  R1 config
    There is IBGP betweem R1 to both MPLS RTR.
    BGP Config
    router bgp 64513
      synchronization disable
      neighbor 10.36.150.1 remote-as 64513
      neighbor 10.36.150.1 activate
      neighbor 10.36.150.1 update-source loopback1
      address-family ipv4 vrf signalling
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf voice
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf OAM-T
        redistribute connected
        redistribute static
      $
      address-family vpnv4
        neighbor 10.36.150.1 activate
        neighbor 10.36.150.1 send-community
      $
    !<ospfv2>
    router ospf 100
      interface gei-3/3
        network point-to-point
      $
      network 10.36.150.49 0.0.0.0 area 0.0.0.0  --- loopback ip (Configured)
      network 10.36.149.60 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R1.(Configured)
    network 10.36.149.64 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R2. ----------  (till now not configured as secondary link is not connected)
    router-id 10.36.150.49
    so what configuration need to done at R1  to achiev the redunancy for MGMT vrf ?
    if possible please reply with sample configuration.
    or
    IN MPBGP protocol, where i will apply routing policy to apply  as- path prepand    so that Route  would be secondary to  neighbor.
    IGP-OSPF and BGP over MPLS is running.
    on Which  address-familiy nbr,should i apply, is it in VPNV4 or IPV4 or IPV4  VRF ?
    if i want 10.36.128.0/26 prefix should go to Neigbhor MPLS R2, what should i use access-list or Prefix list?
    please provide the reply with its config .
    thanks in advance,
    Regards,
    Ajay
    Message was edited by: Ajaykumar yadav

  • Anyone help me redundancy for serial in to fast ethernet

    We have connected some customer through leaseline through router serial interface .
    the main problem is sometime the leaseckt is down for 2 or 3 days continously.
    so we want redundancy for those customer.
    we have backup rf link
    so any possiblities are there for if serial interface line protocol went down automatically traffic swithover to ethernet interface of 3550 switch fa interface

    Hi
    in this figure the customer have one ip 16 ip block that is oruted with IGRP in PE router
    we want either link customer use same ip block.
    and in RF link Base Station is connected in L3 Swith Fast Eternet port.
    All rf customers are in different VLANS.
    if the LeaselIne went down the traffic will automatically swithed over to rf link
    means the L3 swith fast ethernet port have several vlan membership in this it automatically go.
    sorry for poor english.
    looking forward u r reply.
    thanks

  • First call attempt fails with 12000; reason="Routes available for this request but no available gateway at this point"

    We've installed a new Audiocodes Mediant 1000B gateway for our customer.  They only have about 6 users enabled for Enterprise voice and using Lync for all calls.  They have an intermittent problem whereby the first call attempt to a number on the
    PSTN fails with 12000; reason="Routes available for this request but no available gateway at this point".  There is only one PSTN gateway installed.  All routes point to this gateway.  What I found initially is that the calls
    were failing after 10 seconds which is the default "failovertimeout" in the OutboundRouting.exe.config.  I found this post http://voipnorm.blogspot.co.uk/2012/06/lync-2010-gateway-timeout-call-failures.html and
    changed the value to 20 seconds.  Subsequent failures failed after 20 seconds (the new value).  The interesting thing is that the second attempt even a couple of seconds later succeeds.  My Lync server event log has 46046 "A call to a PSTN
    number failed due to non availability of gateways." for the failed call and 46047 "A PBX gateway is now responding to requests after some failures." for the successful call moments later.
    My environment is Lync 2010.  A single enterprise edition Front End with collocated mediation.  The server is virtual and in a different physical location to the gateway.  The two sites are connected via a LES1000.  The RTT between the
    sites is very low so it isn't necessarily networking.
    In the Syslog output on the Audiocodes we don't see the call even reach the gateway.  It's likely that Lync has simply marked the gateway as down and doesn't route the first call.  Then it wakes up and marks it as up and routes the next call.
    Update wise I'm on 4.0.7577.183, 199 and 217 for those that are up to date and the only components that are behind say that 223 is available.  Those being Core Components, Lync Server, Conferencing Server and Web Components.
    As I said, this is intermittent, apparently doesn't happen for every user (which I don't buy), but is easily replicated on request.
    I definitely think changing the failovertimeout value has reduced the number of failures.  But realistically I don't want users sitting there for 20 seconds before their call fails.  Or 19 seconds for the call to route.
    I've found a few posts on this and similar issues.  I don't get the 25051 or 25052 errors.
    Any help gratefully appreciated.
    Regards
    Randy Chapman
    Best Regards Randy Chapman

    Try to change the value of Failovertimeout to 1000.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • What's SAP Router String for?

    Hi,
    I can not find proper module for me to post this message, so I post it here.
    When we create a new item in the SAP logon screen , we need to specify the following parameters:
    1) System description
    2) Message server
    3) SAP Router String (optional)
    4) System ID
    5) System Number
    4) Group
    My question is, what's SAP router string for? How to define a new SAP router string?
    Because sometimes we don't need to input SAP router string, and we can still logon to the system successfully.
    So, If I need to create a new SAP router string, where to define?
    Thanks.

    Hi
    A route string describes the stations of a connection required between two hosts. A route string has the syntax
    (/H/host/S/service/W/pass)*
    It consists of any number of substrings in the form /H/host/S/service/W/pass .
    A route string contains a substring for each SAProuter and for the target server.
    Each substring contains the information required by SAProuter to set up a connection in the route: the host name, the port name, and the password, if one was given.
    Syntax for substrings:
    ·        /H / indicates the host name‑{}‑
    Note that the host name must be at least two characters long.
    ·        /S/ is used for specifying the service (port); it is an optional entry, the default value is 3299
    ·        /W/ indicates the password for the connection between the predecessor and successor on the route and is also optional (default is u201Cu201D, no password)
    In earlier Releases (<4.0A), the password entry was made one substring later and with the letter /P/.
    New: /H/saprouter/W/pass/H/targetserver
    Old: /H/saprouter/H/targetserver/P/pass
    (Here pass is the password which is checked by the SAProuter on host saprouter to set up or prohibit the connection from the source host to the target host.)
    Due to downward compatibility, the old password entry form is still possible.
    Thenaks & Regards
    Kishore

  • Is an AppleTV and Wireless Router Needed for Mirroring Screen?

    Is an AppleTV and a Wireless Router Needed for Mirroring from a desktop monitor to an HDTV?

    It is one way.
    You can also use a mini Display Port to HDMI adapter, and an HDMI cable. A Thunderbolt to HDMI adapter works too.
    You might be able to get away with an Apple TV and no WiFi router, if you use an Ethernet cable from the Mac to the Apple TV (never tried it, but it should work in theory).
    You may even be able to use an adhoc network with an Apple TV and no WiFi router, but I think the setup would be annoying each time you wanted to mirror and you would give up internt access while the adhoc network was active.

  • Router suggestions for 10/100/1000

    Anyone have a suggestion for a router that would provide 6 ports at gigabit speeds? I would like to set up 2 Express's as a roaming wireless network and have 2 desktops that would benefit by having gigabit speed and 2 network printers. If I buy a new Airport Extreme, I'm still going to need some more ports.

    Thanks, Duane. That option occurred to me too. I don't yet have any devices that are "n" capable, but I always like to plan ahead, thus the desire to have everything gigabit. I guess I'm wondering if you have a favorite brand of switch. I've never been happy with my current Netgear router. For some strange reason I have never been able to use the WAP when printing to my big color laser.

  • Route determination for PO and Delivery

    Hi Experts,
    I would like to ask how to set up route fro deliveries and Stock transport orders.
    Hope you can help me on this.
    Thank you very much.
    Regards,
    Mylene

    Working with Route Schedules
    Use
    Using a route schedule, you can control periodic customer deliveries of a particular shipping point to different ship-to parties (for example, customers or stores) in a certain sequence on a certain defined route. The planning is based on calendar weeks. The period unit is a day. Also, route schedules have a goods issue time.
    The route schedule function supports the following processes:
    Periodic deliveries from a shipping point to stores or customers are planned in advance on the basis of calendar weeks and weekdays, also without reference to particular deliveries.
    You adapt the schedules in the specific cases to the planning. For example, you can plan a GI date for a Monday at 8 o’clock, without knowing the exact date or the delivery.
    On the basis of this planning, deliveries that are to leave the warehouse at the same time are combined into groups. In Shipping you can thus distribute the workload by processing these groups.
    Features
    You can display all deliveries for a particular route schedule on a particular day, for a particular shipping point, and so on. In this way, for example, you can choose picking lists on the basis of route schedules.
    You can create route schedules for the following documents:
    Sales orders
    Stock transfer orders
    Deliveries that are based on sales orders, store orders, stock allocations, stock transfer orders, and deliveries without reference.
    The route schedule is displayed in the header data of the delivery. For each delivery within the route, the system prints the expected date and the expected time of the delivery (on the basis of the local time at the original shipping point) on the delivery note; the goods issue date is used for the goods issue posting and the stock valuation.
    In Customizing, you define for each shipping point, delivery type, stock transfer order, and order type whether or not route schedules are to be used.
    You create the route schedules in the master data for shipping. Here you define the route schedule determination and the validity period for the route schedule and the itinerary.
    As soon as the legs have been defined, you can branch to another screen to determine the actual itinerary, as well as the time (days/hours/minutes) required to get from one unloading point to the next. In this screen there is a field beside each leg. Here you can enter the number of the itinerary for the individual legs of the route. If, for example, you enter legs A and B, but assign itinerary number 2 and 1 to these, B is the first unloading point on this route. If you press Enter, the legs are displayed in the correct sequence.
    At the same time it is possible to control the route schedule determination for each delivery type, stock transfer order, and order type. It is activated in the same manner as the repeated route determination. If the route schedule determination for a delivery is active, the system automatically attempts, during creation or change of a delivery, to determine a route schedule and records this in the delivery. Simultaneously, the scheduling is adjusted. All the deadlines, for example, the transportation planning time, the picking time, the loading time, the goods issue time, and the delivery time can change.
    Deliveries with the same route schedule and the same date can be selected for the same picking run and the same goods issue. The same procedure can be used for printing delivery notes and freight lists, for the grouping of deliveries into shipments, and for confirmation of picking orders.
    Deliveries that leave the warehouse at the same time, but are assigned to different routes and can therefore have different route schedules, can be combined together and processed through the creation of wave picks. The only condition is that all deliveries have the same goods issue time.
    Route Schedule Determination
    If exactly one route schedule is defined for a particular combination of requirements, then the system will use this.
    For each combination of requirements for the route schedule determination, you can define several route schedules.
    In the case of a delivery without a preceding document, the system determines the route schedule with the earliest delivery time at the ship-to party.
    In the case of deliveries based on preceding documents (for example, stock transfer orders), the system searches for the route schedule that is nearest to the planned date/time of the delivery. The system uses the following search algorithm:
    - If a route schedule exists for the specified time, this is assigned to the delivery.
    - If there is no route schedule for the time specified, the system searches for the previous route schedule up to the GI time.
    - If there is no route schedule from the GI time to the planned time, the system searches for the next route schedule in the future and assigns this to the delivery.
    Requirements for Route Schedules
    The route schedules are determined by the following conditions:
    · Shipping point
    Where are the goods coming from?
    Ship-to party and unloading point
    Where are the goods going to?
    Shipping condition
    How are the goods being shipped?
    Transportation group
    Which goods are shipped?
    ® For example, which type of goods?
    Calendar week / year
    When are the goods to be shipped?
    If you do not explicitly enter the week and the year, the entry applies for each calendar week. If you enter a week and a year, the route schedule only applies for this week.
    You can only use route schedules if you have maintained the working times and therefore at least one of the following times in minutes:
    · Transportation planning time
    · Pick/pack time
    · Loading time
    · Transit time
    A route schedule can leave the warehouse exactly once in a week. If a route schedule runs several times, either on several days or several times a day, it must be copied to another route schedule.
    Special schedules and public holiday weeks are possible.
    Processing a Route Schedule
    Implementation Options
    Wholesale trade customers and stores can receive goods at regular intervals. These delivery rhythms have an influence on the workload in the warehouse. To help delivery planning, the route schedule serves as a tool for planning regular, repetitive customer deliveries on a particular route. At the time of planning, potential deliveries that have not yet been created are grouped in the route schedule. When the deliveries are created, the system can automatically determine a route schedule and assign it to the delivery. All deliveries with the same route schedule and the same date can be processed together in the shipping point. All these deliveries leave the shipping point together at a particular time. They are distributed along the same geographical route.
    · Deliveries for route schedule MO10H leave the shipping on Mondays at 10:00 in the direction of Philadelphia.
    · Deliveries for route schedule MO10M leave the shipping point on Mondays at 10:00 in the direction of Boston.
    · Deliveries for route schedule MO10S leave the shipping point on Mondays at 10:00 in the direction of New York.
    You can print picking lists for all deliveries that belong to route schedules MO10H - MO10S together.
    Prerequisites
    If you want to define route schedules, you must perform the following tasks:
    - Activate the route determination
    - Activate the delivery scheduling
    - Activate the route schedule for your shipping point and make the following settings:
    Transaction
    Activity
    Delivery
    Route schedule determination for delivery type
    Sales order
    Route schedule determination for sales document type
    Stock transfer order
    Route schedule determination for delivery type
    Set delivering plant and order type
    Maintenance of the itinerary should be uniform for all the route schedules used. To ensure exact planning, maintain the itinerary for all the route schedules. If rough planning is sufficient in this case, you do not need to maintain the itinerary for a route schedule.
    If you do not define any goods accepted times in the customer master for the unloading points of the ship-to party, the system assumes that the goods acceptance is possible at any time. The system determines the delivery time from the departure time in the route schedule plus the required traveling time to the ship-to party, as set in the itinerary (specific move time). This delivery time must be within the goods acceptance time of the unloading point of the ship-to party. If not, the respective route schedule is not determined during delivery creation.
    For more information on route schedules, refer to the Implementation Guide (IMG) under Route Schedules.
    Process Flow
    Select the shipping point you are working for and enter the number of the route schedule.
    Enter the data that defines the route schedule more exactly:
    - Description of the route schedule
    - Route
    - Departure day (weekday)
    - Departure time
    You define the route schedule determination. When you create the delivery, the system can determine a route schedule on the basis of the following data:
    - Shipping point
    - Ship-to party
    - Unloading point (if available)
    - Shipping condition
    - Transportation group
    - (Optional) year/period
    You enter this data (with the exception of the shipping point already entered in step 1).
    You decide whether or not you wish to define the itinerary for this route schedule.
    (Optional) You enter the itinerary and, if required, also the travelling time.
    Creating a Route Schedule
    Choose Logistics ® Logistics Execution ® Master data ® Transportation ® Routes ® Route schedule ® Create.
    In the screen Create Route Schedule: Initial Screen, enter the shipping point and the number of the route schedule.
    If you wish to use data from an existing route schedule as a reference, enter the respective shipping point and the number of that route schedule. If you also wish to copy the itinerary, check the Copy itinerary box.
    Press ENTER .
    The Create Route Schedule screen appears (here the system displays the number you just entered for the route schedule and the shipping point).
    Enter the following data:
    Description of the route schedule
    The respective route
    Departure day (weekday)
    Departure time
    In the Determine route schedule section, enter the following data:
    Ship-to party
    Unloading point (if available)
    Shipping conditions
    Transportation group
    (Optional) Year/period
    If you wish to define for this route schedule the itinerary according to which the individual ship-to parties are to be delivered to, choose Extras ® Itinerary.
    The Create Itinerary screen appears.
    Enter the itinerary and, if necessary, the travelling time.
    When you determine the travelling time from one ship-to party to the next, you should include the wait time of the vehicle at the previous ship-to party.
    If the same route is planned for several route schedules, define for each of these route schedules the same itinerary that should correspond to the stages and legs of the route.
    Choose Goto ® Back.
    You return to the Create Route Schedule screen.
    In this screen, the Itinerary maintained field is now selected. If you wish to add other ship-to parties, you must also maintain the Itinerary for them.
    Check your data and save your entries.
    Reward if helpful...
    Regards,
    Diogo

  • CANNOT OVERRIDE DOCUMENT ROUTING ID FOR SPECIFIC TRADING PARTNER FOR ROSETT

    Cannot override Document Routing ID for specific trading partner for RosettaNet transactions.
    The Document Routing ID for other transactions types (e.g EDI) can be overridden when creating operation capability for a trading partner by unchecking "Use Existing Document Proto Parameter Values" and "Use Default Document Definition".
    This does not work for RosettaNet transactions as no option to override the values is available when "Use Default Document Definition" is unchecked.

    Hello,
    I have replicated this issue and it appears to be a bug. I shall follow up regarding the same.
    Rgds,Ramesh

  • Automatically route determination for Normal PO - Inbound delivery

    dear MM experts,
    we are successful route determination for STO & SO, now we wud like to know whether normal PO, route automatically determined or not.
    -while creating PO, we don't find the shipping tab, unlike in sto,
    or
    -while creating inbound delivery
    Please help in giving solution if any one as already implemented
    thanx in advance
    srihari

    Hi, did you solve it? I am having the same problem.

  • How to setup a routing rule for a specific file type for the content organizer?

    Hello,
    how can I set a routing rule for a specific file type, for example for "pdf" or for "docx", for my content organizer?
    As standard I can only choose for the rules the content type, name and title of the file uploaded.
    Thank you in advance!
    JohnyG

    Hi Johny,
    Based on your description, my understanding is that you want to create a routing rule for a specific file type.
    I recommend to create rules with the conditions as the image below shows for the Document content type(for example: .docx files):
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Route determination for subcontracting deliveries

    Folks,
    I am creating subcontracting PO's for subcontracting and after creation of the delivery, there is no route determined. I've maintained the transortation zone in the corresponding ship-to / customer master of the vendor, I have setup route determination, I've maintained transport relevancy for delivery type LB and item categroy LBN, though still no route is found.
    When I create a sales order for the same customer master record, the route does get found.
    any suggestions?
    MdZ

    Resolved: route determination for weight group had to be maintained as well.

  • Any tutorial for building adapters and routing services for JBI container ?

    Hi
    Thank you for reading my post
    is there any tutorial for Sun JBI container ?
    I want to know how i can build/deploy JBI components like adapters and routing service for Sun JBI container .
    another question is that , is it based on OpenESB ?
    thanks

    You can find a white paper on writing a JBI service engine here:
    http://java.sun.com/integration/reference/techart/DevelopingAServiceEngineComponent-1-2.pdf
    Also, there is a lot of information on JBI and Open ESB here:
    http://java.sun.com/integration/
    You ask if the Sun JBI container is based on Open ESB - it's actually the other way around: Open ESB is based on the Sun JBI container. The JBI container is a JSR208-compliant implementation, and Open ESB builds upon that implementation to add full ESB capabilities.
    hope this helps -
    mark

  • Multiple destination hosts in route.cfg for single domain

    GW 8.0.2
    We have route.cfg set up to send mail for some destination domains direct instead of through the default relay.
    One of the destination domains we want to add to route.cfg has multiple MX hosts they can receive mail on.
    Is it possible to add multiple host IP addresses for a single destination domain in route.cfg?
    for example:
    abc.com has mail receivers with MX records:
    abc.com 3600 IN MX 9 10.0.0.25
    abc.com 3600 IN MX 2 10.0.1.25
    abc.com 3600 IN MX 2 10.0.2.25
    abc.com 3600 IN MX 9 10.0.3.25
    - is there a way to put all those into route.cfg for abc.com for resilience?
    As I've read that route.cfg works in a similar manner to the hosts file, would a space separted list of IP addresses work?
    Anthony

    On 8/5/2013 10:06 AM, laurabuckley wrote:
    >
    > Thanks Anthony.
    >
    > Please do post back your findings as even I am curious now. I,
    > unfortunately, am not in a position to actually test this for you :(
    >
    > Cheers,
    >
    >
    unless it has been changed, no
    You get to list one and only one entry. No load balancing, no failover.

  • Redundancy for single IDSM on two separate chassis

    Can EtherChannel protocol be used to provide active/standby redundancy for single IDSM on two different chassis.
    Rgds.

    From the given link, I understand that active/standby redundancy configuration is not possible for IDSM's on two different chassis. Only active/active is possible.
    Secondly, please let me know whether the below configuration is for two IDSM's within same chassis or across two separate chassis.
    intrusion-detection module 4 management-port access-vlan 100
    intrusion-detection module 5 management-port access-vlan 100
    intrusion-detection module 4 data-port 1 channel-group 5
    intrusion-detection module 4 data-port 2 channel-group 6
    intrusion-detection module 5 data-port 1 channel-group 5
    intrusion-detection module 5 data-port 2 channel-group 6
    intrusion-detection port-channel 5 trunk allowed-vlan 200-204,208
    intrusion-detection port-channel 5 trunk allowed-vlan 708
    intrusion-detection port-channel 5 autostate include
    intrusion-detection port-channel 5 portfast enable
    intrusion-detection port-channel 6 trunk allowed-vlan 260,280,400,401
    intrusion-detection port-channel 6 trunk allowed-vlan 111-114
    intrusion-detection port-channel 6 autostate include
    intrusion-detection port-channel 6 portfast enable
    Rgds.

Maybe you are looking for

  • New to TV

    i have an imac which is connected by ethernet for internet service; i just got appleTV..... & unsure if i need another ethernet connection for my appleTV or if it works thru wi-fi in congruence w/ the imac? I have not turned it on, or set it up until

  • Can't find my LaCie BigDisc!

    Accidently pulled the powercord for my BigDisc with a huge project on it and now the computer will not mount it on the desktop. Desperate for help on what to do. Are there any tools to find it again or am I screwed? I'm on Os X 1.3.9

  • Video scaled down becomes pixelated with graphics

    Hey everyone, I have a clip in my time line which I resize (720 x 480) scale down to 32% from 100% to the corner. Adjusted all the Pixel Aspect ratios which are set to NTSC CCIR 601 (lower) & TIFF images (square). Tryed also RT which is dynamic. My l

  • Need to Hide Controls when FLV starts playing

    I am using FLVPlayer_Progressive.swf and Clear_Skin_1.swf to load and auto-play FLV video on a website. It works great but the video controls are visible on top of the video. I want to hide the controls! I spent several hours to find a way how to hid

  • Offline Editing in PC Suite

    I have one Nice Suggestion for the PC Suite which saves lot of time, that is offline editing of the contacts. If we can make the offlie contacts / new groups on pc than it saves lot of times as it can be synchronized later on pc to mobile. Thanks Mod