Ubuntu Pastebin

Paste from bdx at Thu, 3 Mar 2016 19:29:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
linadm@maas-controller:~$ sudo maas root vlan read 0 0
Success.
Machine-readable output follows:
{
    "name": "untagged", 
    "vid": 0, 
    "mtu": 1500, 
    "fabric": "fabric-0", 
    "id": 0, 
    "resource_uri": "/MAAS/api/1.0/vlans/0/"
}
linadm@maas-controller:~$ sudo maas root vlan update 0 0 mtu=9000
{"__all__": ["Cannot modify the default VLAN for a fabric."]}
Download as text