Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RFC1215.cs
1using System;
3
5{
9 public static partial class Values
10 {
14 public static readonly ObjectId snmp = new ObjectId(RFC1213_MIB.Values.mib_2, 11);
15
19 public static readonly Int64 coldStart = 0;
20
24 public static readonly Int64 warmStart = 1;
25
29 public static readonly Int64 linkDown = 2;
30
34 public static readonly Int64 linkUp = 3;
35
39 public static readonly Int64 authenticationFailure = 4;
40
44 public static readonly Int64 egpNeighborLoss = 5;
45 }
46
47}
ASN.1 Object identifier
Definition: ObjectId.cs:11
static readonly Int64 egpNeighborLoss
TODO
Definition: RFC1215.cs:44
static readonly Int64 linkUp
TODO
Definition: RFC1215.cs:34
static readonly Int64 warmStart
TODO
Definition: RFC1215.cs:24
static readonly ObjectId snmp
TODO
Definition: RFC1215.cs:14
static readonly Int64 authenticationFailure
TODO
Definition: RFC1215.cs:39
static readonly Int64 coldStart
TODO
Definition: RFC1215.cs:19
static readonly Int64 linkDown
TODO
Definition: RFC1215.cs:29