Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: SSH and telnet issue

$
0
0

hello Spuluka

 

I'm not using the Mgmt interface, i just created a new vlan named it Mgmt with irb adress and ae interface as trunk this is the way i used to do with Cisco.

and i didnt apply any kind of filters unless EX Switches has it by default.

 

here is ae config from TOR sw

interfaces {
    ge-0/0/0 {
        ether-options {
            802.3ad ae10;
        }
    }                                   
    ge-0/0/1 {
        ether-options {
            802.3ad ae10;
        }
    }

ae10 {
        aggregated-ether-options {
            lacp {
                active;
            }
        }
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;   
                vlan {
                    members all;
                }
            }
        }
    }
    irb {
        unit 0 {
            family inet {
                dhcp {
                    vendor-id Juniper-ex3400-24t;
                }
            }
        }
        unit 11 {
            family inet {
                address 10.10.3.11/24;

----------------------------------------------------

 

and every TOR sw is connected to Core

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles