<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSS - Service transition trap in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340257#M5618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;having a look at your trapdefinition I found out, that this trap seems to be different one than the one I received as there is a difference in  defintion given for this trap in svcEXT.mib and the definition you provided. In svcext.mib this trap is defined as trap-type and your defintions states notificatation type. Additionally the OID are differing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this difference a result of my typo (I'm using WEBNS7.2 and not what I stated earlier 7.3) or is a different MIB I've not found so far. &lt;/P&gt;&lt;P&gt;TIA for clarification,&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2005 12:15:16 GMT</pubDate>
    <dc:creator>jfoerster</dc:creator>
    <dc:date>2005-01-05T12:15:16Z</dc:date>
    <item>
      <title>CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340253#M5614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've the feeling, That the CSS (webNS7.30) is not sending a service transition trap correctly. Normaly there are two values given (service name and service state).If I have a look at the MIB I see that these are the two defined objects. If I have a look at the received trap only one value stating the two variables is given (i.e. &lt;/P&gt;&lt;P&gt;local0log:Jun 13 02:03:31 atl-tme-linux snmptrapd[8334]: 10.90.14.233: Enterpris&lt;/P&gt;&lt;P&gt;e Specific Trap (1) Uptime: 1 day, 0:29:50.94, SNMPv2-SMI::enterprises.2467.1.15&lt;/P&gt;&lt;P&gt;.10.0 = STRING: "Service Transition - Service:sun State:down"&lt;/P&gt;&lt;P&gt;).&lt;/P&gt;&lt;P&gt;If I have a look at a server trap (i.e.&lt;/P&gt;&lt;P&gt;TRAP,10.10.10.10,1,6,3008&lt;/P&gt;&lt;P&gt;TRAPOID,public,.1.3.6.1.4.1.232&lt;/P&gt;&lt;P&gt;TIME, 1232523643,254778&lt;/P&gt;&lt;P&gt;OID,.1.3.6.1.2.1.1.5.0,[ABCD12345]&lt;/P&gt;&lt;P&gt;OID,.1.3.6.1.4.1.232.11.2.11.1.0,0&lt;/P&gt;&lt;P&gt;OID,.1.3.6.1.4.1.232.3.2.3.1.1.4.0.1,7&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;3 oids are given (the example is a trap of a compaaq server).&lt;/P&gt;&lt;P&gt;Is this a correct behaviour or in other words is this RFC compliant that two variables are given with only one OID?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt; joerg&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2005 09:42:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340253#M5614</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-01-03T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340254#M5615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this what is defined in the svcext.mib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apSvcTransitionTrap NOTIFICATION-TYPE&lt;/P&gt;&lt;P&gt;    OBJECTS { apSvcTrapEventText }&lt;/P&gt;&lt;P&gt;    STATUS        current&lt;/P&gt;&lt;P&gt;    DESCRIPTION&lt;/P&gt;&lt;P&gt;        "A service transition trap is generated whenever the service&lt;/P&gt;&lt;P&gt;         state transitions from ACTIVE -&amp;gt; DEAD, or DEAD -&amp;gt; ACTIVE."&lt;/P&gt;&lt;P&gt;    ::= { apSvcExtMibNotifs 1 }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apSvcTrapEventText OBJECT-TYPE&lt;/P&gt;&lt;P&gt;    SYNTAX        SnmpAdminString (SIZE(0..255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this trap will return a string.&lt;/P&gt;&lt;P&gt;The string can be whatever.&lt;/P&gt;&lt;P&gt;In this case it is the service name and status.&lt;/P&gt;&lt;P&gt;Up to you to extract the info that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is rfc compliant even if not very friendly for most of the existing tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2005 14:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340254#M5615</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-01-03T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340255#M5616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;thanks for the info.&lt;/P&gt;&lt;P&gt;I had the fear that this would be the answer. Is there a chance that this will be changed if necessary per feature request?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2005 14:18:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340255#M5616</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-01-03T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340256#M5617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know one customer who asked for this already.&lt;/P&gt;&lt;P&gt;Not sure if a feature request was submitted.&lt;/P&gt;&lt;P&gt;You can go through your sales representative to introduce the request as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2005 10:35:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340256#M5617</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-01-04T10:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340257#M5618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;having a look at your trapdefinition I found out, that this trap seems to be different one than the one I received as there is a difference in  defintion given for this trap in svcEXT.mib and the definition you provided. In svcext.mib this trap is defined as trap-type and your defintions states notificatation type. Additionally the OID are differing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this difference a result of my typo (I'm using WEBNS7.2 and not what I stated earlier 7.3) or is a different MIB I've not found so far. &lt;/P&gt;&lt;P&gt;TIA for clarification,&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2005 12:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340257#M5618</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-01-05T12:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340258#M5619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the trap changed with 7.40 and this is the mib I actually checked because it was the one available to me quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking 7.20, I see the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apSvcTransitionTrap TRAP-TYPE&lt;/P&gt;&lt;P&gt;    ENTERPRISE svcExt&lt;/P&gt;&lt;P&gt;    VARIABLES { apSvcTrapEventText }&lt;/P&gt;&lt;P&gt;    DESCRIPTION&lt;/P&gt;&lt;P&gt;            "A service transition trap is generated whenever the &lt;/P&gt;&lt;P&gt;             the service state transitions from ACTIVE -&amp;gt; DEAD, or&lt;/P&gt;&lt;P&gt;             DEAD -&amp;gt; ACTIVE."&lt;/P&gt;&lt;P&gt;    ::= 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2005 15:13:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340258#M5619</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-01-05T15:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Service transition trap</title>
      <link>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340259#M5620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gilles,&lt;/P&gt;&lt;P&gt;thanks for clarification. That's what I thought it to be.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 10:52:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-service-transition-trap/m-p/340259#M5620</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-01-06T10:52:46Z</dc:date>
    </item>
  </channel>
</rss>

