Service Manual

Table Of Contents
IsPolicyMapMatchCondition = True;
SourceInfo = "C:\\ConfigFiles\
\MSFT_NetworkDevice_AclView_config.ps1::6::9::MSFT_NetworkDevice_AclView";
AclList = {
$MSFT_NetworkDevice_AclEntry1ref
};
ModuleName = "DSCModules";
ModuleVersion = "1.0";
};
instance of OMI_ConfigurationDocument
{
Version="1.0.0";
Author="Administrator";
GenerationDate="12/31/2014 00:11:54";
GenerationHost="WIN-FMOQ86BVN3F";
};
Ethernet Configuration
Configuration MSFT_NetworkDevice_EthernetPortViewConfig
{
Import-DscResource -Name MSFT_NetworkDevice_EthernetPortView
Node ("172.168.1.2")
{
MSFT_NetworkDevice_EthernetPortView MyPort
{
PortId = "tengig-0-11"
Description = "Interface connecting to S4810"
}
}
}
MSFT_NetworkDevice_EthernetPortViewConfig -OutputPath c:\EthernetPortViewMof
The mof for the node “172.168.1.2” will get stored in the path C:
\EthernetPortViewMof.
PS C:\> Start-DscConfiguration -CimSession $dellBox -Path C:
\EthernetPortViewMof -Wait -Force
PS C:\>
Border Gateway Protocol (BGP) Configuration
For a global configuration with virtual routing and forwarding(VRF) vrf-1 (use default for default-vrf):
instance of MSFT_NetworkDevice_IpAddress as $MSFT_NetworkDevice_IpAddress1ref
{
IpAddressFamily = 1;
IpAddress = "12.1.5.11";
NetworkPrefix = 32;
};
instance of MSFT_NetworkDevice_IpAddress as $MSFT_NetworkDevice_IpAddress2ref
{
IpAddressFamily = 1;
IpAddress = "10.10.10.20";
NetworkPrefix = 32;
Open Management Infrastructure
61