[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: draft-ietf-l3vpn-mpls-vpn-mib drop counter
- To: Thomas Nadeau <tnadeau at cisco.com>, "Ash, Gerald R (Jerry), ALABS" <gash at att.com>
- Subject: RE: draft-ietf-l3vpn-mpls-vpn-mib drop counter
- From: "Wijnen, Bert (Bert)" <bwijnen at lucent.com>
- Date: Sat, 5 Jun 2004 13:26:08 +0200
- Cc: Ron Bonica <Ronald.P.Bonica at mci.com>, "Chung, Li-Jin W, ALABS" <lic at att.com>, l3vpn at ietf.org, "Lai, Wai S \(Waisum\), ALABS" <wlai at att.com>
- List-help: <mailto:l3vpn-request@ietf.org?subject=help>
- List-id: l3vpn.ietf.org
- List-post: <mailto:l3vpn@ietf.org>
- List-subscribe: <https://www1.ietf.org/mailman/listinfo/l3vpn>, <mailto:l3vpn-request@ietf.org?subject=subscribe>
- List-unsubscribe: <https://www1.ietf.org/mailman/listinfo/l3vpn>, <mailto:l3vpn-request@ietf.org?subject=unsubscribe>
- Sender: l3vpn-bounces at ietf.org
I just want to understand. Tom states:
> > mplsL3VpnVrfRouteDroppedCounter OBJECT-TYPE
> > SYNTAX Unsigned32
> > MAX-ACCESS read-only
> > STATUS current
> > DESCRIPTION
> > This counter should be incremented when the number of routes
> > contained by the specified VRF exceeds or attempts to exceed
> > the maximum allowed value as indicated by
> > mplsL3VpnVrfMaxRouteThreshold.
>
>
> TOM: Yes, a simple definition is indeed simple. However, consider
> the implementation both in the device and in the NMS:
>
> Device: Device's code needs to be modified in a number of
> places to accurately count this. Then the device
> needs to be constantly asked what the status of
> the variable is.
>
> NMS: NMS needs to poll constantly to stay accurate,
> so it needs to be modified.
>
> Consider that a typical PE services on the order of several
> hundred VRFs. That is a lot of polling to do, just for that
> device. What I am suggesting is that it is more efficient
> for everyone involved to simply let the device tell the NMS
> when its pre-configured threshold for routes exceeded has been
> reached and simplyl tell it.
Can you explain what the difference in code is for the device.
It seems to me that it is as follows:
- for the "let device tell the NMS"
keep an eye on a count and if it exeeds the treshhold,
send a notification.
- for the above counter it seems
keep an eye on a count and if it exeeds the treshhold,
increment above counter by 1.
Or am I still not understanding?
The fact if the counter gets polled many times or how many notifications
get send is a separate issue and is something that one may want to
write some text about, but (to me) seems to have nothing to do with
the complexity of supporting the notifications and/or the counter.
I am not an operator myself, so I am note voicing my support one way
or the other, but I do want to understand the technical details.
Bert