Package netaddr :: Package strategy :: Module eui48 :: Class mac_cisco
[hide private]
[frames] | no frames]

Class mac_cisco

object --+    
         |    
 mac_eui48 --+
             |
            mac_cisco

A Cisco 'triple hextet' MAC address dialect class.

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  word_size = 16
The individual word size (in bits) of this address type.
  num_words = 3
The number of words in this address type.
  word_sep = '.'
The separator character used between each word.
  word_fmt = '%.4x'
The format string to be used when converting words to string values.
  word_base = 16
The number base to be used when interpreting word values as integers.
    Inherited from mac_eui48
  max_word = 255
The maximum integer value for an individual word in this address type.
Properties [hide private]

Inherited from object: __class__