Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

Re: [HELP] need help to setup VLAN tagging

$
0
0

Hi Joses,

 

   Can you post the code itself instead of the commands(like i post mine below)?

This is because i use the cli editor so its much better than entering commands 

 

This is what i have now

 

ge-0/0/10 {
        unit 0 {
            family ethernet-switching {
               port-mode trunk;
                vlan {
                    members [ vlan1 vlan2 ];
                }
            }
        }
    }

vlan {
        unit 1 {
            family inet {
                address 192.168.20.1/24;
            }
        }
        unit 2 {
            family inet {
                address 172.20.20.1/24;
            }
        }
    }

but the issue is i want the untag vlan1 under that port, right now both are untagged

 

ge-0/0/10.0  up     vlan1               3     tagged   unblocked
                    vlan2               4     tagged   unblocked

 

How do i make sure vlan1 is untagged and vlan2 is tagged on the port 10?

 

The reason is because i have IPMI on vlan2 and i want data on vlan1. So that way if i have an OS installed on the server and on vlan1 then it can just get data in and out without tagged traffic.

 

Thanks


Viewing all articles
Browse latest Browse all 17645

Trending Articles



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