Class NeighborAuthentication
Authentication settings between BGP peers.
[DataContract]
public class NeighborAuthentication
- Inheritance
-
NeighborAuthentication
- Inherited Members
Properties
Password
Password to configure MD5 authentication between BGP peers.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "password")]
public string? Password { get; set; }