[j-nsp] In-band ssh access to Juniper EX
Chris Kawchuk
juniperdude at gmail.com
Thu Mar 24 23:59:21 EDT 2011
Should just work. Ensure me0.0 is not defined anywhere in the interfaces {} stanza.
i.e.:
interfaces {
ge-0/0/0 {
unit 0 {
family ethernet-switching;
}
}
ge-0/0/1 {
unit 0 {
family ethernet-switching;
}
}
ge-0/0/2 {
unit 0 {
family ethernet-switching;
}
}
etc....
vlan {
unit 0 {
family inet {
address your-management-ip-here/24;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop somewhere-useful-on-your-LAN;
}
}
vlans {
default {
l3-interface vlan.0;
}
}
- Chris.
On 2011-03-25, at 4:17 AM, Henri Khou wrote:
> Hello,
>
> I have a Juni EX-4200 with an out-of-band management interface configured. It works like a charm.
> Then I needed to connect to my switch through the Internet so I have treied to connect via ssh to a l3-interface but I failed miserably.
> Is there a limitation regarding l3-interace or a configuration statement that prevent in-band access?
>
> Thanks
>
> Henri
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
More information about the juniper-nsp
mailing list