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.
Hello!We have a theory but are looking for a smoking gun. Two users are constantly being locked out. We determined that the attempts are coming from a CUCM server to the domain controller. I've checked and neither users webex phone is registered in C...
I have a prod switch that has 4 SFP+ interfaces, 1G/10G. We have a single 10G SFP slotted currently. If I want to configure a 1G interface, do I use the gigethe command or do I still use the tengigethe command?Example:conf t int gi1/1/1ORconf t int...
I have created a new VTI. I see output drops incrementing. I migrated from a 100M circuit to now 1G. The old interface also had output drops which I attributed to an old 100M circuit. The new interface also has output drops. How do I troubleshoot thi...
I need to enable directed broadcasts on some SVIs. Is there any difference between me using these two configs:acl 1 permit 10.10.10.1int vlan 1ip directed-broadcast 1ip forward-protocol udp 10ORacl 2000 permit 10.10.10.1 any udp 10int vlan 1ip direct...
I'm having a mental block with this. I understand that RD will make routes unique when you have two customers:Cust A:RD: 1:11:1:10.0.0.0/8 Cust B:RD: 2:22:2:10.0.0.0/8 I understand that RT will tell the router which route to import into that VRF and ...
Here is the config:conf t ip access-list extended 169 10 permit udp host 10.192.1.186 any eq 5067 exit ! int vlan 200 ip directed-broadcast 169 ! endinterface Vlan200description Hosts VLANip address 10.101.4.1 255.255.255.0ip directed-br...
I learned by testing in production that the ip forward-protocol udp 10 command is NOT what I need. That is for forwarding additional broadcast to the IP helper IPs. I did use an extended ACL on the destination SVI and it is working, I do see hits on ...
Hey Paul,Let me start by saying the IPs are arbitrary, I know I used different IP space in my OP. I'm not asking someone to teach me subnetting, I just need to understand behavior of devices with commands, which I thought I knew but maybe not.I'm a b...
You may and you did! Let's break this down so I hopefully touch on everything....May I ask why you need to enable direct broadcast to a range of subnets or the forwarding of UDP broadcast?Can you be more elaborate on what you are trying to accompli...
Perfect, that's all I needed to know, thank you! So there is no point in using an Extended ACL when doing Directed Broadcasts since the L4 portion of that ACL isn't considered when the router is making the decision to translate to a local broadcast a...