Service Manual

Table Of Contents
}
}
LAG Configuration
Apply the LAG configurations using both the Puppet Standalone and Puppet Agent. You can read and
write the LAG configurations by using the
netdev_lagtype.
node dell_s4810_node1
{
netdev_device { hostname: }
netdev_lag
{ "name":
ensure => (present | absent),
active => (true | false),
links => ('interface-name' | ['interface-name1', 'interface-
name2' ...]),
lacp => (active | disabled | passive),
minimum_links => minimum
}
}
Physical Interface Configuration
Apply the physical interface configurations using both the Puppet Standalone and Puppet Agent. You can
read and write the physical interface configuration by using the netdev_interface type.
node dell_s4810_node1
{
netdev_device { hostname: }
netdev_interface
{ “name”:
ensure => (present | absent),
active => (true | false),
admin => (up | down),
description => "interface-description",
speed => speed,
duplex => (auto | full | half),
mtu => mtu
}
}
VLAN Configuration
Apply the VLAN configurations using both the Puppet Standalone and Puppet Agent. You can read and
write the VLAN configurations by using the netdev_vlan type.
node dell_s4810_node1
{
netdev_device { hostname: }
netdev_vlan
{ "name":
ensure => (present | absent),
active => (true | false),
vlan_id => id,
description => "vlan-description",
}
}
Puppet
71