Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Example: Configuring Interface Settings for a Routing Instance

This example shows an 802.3ad ae0 interface configuration allocated to a routing instance named INFrtd:

[edit chassis]aggregated-devices {ethernet {device-count 5;}}[edit interfaces ae0]vlan-tagging;aggregated-ether-options {minimum-links 2;link-speed 100m;}unit 0 {vlan-id 100;family inet {address 10.1.0.1/24;}}[edit interfaces fe-1/1/0]fastether-options {802.3ad ae0;}[edit interfaces fe-1/1/1]fastether-options {802.3ad ae0;}[edit routing-instances]INFrtd {instance-type virtual-router;interface fe-1/1/0.0;interface fe-1/1/1.0;interface fe-1/1/5.0;interface ae0.0;protocols {ospf {area 0.0.0.0 {interface all;}}}}

The following snmpwalk command shows how to retrieve SNMP-related information from router1 and the 802.3ae bundle interface belonging to routing instance INFrtd with the SNMP community public:

router# snmpwalk -Os router1 INFrtd@public dot3adAggTabledot3adAggMACAddress.59 = 0:90:69:92:93:f0dot3adAggMACAddress.65 = 0:90:69:92:93:f0dot3adAggActorSystemPriority.59 = 0dot3adAggActorSystemPriority.65 = 0dot3adAggActorSystemID.59 = 0:0:0:0:0:0dot3adAggActorSystemID.65 = 0:0:0:0:0:0dot3adAggAggregateOrIndividual.59 = true(1)dot3adAggAggregateOrIndividual.65 = true(1)dot3adAggActorAdminKey.59 = 0dot3adAggActorAdminKey.65 = 0dot3adAggActorOperKey.59 = 0dot3adAggActorOperKey.65 = 0dot3adAggPartnerSystemID.59 = 0:0:0:0:0:0dot3adAggPartnerSystemID.65 = 0:0:0:0:0:0dot3adAggPartnerSystemPriority.59 = 0dot3adAggPartnerSystemPriority.65 = 0dot3adAggPartnerOperKey.59 = 0dot3adAggPartnerOperKey.65 = 0dot3adAggCollectorMaxDelay.59 = 0dot3adAggCollectorMaxDelay.65 = 0

Published: 2012-12-08