Ethernet OAM CFM to take interface down

Hi,
I'd like to use CFM to take a link down when the remote side is not responding any more as the link is disrupted.
Platform is CRS-1 w. IOS-XR 4.1:
Here my configuration:
ethernet cfm
domain md0 level 4 id string crs_196_P2
  service ma0 down-meps
   continuity-check interval 100ms loss-threshold 3
   efd
interface TenGigE0/2/0/2
description ->t1600_195_P3, xe-1/0/2
mtu 4474
service-policy output VF-QOS
ipv4 address 172.20.23.1 255.255.255.252
load-interval 30
ethernet cfm
  mep domain md0 service isis-eoam mep-id 1
I get an error message that there is an MAID mismatch and the link is being taken down:
sh eth cfm lo meps
Defects (from at least one peer MEP):
A - AIS received                I - Wrong interval
R - Remote Defect received      V - Wrong level
L - Loop (our MAC received)     T - Timed out
C - Config (our ID received)    M - Missing (cross-check)
X - Cross-connect (wrong MAID)  U - Unexpected (cross-check)
P - Peer port down
Domain md0 (level 4), Service ma0
   ID Interface (State)        Dir MEPs/Err RD Defects AIS
    1 Te0/2/0/2 (Down)         Dn     1/1   Y  X
When I do a debug ethernet cfm packets I see the following messages that do not indicate an error to me:
LC/0/2/CPU0:Jul  7 23:55:26.424 : cfmd[138]: PKT-RX: IFH TenGigE0/2/0/2 ingress: CCM packet received at level 4 for domain md0, service ma0: length 75, source MAC 28c0.da4e.9900, destination MAC 0180.c200.0034: Packet processed successfully
LC/0/2/CPU0:Jul  7 23:55:26.480 : cfmd[138]: PKT-TX: IFH TenGigE0/2/0/2 egress: CCM packet sent at level 4 for domain md0, service ma0: length 98, source MAC 0007.0e50.95c5, destination MAC 0180.c200.0034
LC/0/2/CPU0:Jul  7 23:55:26.524 : cfmd[138]: PKT-RX: IFH TenGigE0/2/0/2 ingress: CCM packet received at level 4 for domain md0, service ma0: length 75, source MAC 28c0.da4e.9900, destination MAC 0180.c200.0034: Packet processed successfully
From the documentation I see that the MAID is made up of the MDID and the SMAN, but from the debug above they do seem to match.
Any ideas on what I am missing here?
TIA

Wrong Section, You should be asking it in IOS-XR section.

