Re: Upgrade EX4200 version 11.4R75 to 15.1R5
HI SirJloader Upgrade is same as Junos upgrade. root> request system software add Jloader-ex-2200-11.3I20110326_0802_hmerge-signed.tgz Path to go from 11.4 to 15.1 is as you mentioned we have to get...
View ArticleRe: Troubleshooting error message
Apr 10 09:16:23 pfex: [EX-BCM PIC] ex_bcm_pic_optics_periodic: Failed to read eeprom of Optic 1 of Pic 2Apr 10 09:16:23 fpc0 Link 51 FAILEDApr 10 09:16:23 fpc0 [EX-BCM PIC] ex_bcm_pic_optics_periodic:...
View ArticleRe: Macsec connection not coming up
HII am not sure if this would help because 4200 would be dropping the trafficHowever can you try the below firewall ?family ethernet-switching {filter test {interface-specific;term 1 {from {ether-type...
View ArticleRe: Chassis Alarm Potential slow peers are: spmd When Fusion Configured
HI There is already an internal PR/Discussion happening on this log message. Would suggest you to please open a JTAC ticket.ThanksPartha
View ArticleRe: alarms on ex2200
https://www.juniper.net/techpubs/en_US/junos/topics/concept/ex-series-alarms-j-web-understanding.html ThanksPartha
View ArticleRe: Troubleshooting error message
Is there a PR on this yet then? I don't see one in a search of the public PR database.
View ArticleRe: Upgrade EX4200 version 11.4R75 to 15.1R5
Awesome. Thank you so much for your extremely fast response!
View ArticleHow do I block port 25 on EX4600
We need to block traffic on one switch port, from port 25 smtp.What is the best way to accomplish this task.?I could go into Security and Filters to create it. Thanks
View ArticleRe: Upgrade EX4200 version 11.4R75 to 15.1R5
HiYou can follow this path (tested on ex2200 series)11.4 >> 12.3R12 >> 15.1 (no need for 14)
View ArticleRe: How do I block port 25 on EX4600
I'd say firewall filter , but I don't see that 4600 support firewall filters :https://www.juniper.net/techpubs/en_US/junos/topics/reference/general/firewall-filter-ex-series-match-conditions-support.html
View ArticleJuniper compatibility with Cisco vCP
Are there any Juniper protocols that are compatible with Cisco's vCP?We are designing a system where we would replace Cisco 7K with EX9200's at the Core. They will be keeping multiple Cisco Aggregation...
View ArticleRe: How do I block port 25 on EX4600
Note that this is a two step process, you create the desired block filter then apply the filter to the port where you want to block the traffic. Also note that the default action is th block, so be...
View ArticleRe: How do I block port 25 on EX4600
Andy, Thanks, I believe I figured it out earlier, but wanted to make sure someone kept me honest. [edit] + firewall { + family ethernet-switching { + filter BLOCK-25 { + term PORT-25-BLOCK { + from { +...
View ArticleRe: How do I block port 25 on EX4600
starlog wrote:Andy, Thanks, I believe I figured it out earlier, but wanted to make sure someone kept me honest. [edit] + firewall { + family ethernet-switching { + filter BLOCK-25 { + term...
View ArticleRe: Juniper compatibility with Cisco vCP
MC-LAGhttps://www.juniper.net/techpubs/en_US/release-independent/nce/information-products/pathway-pages/nce/nce-145-mc-lag-ex-core-campus.pdf
View ArticleRe: How do I block port 25 on EX4600
In addition to the missing final term, you need to apply this filter to the interface. You have added the interface as a criteria here but the filter does not do anything until assigned to an...
View ArticleWeb Management not functiong ES-4200 11.4R7.5
When I enable Web Management (both http and https) with no interface specificed, I am unable to bring up the page. I have factory defaulted the switch from the LCD and zeroized the switch (request...
View ArticleRe: How do I block port 25 on EX4600
Something like this.? [edit interfaces ge-3/0/0 unit 0 family ethernet-switching] + filter { + input BLOCK-25; + } [edit] + firewall { + family ethernet-switching { + filter BLOCK-25 { + term...
View ArticleRe: How do I block port 25 on EX4600
That should be OK ..This filter will block traffic entering the port (ingress) , so the output filter would be unnecessary .
View Article