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

New to JunOS configuration

$
0
0

I have an EX3300 stack in my core MDF closet and various model Cisco stacks in the edge closets.I need to configure a VLAN and associated ports on the EX3300 stack and I'm very familiar with the JunoOS CLI. For comparison purposes, here's a working VLAN:

 

interface-range mdf_ports {
member "ge-3/0/[0,1]";
member ge-3/0/26;
member-range ge-0/0/0 to ge-0/0/47;
member-range ge-1/0/0 to ge-1/0/34;
member-range ge-2/0/0 to ge-2/0/47;
member-range ge-4/0/0 to ge-4/0/47;
member-range ge-3/0/9 to ge-3/0/15;
member-range ge-3/0/18 to ge-3/0/24;
member-range ge-3/0/32 to ge-3/0/35;
member-range ge-3/0/40 to ge-3/0/46;
member-range ge-1/0/36 to ge-1/0/47;
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members OBHS_MDF;

 

The VLAN I need to configure currently looks like this:

 

interface-range OBHS_Security {
member-range ge-4/0/1 to ge-4/0/22;
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members OBHS_Security

 

I get as far as the unit 0 command and the CLI will not except that input...also need to confirm if I have the VLAN created and configured correctly.


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>