Re: A QinQ problem with QFX5100
Hi Anton, Thank you for the answer.Unfortunately that didin't work. During the commiting of your variant of configuration I've got the error:A two tagged logical interface can not support push on...
View ArticleDHCP on EX2300-C?
Does Juniper have plans to add the feature of local dhcp server to their EX2300-C switch? It was present on the old EX2200-C. So its dissappoint to see its omission.
View ArticleRe: DHCP on EX2300-C?
Why do you think it is gone? root@2300c> show configuration system services ssh; dhcp-local-server { group test { interface irb.100; } } root@2300c> show chassis hardware Hardware inventory: Item...
View ArticleRe: DHCP on EX2300-C?
When i view the config to verify, the device says the DHCP code block is disabled because it is unsupported in the EX2300-C. Then, according to this list, DHCP is available on the EX2300 but not the...
View ArticleRe: DHCP on EX2300-C?
When i issue command "show configuration system services dhcp" it lists the config, preceeded by this header:#### Warning: configuration block ignored: unsupported platform (ex2300-c-12p)##
View ArticleRe: DHCP on EX2300-C?
There are two configuration methods:https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/dhcp-server-cli.htmland you wanna say they didn't work?
View ArticlevMX: QinQ problems
I have the following topology:R1--[ge-0/0/0]--R2--[ge-0/0/1]--R3--[ge-0/0/0]--R4 R1&R4 are user devices; they send tagged frames of VLAN12.R2&R3 are performing QinQ; service VLAN ID is 100. R2...
View ArticleRe: A QinQ problem with QFX5100
I was little bit... wrong 🙂 That's must be right solution:set interfaces ae31 flexible-vlan-tagging set interfaces ae31 mtu 9216 set interfaces ae31 encapsulation extended-vlan-bridgeset interfaces...
View ArticleRe: A QinQ problem with QFX5100
And of course, you can use classical non-ELF dot1q-tunneling method:set interfaces ae31 unit 0 family ethernet-switching port-mode accessset interfaces ae31 unit 0 family ethernet-switching vlan...
View ArticleEX 3400 Configuring Vlans question
I've attmpted to follow the documentation but I found 3 different documents stating 3 different ways to create them. I haven't had luck with any of them. I'm to a point where I believe it created...
View ArticleRe: Question for the group: Improving Juniper online support
I can only speak about the EX documentation. it needs cleaned up. The quick start quide is jumbled together, and really it leaves you hanging at the end. About all it does is show how to run the...
View ArticleRe: A QinQ problem with QFX5100
You can't use native-vlan-id under the "unit XXX" stanza. And there're no untagged frames coming to us from the client's side.Also, I can't use classical scheme cause there're other units with...
View ArticleRe: A QinQ problem with QFX5100
OK. Just move native-vlan-id under parent interface config... set interfaces ae31 flexible-vlan-tagging set interfaces ae31 mtu 9216 set interfaces ae31 encapsulation extended-vlan-bridge set...
View ArticleRe: EX 3400 Configuring Vlans question
BryanP wrote:How do I wipe out what I've done and create 3 vlans 1 vlan being the management vlan that has a IP attached to it? set interfaces irb unit 100 description "management int" set interfaces...
View ArticleRe: EX 3400 Configuring Vlans question
Smiker, After doing a rollback, I tried that setup, along with adding physical ports to the vlan. Any time I set the unit to anything other then 0 it fails with a smiliar error that I posted above.
View ArticleRe: EX 3400 Configuring Vlans question
I currently don't have a config. I have learned that doing a rollback to the fartherst available number (10 for me) caused the switch to dump its intial config and basically return to factory default....
View ArticleRe: A QinQ problem with QFX5100
Actually, this solution differs from my original config with the only one line where the native-vlan-id is defined, but I've tried it anyway Unfortunately it didn't correct the situation. Thanks!
View Article