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.
Hi.Cisco Call Manager generates lot of multicast traffic for Music on Hold through the VOICE Vlan.I wish to filter this traffic from being transmitted on a specific switchport belonging to this LAN: there is a way to achieve this?I cannot use VACL (m...
HiSo far i managed my switches with TACACS+, however now i've to deploy 802.1X, requiring RADIUS only. For what i know, ACS (i'm using 4.2) allows to define a device using only TACACS or RADIUS, but not both.Do i am right? Or there is a way to define...
I have an ASA 5505 8.0 for VPN RA, authenticating users locally.Configured on it, there are 3 tunnel groups, to give access to different resources.So far the users are able to establish successfully the tunnel, by vpn client, however they can't acces...
Hi.A router has two static default routes to internet pointing to two different gateways.I wish to have OSPF redistributing a default-route only to one default gateway: if the interface pointing to it goes down, no default-route has to be redistribut...
Hi Rob.In the end this is how it works.A server directly connected to the switch transmit the multicast traffic (the switch is configured to performing routing).This traffic is flooded to all the ports belonging to the VLAN, indipendently they joined...
Hi Rob.This is just what i did yesterday and it worked!I configured the switch in this simple way:ip multicast-routing distributedip igmp snooping vlan 100 querier address 192.168.100.254interface Vlan100 ip address 192.168.100.254 255.255.255.0 ip p...
Hi RobI've implemented the config on a test networkAt the moment, i have a station on the lan broadcasting on 239.1.1.1 address. A host is receiving traffic for this multicast address although it didn't subscribe for the multimedia stream.The show ip...
I figured initially the private vlan, but it's too complicated, considering the topology and the traffic path.Returning to the first proposal: yes, the interface vlan 10 has its own ip address 172.21.254.249/24 Also, the switch is linked via a Layer ...
I write the configuration as it has been implemented by the local administrator:ip igmp snooping vlan 10 mrouter interface Gi3/0/1ip igmp snooping vlan 10 mrouter interface Gi3/0/3ip igmp snooping vlan 10 immediate-leaveNothing else about igmp snoopi...