Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HelloI have a Problem with one of my CBS220 switches. I have a non redundant topology. One of my Links GE49 goes down but some times for 1-4min. Can the problem be because of al loop on GE3?How do you interpret it? Where you would start to searchLog...
Hi ProsWe are using Cisco Switches and Fortinet Firewall and i have the following problem to solve:There are 7 Device in VLAN 55 on different Switches speaking to each other via multicastadress (membership)But there is one device which is not able to...
Hello Guys For our soulution I had to block 3671 with a ACL rule on my 9300 switch. This worked so far. access-list 102 deny udp any any eq 3671access-list 102 permit ip any anyend Then I wanted to put an exzeption for one ip 192.168.12.239 this did...
Just forgot fometing there was a slight difference... I had to put out the host command in line 2!access-list 102 permit udp any 1.1.1.239 255.255.255.0 eq 3671
access-list 102 permit udp 1.1.1.239 255.255.255.0 any eq 3671
access-list 102 deny udp a...
Thx first that works so faraccess-list 102 permit udp host 192.168.12.239 any eq 3671
access-list 102 deny udp any any eq 3671
access-list 102 permit ip any anyIf I under stand it right, if I do this... it doesn't matter where it lies. Is that correc...