Enum IPv4Protocol
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of route found within an IPv4 routing table.
public enum IPv4Protocol
Fields
AutoCreated = 3The route was autocreated.
Bbn = 1001The routing protocol is BBN.
BbnSpfIgp = 12The routing protocol is bbnSpfIgp.
Bgp = 14The routing protocol is BGP.
CiscoIgrp = 11The routing protocol is CiscoIgrp.
Dhcp = 1002Dvmrp = 1003The routing protocol is DVMRP.
Egp = 5The routing protocol is EGP.
Eigrp = 1004The routing protocol is EIGRP.
Esis = 10The routing protocol is ESIS.
Ggp = 6The routing protocol is GGP.
Hello = 7The routing protocol is Hello.
Icmp = 4The routing protocol is ICMP.
Idpr = 1005The routing protocol is IDPR.
Igrp = 1006The routing protocol is IGRP.
Isis = 9The routing protocol is ISIS.
Local = 2The route is configured locally.
NetMgmt = 1007The routing protocol is NetMgmt.
Ospf = 13The routing protocol is OSPF.
Other = 1The routing protocol is another.
Rip = 8The routing protocol is RIP.
Rpl = 1008The routing protocol is RPL.
RrasStatic = 1000The routing protocol is RRASStatic.
Unknown = 0The routing protocol is unknown.