Service Manual
};
instance of MSFT_NetworkDevice_IpAddress as $MSFT_NetworkDevice_IpAddress3ref
{
IpAddressFamily = 1;
IpAddress = "10.10.10.15";
NetworkPrefix = 32;
};
instance of MSFT_NetworkDevice_BgpConfigurationView as
$MSFT_NetworkDevice_BgpConfigurationView1ref
{
EnabledState =True;
Id = "1-1-vrf-1";
ExtAsNumber = 1;
Ensure = 0;
ResourceID = "[MSFT_NetworkDevice_BgpConfigurationView]MyBgpConfiguration";
RouterId = $MSFT_NetworkDevice_IpAddress1ref;
SourceInfo = "C:\\ConfigFiles\
\MSFT_NetworkDevice_BgpConfigurationViewConfig.ps1::8::9::MSFT_NetworkDevice_Bgp
ConfigurationView";
ModuleVersion = "1.0";
VrfContext = "vrf-1";
ModuleName = "DSCModules";
RedistributeConnected = True;
RedistributeStatic = True;
RedistributeConnectedRouteMap = "abc";
RedistributeStaticRouteMap = "abc";
/* MaxEBgpPaths = 7;
MaxIBgpPaths = 7;*/
BgpNetworks = { $MSFT_NetworkDevice_IpAddress2ref,
$MSFT_NetworkDevice_IpAddress3ref };
AddressFamily = 1;
};
<snip>
The ID, the key, is of the form,
Id = "1-1-vrf-1";
The key is of the form
AddressFamily-ExtAsNumber-VRFName.
For an ASN 100 on default-VRF (IPv4) it will be
1-100-default
For IPv6 context, it will be
2-100-default (corresponds to
Router bgp 100
Address-family ipv6 unicast)
</snip>
BGP Peer View Configuration
instance of MSFT_NetworkDevice_IpAddress as $MSFT_NetworkDevice_IpAddress1ref
{
IpAddressFamily = 1;
IpAddress = "1.2.3.4";
NetworkPrefix = 0;
};
Open Management Infrastructure
63