TmnxMacSpecification

  • Base type OctetString
  • Range 0 — 17

The data type TmnxMacSpecification is a string of ASCII characters that specifies how to format a string that represents a MAC address. The format is as follows: <mac-specification> ::= <alpha-string> [<delimiter-char>] <alpha-string> ::= <ucase-alpha>+ | <lcase-alpha>+ <ucase-alpha> ::= 'A' | 'B' | 'B' ... | 'Z' <lcase-alpha> ::= 'a' | 'b' | 'c' ... | 'z' <delimiter-char> any ASCII character that is not an <alpha-char> or a decimal digit Only the number of alphabetic characters and the case is relevant. Examples: 'ab:' 00:0c:f1:99:85:b8 Alcatel-Lucent SROS style 'XY-' 00-0C-F1-99-85-B8 IEEE canonical style 'mmmm.' 0002.03aa.abff Cisco style. 'xx' 000cf19985b8