Similar Messages

  • Oam/cfm on cisco 888E and tagged pkt

    I'm configuring cisco 888E for oam functionality using tag.
    I created controller shdsl without bounding, it is possible to associate vlan to Ethernet interface automatically configured when dsl-group is created?
    For default all pkt received from FastEthernet 0 are forwarded on Ethernet 0?
    from configuration file:
    controller SHDSL 0
    dsl-group pairs  0
      shdsl annex G
    I receive tagged pkt from FastEthernet 0 (conncted to switch) but pkt aren't forwarded on Ethernet 0 interface (line side).
    Oam/cfm is configured as following:
    ethernet cfm ieee
    ethernet cfm global
    ethernet cfm domain md2 level 7
    ethernet cfm domain md1 level 5
    service ma1 vlan 213 direction down
      mep mpid 3
      continuity-check
      continuity-check static rmep
      sender-id chassis
      ais period 1
      ais level 7
      no ais suppress-alarms
      lck level 5
    I tried to enable debug
    Sep 30 12:49:32.819: EOAM PD(Et0): total_rx_frames=         290
    rx_error_frames=           0
    rx_error_symbols=           0
    rx_crc_error_frames=           0
    tx_crc_error_frames=           0
    Sep 30 12:49:32.819: EOAM PD(Et0): pqii_pro_ucc_fe_get_oam_counters: Returned
    Sep 30 12:49:32.819: EOAM LM(Et0): SYMPRD w=104857600 lt=1 ht=0 elapsed_time=7000(ms) rx_sym=39872000 err_sym=0 bw=5696
    Sep 30 12:49:32.819: EOAM LM(Et0): FRM w=1 lt=1 ht=0 t_frm=0 err_frm=0
    Sep 30 12:49:32.819: EOAM LM(Et0): FRMPRD w=10000000 lt=1 ht=0 t_frm=290 err_frm=0
    Sep 30 12:49:32.819: EOAM LM(Et0): RXCRC w=1 lt=10 ht=0 err_frm=0
    Sep 30 12:49:32.819: EOAM LM(Et0): TXCRC w=1 lt=10 ht=0 err_frm=0
    Sep 30 12:49:33.815: EOAM TX PAK(Et0) size 20:
    Sep 30 12:49:33.815: 03 00 08 00 01 10 01 00 01 00 0D 05 DC 00 00 0C
    Sep 30 12:49:33.815: 00 00 00 02                                    
    Sep 30 12:49:33.819: EOAM PD(Et0): pqii_pro_ucc_fe_get_oam_counters: Called
    I enabled EOAM only on Ethernet 0.
    I have problem on EOAM tagged pkt and also using tagged traffic.
    Cisco#show vlan-switch
    VLAN Name                             Status    Ports
    1    default                          active    Fa1, Fa2, Fa3
    213  shdsl                            active    Fa0
    1002 fddi-default                     act/unsup
    1003 token-ring-default               act/unsup
    1004 fddinet-default                  act/unsup
    1005 trnet-default                    act/unsup
    Any suggestion on configuration?
    Thanks

    Wrong Section, You should be asking it in IOS-XR section.

  • Bringing an interface down using a network profile

    I use netcfg to switch between network profiles... but when I switch from a profile using ethernet to a profile using wireless, it just adds the other interface... so that both ethernet and wireless are up.
    The only way I know to bring an interface down (say, ethernet) is to edit NET_PROFILES in /etc/rc.conf and put in a profile using wireless, and do /etc/rc.d/network restart.
    But is there an easier way? Is there some sort of command I can put inside my profile which uses wireless to bring down the ethernet interface?
    Thanks.

    I'm not infront of a Linux box right now, but perhaps if you could run, as root:
    # ifconfig eth0 down;
    of course, replace eth0 with the appropriate interface you wish to take down.
    p.s. - I hope i'm not completely getting your question wrong because I feel I may be.

  • I bought Iproxify throught app store and it does not work. I contacted the creator but I have not had any answer. What can I do to get my money back? and please take him down.

    I bought IPROXIFY throught APP STORE and it does not work. I contacted the creator and he has not answered.
    How can I get my money back? and please take him down of your page as we (users) think that we are buying products that worked backed up by MAC.
    Looking forward for an answer in order to keep buying in APP Store

    This article may clear up some confusion you may have regarding third party developers and Apple.
    The Mac App Store Discussion, what is it for?

  • How do I change the default map to one that works. Apple maps nearly killed me today in Leicester as it tried to take me down 2 pedestrian areas, 1 no entry and told me to do a u turn about 6 times at no u turn junctions.

    Need to change default map on iphone. The default maps app is dangerous - it wanted to take me down pedestrian areas and through no entries whilst trying to navigate in Leicester. It needs to be removed from my phone as it is a hazard. I clicked on a link in an email and the maps app was opened and so I used it to navigate. Big mistake. This app is a serious hazard!

    I don't really want to get into a long debate here, but just to put in some background info. I travel a lot in the uk and have done for many years. For the last couple of years I have used either Nav free or waze as sat nav maps on my iphone. Whilst there has been some errors, they have been useable - and of course you have to use your common sense whilst using them.
    On this occasion someone emailed an address to me in Leicester. I wanted to drive from on point in Leicester to this address that has been emailed to me. I clicked on the address in the email and it defaulted to the apple maps and plotted a route. It was about 1 mile away and told me it would take about 8 mins.
    This was the worse journey I have experienced with a 'sat nav' - it tried to take me through 2 pedestrian areas and 1 no entry in that short journey. Clearly I didn't go I. The pedestrian areas or turn into the one way. However, the apple. Aps persisted to try and make me take these route, and I. The process kept urging me to take a u turn where it was clearly sign posted that it was illegal to do so.
    In the end, I pulled over and switched to Waze - it directed me straight to my destination without any errors.
    The point is, I am not talking about a mistake in the middle of no where. This is a major city in the UK - and fairly central ie near the city centre.
    Generally I love Apple products and don't knock them as a company.
    The original question was genuine- can I change the default mapping app so that I don't end up using the apple maps app again. It was a disaster like nothing I have seen before.
    I now know that the answer is no.
    Apple clearly need to sort this out.

  • I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?

    I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?
    The site is joehewett.uk and I am worried that now I do not have the files of the website I cannot remove it?
    James.

    Did you delete the files from your Remote server?
    Deleting the local site folder or the site definition in DW will have no effect on your remote site.
    When I go to your URL, I see the index.html page with 16 code errors and this background image:
    http://joehewett.uk/Untitled-1.jpg
    So the site is still online until you delete those files from your server.
    Nancy O.

  • Unidentified traps and interface down alerts LMS 4.2

    Hi all,
    Sometimes we have unidentified traps in our log, we don't know where they come from.
    In high severity faults we see an active alert with device name “Unidentified” event name unresponsive but with a certain ip address.
    What are these alerts about? Can I filter them?
    A second issue I have is that I get interface down alerts. But when we log on to the device, there is no interface down at all. We can also ping the device from the lms server at that time. I have been told that the admin state and operational state has to be up.
    Thanks,
    Best Regards,
    Joris

    Hi Joris,
    Generic trap support is a new feature introduced in LMS 4.2 release. look at the below
    document also.
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.2/user/guide/lms_monitor/TrapFwd.html#wpxref13049
    LMS 4.2 release onwards DFM will display any unprocessed traps comming from device in
    fault monitor screen as unidentified trap under Inform alarm.
    For the other issue , it could be a DFM database issue , try to REDISCOVER those devices in
    DFM and see how it works
    Thanks
    Afroz

  • Intermittant radio interface down on 1130 APs

    I am having unified wireless installation, with WiSM on 6500 at central site and around 90 nos of 1130 APs located at remote locations ( over WAN) as well as some APs locate in the same location.
    The APs are configured in WCS, using default AP template.
    Alsomot all APs are showing minor alarms saying " radio interface threshold violated".
    In addition, a major alarm posted frequently on WCS saying "radion interface down".
    Cleints are complaining that they are loosing connectkion momentarily but connected again automatically wo WLAN. But they will have to log in to application programs in such cases.
    a.Does anybody have similar experience, and
    b. What are the best settings for 1130 APs trhat we have to do explicitly in setting up the WCS template ?
    Thanks ,

    Might be due to interference and the fact that RRM is enalbled and the ap's are changing channels causing the radios to shut down temporarily. Either set the channel or try to change the threshold.
    Here is the error info:
    http://www.cisco.com/en/US/docs/wireless/wcs/4.2/configuration/guide/wcsevent.html#wp1139158

  • VIF Bound Physcial Interface Down

    Hi Guys!
    We are trying to connect FI 6248 (UCSM 2.1.1a) to Brocade 6510 swtich(One FI to one of the two Brocade switches separately). The ports are configured as FC Uplink port and the FI's work in End-host mode. We created the service profile. After associating the SP to one of the blades the two errors occurs immediately:
    VIF <number> Bound Physical Interface Down
    VIF <number> Bound Physical Interface Down
    and this relates to the 2 vHBAs created in SP. Is this normal situation if OS isn't already installed on the host? We can't configure SAN zone from the brocade side because we don't see any WWPNs of the configured vHBAs in the SP. We see only FI's WWPNs(as I think). NPIV mode is enabled from the Brocade side. 
    Can someone explain what can cause this problem?

    Sergey,
    This is expected if there is no OS installed yet, see the possible reasons for the VIF down in this bug:
    https://tools.cisco.com/bugsearch/bug/CSCul99847
    Rate ALL helpful answers.
    -Kenny

  • Force dialer interface down

    Can I force dialer interface down until some one dials in?
    Sent from Cisco Technical Support iPhone App

    The router is configured as a hub VPN sever for my mobiles users.
    I don't have the option for dynamic routing due to the remote end.
    Primary connection is ip for mobile users. But if they can't use ip for any reason I want them to come in via Isdn.
    The hub needs to route ip unless it sees that the remote has come in via Isdn. I have considered a gre tunnel on the Isdn but that's over heads I'd prefer to avoid.
    Sent from Cisco Technical Support iPhone App

  • Sdlc interface down very often

    Hello,
    In my customer site, SDLC device connect to 2600. IOS version is 12.0.7T. Then access AS400 through DLSW function. We showed log and found the connected interface down very often. show log as below.
    We checked AS400 log and didn't find the SDLC device inactive ever. And we check SDLC device, the device work well, user didn't find any problem??
    We don't know why always log of message showed the interface down.
    Anyone can help me??
    .Jun 23 08:29:56 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to down
    .Jun 23 08:29:57 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
    .Jun 23 08:30:01 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to up
    .Jun 23 08:30:02 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
    .Jun 23 08:33:06 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to down
    .Jun 23 08:33:07 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
    .Jun 23 08:33:11 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to up
    .Jun 23 08:33:12 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
    .Jun 23 08:36:16 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to down
    .Jun 23 08:36:17 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
    .Jun 23 08:36:21 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to up
    .Jun 23 08:36:22 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
    .Jun 23 08:39:25 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to down
    .Jun 23 08:39:26 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
    .Jun 23 08:39:30 Taiwan: %LINK-3-UPDOWN: Interface Serial1/0, changed state to up
    .Jun 23 08:39:31 Taiwan: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
    JSB025a#sh inter se 1/0
    Serial1/0 is up, line protocol is up
    Hardware is CD2430 in sync mode
    Description: connect to SNA pu2.1
    MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation SDLC, loopback not set
    Half-duplex enabled.
    cts-delay 0 milliseconds
    dcd-txstart-delay 100 milliseconds
    dcd-drop-delay 100 milliseconds
    transmit-delay 0 milliseconds
    Errors - 0 half duplex violation
    Router link station role: PRIMARY (DCE)
    Router link station metrics:
    slow-poll 10 seconds
    T1 (reply time out) 3000 milliseconds
    N1 (max frame size) 12016 bits
    N2 (retry count) 20
    poll-pause-timer 10 milliseconds
    poll-limit-value 1
    k (windowsize) 7
    modulo 8
    sdlc vmac: 4000.2625.01--
    sdlc addr 01 state is CONNECT (xid-poll)
    cls_state is CLS_IN_SESSION
    VS 5, VR 0, Remote VR 5, Current retransmit count 0
    Hold queue: 0/200 IFRAMEs 116636/58170
    TESTs 0/0 XIDs 40235/14460, DMs 6784/6736 FRMRs 0/0
    RNRs 7/0 SNRMs 9757/0 DISC/RDs 9733/0 REJs 0/0
    Poll: clear, Poll count: 0, ready for poll, chain: 01/01
    Last input 00:00:00, output 00:00:00, output hang never
    Last clearing of "show interface" counters 9w3d
    Queueing strategy: fifo
    Output queue 0/40, 0 drops; input queue 0/75, 0 drops
    5 minute input rate 0 bits/sec, 50 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    156063821 packets input, 318338246 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    11 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 11 abort
    155708948 packets output, 337016303 bytes, 0 underruns
    0 output errors, 0 collisions, 43092 interface resets
    0 output buffer failures, 0 output buffers swapped out
    106807 carrier transitions
    DCD=up DSR=up DTR=up RTS=down CTS=down

    Hi,
    I believe that your line keeps bouncing due to Data
    Carrier Detect(DCD) going down. I didn't see a copy
    of the interface config but do you have the following
    command under your interface?
    half-duplex controlled-carrier
    This in conjunction with the dcd-txstart-delay and
    dcd-drop-delay settings will cause the DCE to drop
    DCD frequently.
    These are for very specialized environments which
    probably are not what you have.
    What is your environment, with respect to the
    connection to the AS/400? Is it just a Cisco DCE
    cable connected to an AS/400 cable? Or are there
    other cables/switches/modems involved?
    If you just have the Cisco DCE cable connected to
    the AS/400's cable then you do not need that command.
    Otherwise, it is possible you have a cable or
    physical interface problem.
    Please include your interface's config if this
    information wasn't enough to resolve the problem.
    Thanks and regards,
    Ed Mazurek

  • RRI not removing routes even with outside interface down

    Hi,
    I'm having trouble with RRI and static crypto map.
    If I configure the RRI with the outside interface down the ASA doesn't create the static route to the remote subnet.
    If I bring up the interface it creates the route, but if I shutdown the interface the RRI routes never go away meaning the ASA would turn into a  black hole.
    Any suggestion on how to get it to remove the RRI routes if the interface is down?
    I tested it with two versions with the same problem:
    9.2(2)4 
    9.3(1)

    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash ID's to help us learn more about your crash.
    #Enter about:crashes in the address bar (that's where you enter your website URL) and press Enter. You should now see a list of submitted crash reports.
    #Copy the 5 most recent crash ID's that you see in the crash report window and paste them into your response here.
    Thank you for your cooperation!
    More information and further troubleshooting steps can be found in the [[Firefox crashes]] article.

  • Ethernet oam vs lldp

    Hi,
    May be basic funda question. When to enable 'ethernet oam' and 'lldp'.
    I know lldp is cisco to non-cisco layer 2 communication.
    What is the difference between oam and lldp and when to use?
    Regards
    Siva K

    Hi,May be basic funda question. When to enable 'ethernet oam' and 'lldp'.I know lldp is cisco to non-cisco layer 2 communication.What is the difference between oam and lldp and when to use?RegardsSiva K
    Hi Siva,
    The difference between Ethernet OAM and LLDP is ethernet OAM  protocol for installing, monitoring, and troubleshooting Metro thernet networks and Ethernet WANs relies on an optional sublayer in the data link layer of the OSI model.
    OAM frames, called OAM protocol data units (OAM PDUs) use the slow protocol destination MAC address 0180.c200.0002. They are intercepted by the MAC sublayer and cannot propagate beyond a single hop within an Ethernet network. Ethernet OAM is a relatively slow protocol, with a maximum transmission rate of 10 frames per second, resulting in minor impact to normal operations.
    On the other hand the LLDP says to support non-Cisco devices and to allow for interoperability between other devices, the switch supports the IEEE 802.1AB Link Layer Discovery Protocol (LLDP). LLDP is a neighbor discovery protocol that is used for network devices to advertise information about themselves to other devices on the network. This protocol runs over the data-link layer, which allows two systems running different network layer protocols to learn about each other.
    Hope to Help !!
    Ganesh.H
    Cisco are currently donating money to the Haiti earthquake appeal for every rating so please consider rating all helpful posts.

  • How long does it take to down load mavericks from snow leperd. The mini Mac has two gig of ram.  It has been over two hours.   I have DSL

    long does it take to down load mavericks from snow leperd. The mini Mac has two gig of ram.   It's over two hours now.    I have DSL

    By cable standards it's not very fast. Assuming it runs at top speed with no hiccups at either end you can download about 650 KB/s. So, that suggests it will take a little over two hours. Of course transfers are rarely ever perfect, so could take more than two yours, realistically. My pipe is about four times faster than yours, and I've seen the download take twice as long as it "should."

  • How long does it take to down load a tv series, how long does it take to down load a tv series

    how long does it take to down load a tv series, how long does it take to down load a tv series

    Depends on your Internet speed. On my slow DSL, 1 Mbps, it will take weeks.
    http://www.speedtest.net/

