10-27-2017 12:22 AM - edited 03-01-2019 08:39 AM
Dear all,
Is there a command similar to IOS "ip forward protocol udp XXXX" on Nexus5548UP to enable udp protocol to be forwarded?
BR
Omar
10-27-2017 07:03 AM
HI Omar
i dont think the ip forward-protocol config is supported yet but you can try an alternate configuration as below and see if that helps:
access-list 50 permit udp x.x.x.0 0.0.0.255 any permit udp y.y.y.0 0.0.0.255 any interface Vlan10 ip address 172.16.10.X 255.255.255.0 ip directed-broadcast 50
Hope this helps
10-30-2017 01:12 AM
05-15-2018 03:28 PM
Hiya, Omar. Did this configlet work for your scenario? I have a similar configuration I am migrating from a Cat 6500 to a N7K. Thanks!
05-18-2018 12:44 AM
Hi Brian,
at the end customer upgraded the application and we did not need anymore this feature.
BR
Omar
07-30-2019 05:47 AM
Hi:
I tested this on my platform without success:
interface Vlan779
no shutdown
ip access-group install_vlan_client_in in
no ip redirects
ip address 172.17.8.253/24
ip directed-broadcast UEFI
ip dhcp relay address 172.17.194.1
ip dhcp relay address 172.17.194.20
ip access-list UEFI
10 permit udp any any eq 4011
ip access-lists install_vlan_client_in
500 permit udp 172.17.8.0/24 172.17.194.20/32 eq 4011
I googled without any success, lot of people with this problem but no solution.
Lot of thanks for the help.
Borja
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide