[device]: add support for celestica E1031 (#1528)
This commit is contained in:
parent
c822b3c75d
commit
75361042f5
@ -0,0 +1,53 @@
|
|||||||
|
# name lanes speed alias autoneg
|
||||||
|
Ethernet0 2 1000 etp1 1
|
||||||
|
Ethernet1 1 1000 etp2 1
|
||||||
|
Ethernet2 4 1000 etp3 1
|
||||||
|
Ethernet3 3 1000 etp4 1
|
||||||
|
Ethernet4 6 1000 etp5 1
|
||||||
|
Ethernet5 5 1000 etp6 1
|
||||||
|
Ethernet6 8 1000 etp7 1
|
||||||
|
Ethernet7 7 1000 etp8 1
|
||||||
|
Ethernet8 10 1000 etp9 1
|
||||||
|
Ethernet9 9 1000 etp10 1
|
||||||
|
Ethernet10 12 1000 etp11 1
|
||||||
|
Ethernet11 11 1000 etp12 1
|
||||||
|
Ethernet12 14 1000 etp13 1
|
||||||
|
Ethernet13 13 1000 etp14 1
|
||||||
|
Ethernet14 16 1000 etp15 1
|
||||||
|
Ethernet15 15 1000 etp16 1
|
||||||
|
Ethernet16 18 1000 etp17 1
|
||||||
|
Ethernet17 17 1000 etp18 1
|
||||||
|
Ethernet18 20 1000 etp19 1
|
||||||
|
Ethernet19 19 1000 etp20 1
|
||||||
|
Ethernet20 22 1000 etp21 1
|
||||||
|
Ethernet21 21 1000 etp22 1
|
||||||
|
Ethernet22 24 1000 etp23 1
|
||||||
|
Ethernet23 23 1000 etp24 1
|
||||||
|
Ethernet24 26 1000 etp25 1
|
||||||
|
Ethernet25 25 1000 etp26 1
|
||||||
|
Ethernet26 28 1000 etp27 1
|
||||||
|
Ethernet27 27 1000 etp28 1
|
||||||
|
Ethernet28 30 1000 etp29 1
|
||||||
|
Ethernet29 29 1000 etp30 1
|
||||||
|
Ethernet30 32 1000 etp31 1
|
||||||
|
Ethernet31 31 1000 etp32 1
|
||||||
|
Ethernet32 34 1000 etp33 1
|
||||||
|
Ethernet33 33 1000 etp34 1
|
||||||
|
Ethernet34 36 1000 etp35 1
|
||||||
|
Ethernet35 35 1000 etp36 1
|
||||||
|
Ethernet36 38 1000 etp37 1
|
||||||
|
Ethernet37 37 1000 etp38 1
|
||||||
|
Ethernet38 40 1000 etp39 1
|
||||||
|
Ethernet39 39 1000 etp40 1
|
||||||
|
Ethernet40 42 1000 etp41 1
|
||||||
|
Ethernet41 41 1000 etp42 1
|
||||||
|
Ethernet42 44 1000 etp43 1
|
||||||
|
Ethernet43 43 1000 etp44 1
|
||||||
|
Ethernet44 46 1000 etp45 1
|
||||||
|
Ethernet45 45 1000 etp46 1
|
||||||
|
Ethernet46 48 1000 etp47 1
|
||||||
|
Ethernet47 47 1000 etp48 1
|
||||||
|
Ethernet48 54 10000 etp49 0
|
||||||
|
Ethernet49 53 10000 etp50 0
|
||||||
|
Ethernet50 56 10000 etp51 0
|
||||||
|
Ethernet51 55 10000 etp52 0
|
@ -0,0 +1 @@
|
|||||||
|
SAI_INIT_CONFIG_FILE=/etc/bcm/helix4-e1031-48x1G+4x10G.config.bcm
|
3
device/celestica/x86_64-cel_e1031-r0/installer.conf
Normal file
3
device/celestica/x86_64-cel_e1031-r0/installer.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CONSOLE_PORT=0x2f8
|
||||||
|
CONSOLE_DEV=1
|
||||||
|
CONSOLE_SPEED=9600
|
810
device/celestica/x86_64-cel_e1031-r0/minigraph.xml
Normal file
810
device/celestica/x86_64-cel_e1031-r0/minigraph.xml
Normal file
@ -0,0 +1,810 @@
|
|||||||
|
<DeviceMiniGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<CpgDec>
|
||||||
|
<IsisRouters xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
|
||||||
|
<PeeringSessions>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA01T1</StartRouter>
|
||||||
|
<StartPeer>10.0.0.1</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>10.0.0.0</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA02T1</StartRouter>
|
||||||
|
<StartPeer>10.0.0.5</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>10.0.0.4</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA03T1</StartRouter>
|
||||||
|
<StartPeer>10.0.0.9</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>10.0.0.8</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA04T1</StartRouter>
|
||||||
|
<StartPeer>10.0.0.13</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>10.0.0.12</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA01T1</StartRouter>
|
||||||
|
<StartPeer>FC00::2</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>FC00::1</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA02T1</StartRouter>
|
||||||
|
<StartPeer>FC00::A</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>FC00::9</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA03T1</StartRouter>
|
||||||
|
<StartPeer>FC00::12</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>FC00::11</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
<BGPSession>
|
||||||
|
<StartRouter>ARISTA04T1</StartRouter>
|
||||||
|
<StartPeer>FC00::1A</StartPeer>
|
||||||
|
<EndRouter>sonic</EndRouter>
|
||||||
|
<EndPeer>FC00::19</EndPeer>
|
||||||
|
<Multihop>1</Multihop>
|
||||||
|
<HoldTime>180</HoldTime>
|
||||||
|
<KeepAliveTime>60</KeepAliveTime>
|
||||||
|
</BGPSession>
|
||||||
|
</PeeringSessions>
|
||||||
|
<Routers xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<a:BGPRouterDeclaration>
|
||||||
|
<a:ASN>64601</a:ASN>
|
||||||
|
<a:Hostname>sonic</a:Hostname>
|
||||||
|
<a:Peers>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>10.0.0.1</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>10.0.0.5</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>10.0.0.9</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>10.0.0.13</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>FC00::2</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>FC00::A</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>FC00::12</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
<BGPPeer>
|
||||||
|
<ElementType>BGPPeer</ElementType>
|
||||||
|
<Address>FC00::1A</Address>
|
||||||
|
<RouteMapIn i:nil="true"/>
|
||||||
|
<RouteMapOut i:nil="true"/>
|
||||||
|
<Vrf i:nil="true"/>
|
||||||
|
</BGPPeer>
|
||||||
|
</a:Peers>
|
||||||
|
<a:RouteMaps/>
|
||||||
|
</a:BGPRouterDeclaration>
|
||||||
|
<a:BGPRouterDeclaration>
|
||||||
|
<a:ASN>64802</a:ASN>
|
||||||
|
<a:Hostname>ARISTA01T1</a:Hostname>
|
||||||
|
<a:RouteMaps/>
|
||||||
|
</a:BGPRouterDeclaration>
|
||||||
|
<a:BGPRouterDeclaration>
|
||||||
|
<a:ASN>64802</a:ASN>
|
||||||
|
<a:Hostname>ARISTA02T1</a:Hostname>
|
||||||
|
<a:RouteMaps/>
|
||||||
|
</a:BGPRouterDeclaration>
|
||||||
|
<a:BGPRouterDeclaration>
|
||||||
|
<a:ASN>64802</a:ASN>
|
||||||
|
<a:Hostname>ARISTA03T1</a:Hostname>
|
||||||
|
<a:RouteMaps/>
|
||||||
|
</a:BGPRouterDeclaration>
|
||||||
|
<a:BGPRouterDeclaration>
|
||||||
|
<a:ASN>64802</a:ASN>
|
||||||
|
<a:Hostname>ARISTA04T1</a:Hostname>
|
||||||
|
<a:RouteMaps/>
|
||||||
|
</a:BGPRouterDeclaration>
|
||||||
|
</Routers>
|
||||||
|
</CpgDec>
|
||||||
|
<DpgDec>
|
||||||
|
<DeviceDataPlaneInfo>
|
||||||
|
<IPSecTunnels/>
|
||||||
|
<LoopbackIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<a:LoopbackIPInterface>
|
||||||
|
<Name>HostIP</Name>
|
||||||
|
<AttachTo>Loopback0</AttachTo>
|
||||||
|
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<b:IPPrefix>10.1.0.32/32</b:IPPrefix>
|
||||||
|
</a:Prefix>
|
||||||
|
<a:PrefixStr>10.1.0.32/32</a:PrefixStr>
|
||||||
|
</a:LoopbackIPInterface>
|
||||||
|
<a:LoopbackIPInterface>
|
||||||
|
<Name>HostIP1</Name>
|
||||||
|
<AttachTo>Loopback0</AttachTo>
|
||||||
|
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<b:IPPrefix>FC00:1::32/128</b:IPPrefix>
|
||||||
|
</a:Prefix>
|
||||||
|
<a:PrefixStr>FC00:1::32/128</a:PrefixStr>
|
||||||
|
</a:LoopbackIPInterface>
|
||||||
|
</LoopbackIPInterfaces>
|
||||||
|
<ManagementIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<a:ManagementIPInterface>
|
||||||
|
<Name>HostIP</Name>
|
||||||
|
<AttachTo>eth0</AttachTo>
|
||||||
|
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution">
|
||||||
|
<b:IPPrefix>10.251.0.243/23</b:IPPrefix>
|
||||||
|
</a:Prefix>
|
||||||
|
<a:PrefixStr>10.251.0.243/23</a:PrefixStr>
|
||||||
|
</a:ManagementIPInterface>
|
||||||
|
</ManagementIPInterfaces>
|
||||||
|
<MplsInterfaces/>
|
||||||
|
<MplsTeInterfaces/>
|
||||||
|
<RsvpInterfaces/>
|
||||||
|
<Hostname>sonic</Hostname>
|
||||||
|
<PortChannelInterfaces/>
|
||||||
|
<VlanInterfaces>
|
||||||
|
<VlanInterface>
|
||||||
|
<ElementType>VlanInterface</ElementType>
|
||||||
|
<Name>Vlan2</Name>
|
||||||
|
<AttachTo>etp1;etp2;etp3;etp4;etp5;etp6;etp7;etp8;etp9;etp10;etp11;etp12;etp13;etp14;etp15;etp16;etp17;etp18;etp19;etp20;etp21;etp22;etp23;etp24;etp25;etp26;etp27;etp28;etp29;etp30;etp31;etp32;etp33;etp34;etp35;etp36;etp37;etp38;etp39;etp40;etp41;etp42;etp43;etp44;etp45;etp46;etp47;etp48</AttachTo>
|
||||||
|
<NoDhcpRelay>False</NoDhcpRelay>
|
||||||
|
<StaticDHCPRelay>0.0.0.0/0</StaticDHCPRelay>
|
||||||
|
<Type i:nil="true"/>
|
||||||
|
<VlanID>2</VlanID>
|
||||||
|
<Tag>2</Tag>
|
||||||
|
<Subnets>172.0.0.0/26</Subnets>
|
||||||
|
</VlanInterface>
|
||||||
|
</VlanInterfaces>
|
||||||
|
<IPInterfaces>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp49</AttachTo>
|
||||||
|
<Prefix>10.0.0.0/31</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp50</AttachTo>
|
||||||
|
<Prefix>10.0.0.4/31</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp51</AttachTo>
|
||||||
|
<Prefix>10.0.0.8/31</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp52</AttachTo>
|
||||||
|
<Prefix>10.0.0.12/31</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp49</AttachTo>
|
||||||
|
<Prefix>FC00::1/126</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp50</AttachTo>
|
||||||
|
<Prefix>FC00::9/126</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp51</AttachTo>
|
||||||
|
<Prefix>FC00::11/126</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:Name="true"/>
|
||||||
|
<AttachTo>etp52</AttachTo>
|
||||||
|
<Prefix>FC00::19/126</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
<IPInterface>
|
||||||
|
<ElementType>IPInterface</ElementType>
|
||||||
|
<Name i:nil="true"/>
|
||||||
|
<AttachTo>Vlan2</AttachTo>
|
||||||
|
<Prefix>172.0.0.1/26</Prefix>
|
||||||
|
</IPInterface>
|
||||||
|
</IPInterfaces>
|
||||||
|
<DataAcls/>
|
||||||
|
<AclInterfaces/>
|
||||||
|
<DownstreamSummaries/>
|
||||||
|
<DownstreamSummarySet xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
|
||||||
|
</DeviceDataPlaneInfo>
|
||||||
|
</DpgDec>
|
||||||
|
<PngDec>
|
||||||
|
<DeviceInterfaceLinks>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>10000</Bandwidth>
|
||||||
|
<EndDevice>ARISTA01T1</EndDevice>
|
||||||
|
<EndPort>Ethernet1</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>sonic</StartDevice>
|
||||||
|
<StartPort>etp49</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>10000</Bandwidth>
|
||||||
|
<EndDevice>ARISTA02T1</EndDevice>
|
||||||
|
<EndPort>Ethernet1</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>sonic</StartDevice>
|
||||||
|
<StartPort>etp50</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>10000</Bandwidth>
|
||||||
|
<EndDevice>ARISTA03T1</EndDevice>
|
||||||
|
<EndPort>Ethernet1</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>sonic</StartDevice>
|
||||||
|
<StartPort>etp51</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>10000</Bandwidth>
|
||||||
|
<EndDevice>ARISTA04T1</EndDevice>
|
||||||
|
<EndPort>Ethernet1</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>sonic</StartDevice>
|
||||||
|
<StartPort>etp52</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp1</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-01</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp2</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-02</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp3</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-03</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp4</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-04</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp5</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-05</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp6</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-06</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp7</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-07</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp8</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-08</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp9</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-09</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp10</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-10</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp11</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-11</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp12</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-12</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp13</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-13</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp14</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-14</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp15</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-15</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp16</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-16</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp17</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-17</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp18</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-18</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp19</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-19</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp20</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-20</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp21</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-21</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp22</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-22</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp23</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-23</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp24</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-24</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp25</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-25</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp26</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-26</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp27</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-27</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp28</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-28</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp29</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-29</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp30</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-30</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp31</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-31</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp32</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-32</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp33</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-33</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp34</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-34</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp35</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-35</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp36</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-36</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp37</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-37</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp38</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-38</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp39</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-39</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp40</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-40</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp41</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-41</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp42</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-42</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp43</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-43</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp44</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-44</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp45</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-45</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp46</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-46</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp47</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-47</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
<DeviceLinkBase i:type="DeviceInterfaceLink">
|
||||||
|
<ElementType>DeviceInterfaceLink</ElementType>
|
||||||
|
<AutoNegotiation>true</AutoNegotiation>
|
||||||
|
<Bandwidth>1000</Bandwidth>
|
||||||
|
<EndDevice>sonic</EndDevice>
|
||||||
|
<EndPort>etp48</EndPort>
|
||||||
|
<FlowControl>true</FlowControl>
|
||||||
|
<StartDevice>server-48</StartDevice>
|
||||||
|
<StartPort>0</StartPort>
|
||||||
|
</DeviceLinkBase>
|
||||||
|
</DeviceInterfaceLinks>
|
||||||
|
<Devices>
|
||||||
|
<Device i:type="ToRRouter">
|
||||||
|
<Hostname>sonic</Hostname>
|
||||||
|
<HwSku>Celestica-E1031-T48S4</HwSku>
|
||||||
|
<ManagementAddress xmlns:a="Microsoft.Search.Autopilot.NetMux">
|
||||||
|
<a:IPPrefix>10.251.0.243</a:IPPrefix>
|
||||||
|
</ManagementAddress>
|
||||||
|
</Device>
|
||||||
|
</Devices>
|
||||||
|
</PngDec>
|
||||||
|
<Hostname>sonic</Hostname>
|
||||||
|
<HwSku>Celestica-E1031-T48S4</HwSku>
|
||||||
|
</DeviceMiniGraph>
|
@ -1,9 +1,9 @@
|
|||||||
BRCM_SAI = libsaibcm_3.1.3.5-3_amd64.deb
|
BRCM_SAI = libsaibcm_3.1.3.5-5_amd64.deb
|
||||||
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm_3.1.3.5-3_amd64.deb?sv=2015-04-05&sr=b&sig=lzB9IHpJuMEENr9N9W0LBFamJ7mpvRVWgigfQmpIrPc%3D&se=2155-06-05T09%3A13%3A41Z&sp=r"
|
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmsai/libsaibcm_3.1.3.5-5_amd64.deb?sv=2015-04-05&sr=b&sig=QPeazVTcPxPiWnLQRX4BqAAoyo0kTXJlfNAAtp2nilk%3D&se=2155-06-28T00%3A35%3A53Z&sp=r"
|
||||||
|
|
||||||
BRCM_SAI_DEV = libsaibcm-dev_3.1.3.5-3_amd64.deb
|
BRCM_SAI_DEV = libsaibcm-dev_3.1.3.5-5_amd64.deb
|
||||||
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))
|
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))
|
||||||
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm-dev_3.1.3.5-3_amd64.deb?sv=2015-04-05&sr=b&sig=WoRAz6j8G3Xk%2BT3MOmhp5f%2BvWggw%2BgGgk2JtDJHkKjs%3D&se=2155-06-05T09%3A14%3A46Z&sp=r"
|
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmsai/libsaibcm-dev_3.1.3.5-5_amd64.deb?sv=2015-04-05&sr=b&sig=6yrT5BVHkTr5955Rf9sADlVVN8o8TzxSjoj3JZg6nHw%3D&se=2155-06-28T00%3A37%3A34Z&sp=r"
|
||||||
|
|
||||||
SONIC_ONLINE_DEBS += $(BRCM_SAI) $(BRCM_SAI_DEV)
|
SONIC_ONLINE_DEBS += $(BRCM_SAI) $(BRCM_SAI_DEV)
|
||||||
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)
|
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)
|
||||||
|
Loading…
Reference in New Issue
Block a user