Maybe you are looking for

  • How to Setup the DR for SQL2008

    Hi I want to setup the DR on SQL2008 . Following activities i have performed for the Active and stanby procedure. 1. Taken the Full backup 2. Restore it on the standy server in restoring mode 3. Configure the Transactional Log shipping for the active

  • Finding an Object from PT Spy

    Hello, PTSpy is displaying this info: Opening and querying for object with Id: 2840 and Class Id: 256 Any idea how I find this in the db - no sql is shown, and this info keep showing over and over. Trying to figure out what is being queried over and

  • Compilation Problems with the Tutorial in JDeveloper

    Hello! I'm a new user of JDeveloper. So this is typical newbie problem! I am planning to develop a Web Application using JDeveloper 3.0(JRE 1.1.8) and Oracle 8i (8.1.1). As a start I installed JDeveloper and on an Oracle Client machine and tried to r

  • Unable to print after Apple software updates

    I was able to print wirelessly without any problem until I had last updates. I'm able to print with hardwires, but not able to print wirelessly except Text Edit let me print wirelessly, but Safari or any other apple application don't print including

  • Interface arduino

    bonjour à tous, je viens vers vous car j'ai un problème pour interfacer labview et ma carte arduino uno. je m'explique:    - j'ai bien installé le pack LIFA   - on voit bien  ma carte dans visa    - le port com est bien selectionné j'ai un problème p