| Addr |
| RLOC of this Map-Server. |
| AdminStatus |
| Administrative status of Map-Server. Set to delete for killing entry. Enumerations: - active (1)
- inactive (2)
- delete (3)
|
| Period |
| Period in seconds for Map-Register-frames sent to this Map-Server. |
| NextReg |
| Count-down for next Map-Register-send-attempt to this Map-Server. Relevant only if this entry is active and if there is at least one active lispLocSite-entry with related active lispInst-entry. |
| KeyId |
| Method and implied key-format used for Map-Register-authentication. Authentication can be deactivated by setting this value to none. hmac-sha1-96 refers to the specifications in RFC-2404. hmac-sha2-256-128 refert to specifications in RFC-4868. Enumerations: - none (0)
- hmac-sha1-96 (1)
- hmac-sha2-256-128 (2)
|
| KeyVal |
| Octet-string (value) of secret shared with this Map-Server and used for Map-Register-authentication. Its length is internally padded/truncated to lispMapSrvKeyLen. Length: 0 to 255 |
| KeyLen |
| Tells lispMapSrvKeyId-specific length for internally used copy of lispMapSrvKeyVal. |
| AuthMode |
| Tells for hmac-sha1-96 if authentication-data shall be stored in full 160-bits-length (skip-trunc-if-opt) or in truncated 96-bits-length (do-trunc-if-opt). RFC-6830 and RFC-2104 leave this choice open but some Map-Servers may support only one variant. For hmac-sha2-256-128, this setting has no effect because truncation to 128-bits-length is mandatory there. Enumerations: - skip-trunc-if-opt (0)
- do-trunc-if-opt (1)
|
| AuthLen |
| Tells lispMapSrvKeyId-specific and lispMapSrvAuthMode-specific length of authentication-data added to Map-Register-frames. |