cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1599
Views
5
Helpful
2
Replies

How to add aggregated ethernet in Juniper with following NED ncs-5.3.0.1-juniper-junos-4.5.20

kiran kotari
Cisco Employee
Cisco Employee

In juniper NED we configured ae interfaces but we are not able to view ae10 interfaces under physical interfaces to bind with.

 

nsoadmin@ncs(config-config)# configuration interfaces interface xe-0/0/0 gigether-options ieee-802.3ad

we are able to view list of ae interfaces under configuration 

    interfaces {
        interface ae10 {
            description   tryae;
            vlan-tagging;
            mtu           9192;
            link-mode     full-duplex;
            encapsulation flexible-ethernet-services;
            aggregated-ether-options {
                load-balance {
                    per-packet;
                }
                link-speed 1g;
                lacp {
                    active;
                }
            }
            unit 100 {
                description   "juniper aggrigration";
                encapsulation vlan-ccc;
                vlan-id       100;
                input-vlan-map {
                    swap;
                    vlan-id 200;
                }
                output-vlan-map {
                    swap;
                }
            }
        }

Need help on configuring the aggregated ethernet in Juniper devices

2 Accepted Solutions

Accepted Solutions

uavsec001
Level 1
Level 1

admin@ncs(config)# devices device jun0 config junos:configuration interfaces interface xe-0/0/2 gigether-options ieee-802.3ad bundle ?
Description: Join an aggregated Ethernet interface
Possible completions:
<string>

 

Something like this?

View solution in original post

Thanks, We have found the following case id "685370891" where it suggests to configure via “ieee-802.3ad bundle ae<id>”

View solution in original post

2 Replies 2

uavsec001
Level 1
Level 1

admin@ncs(config)# devices device jun0 config junos:configuration interfaces interface xe-0/0/2 gigether-options ieee-802.3ad bundle ?
Description: Join an aggregated Ethernet interface
Possible completions:
<string>

 

Something like this?

Thanks, We have found the following case id "685370891" where it suggests to configure via “ieee-802.3ad bundle ae<id>”