daily pastebin goal
22%
SHARE
TWEET

network output

a guest Apr 24th, 2017 58 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. user@maas:~$ sudo maas-rack support-dump --networking
  2. ### get_ip_addr() ###
  3. {'ens192': {'flags': ['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP'],
  4.             'index': 2,
  5.             'inet': ['192.168.0.100/24'],
  6.             'mac': '00:0c:29:13:50:75',
  7.             'name': 'ens192',
  8.             'settings': {'group': 'default',
  9.                          'mtu': '1500',
  10.                          'qdisc': 'mq',
  11.                          'qlen': '1000',
  12.                          'state': 'UP'},
  13.             'type': 'ethernet.physical'},
  14.  'lo': {'flags': ['LOOPBACK', 'UP', 'LOWER_UP'],
  15.         'index': 1,
  16.         'inet': ['127.0.0.1/8'],
  17.         'inet6': ['::1/128'],
  18.         'name': 'lo',
  19.         'settings': {'group': 'default',
  20.                      'mtu': '65536',
  21.                      'qdisc': 'noqueue',
  22.                      'qlen': '1000',
  23.                      'state': 'UNKNOWN'},
  24.         'type': 'loopback'}}
  25.  
  26. ### get_ip_route() ###
  27. {'default': {'dev': 'ens192', 'via': '192.168.0.1'}}
  28.  
  29. ### get_all_interfaces_definition() ###
  30. {'ens192': {'enabled': True,
  31.             'links': [{'address': '192.168.0.100/24',
  32.                        'gateway': '192.168.0.1',
  33.                        'mode': 'static'}],
  34.             'mac_address': '00:0c:29:13:50:75',
  35.             'monitored': True,
  36.             'parents': [],
  37.             'source': 'ipaddr',
  38.             'type': 'physical'}}
RAW Paste Data
Top