Ip Udp Relay Subnet-Broadcast - Cisco Nexus 7000 Series Command Reference Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

I Commands

ip udp relay subnet-broadcast

To enable the UDP relay feature on subnet broadcast, use the ip udp relay subnet-broadcast command.
ip udp relay subnet-broadcast
no ip udp relay subnet-broadcast
Syntax Description
This command has no arguments or keywords.
Command Default
Disabled
Command Modes
Interface configuration
Command History
Release
7.3(0)D1(1)
Usage Guidelines
To use this command, you must enable the UDP relay feature by using the ip forward-protocol udp command
and associate the object group with an L3 interface.
Examples
This example shows how to enable the UDP relay feature on the subnet broadcast:
switch# configure terminal
switch(config)# feature dhcp
switch(config)# ip forward-protocol udp
switch(config)# object-group udp relay ip address udprelay1
switch(config-udp-ogroup)# host 20.1.2.2
switch(config-udp-ogroup)# 30.1.1.1 255.255.255.0
switch(config-udp-ogroup)# 40.1.1.1/24
switch(config-udp-ogroup)# exit
switch(config)# interface ethernet e0/0
switch(config-if)# ip udp relay addrgroup udprelay1
switch(config-if)# ip udp relay subnet-broadcast
switch(config-if)# exit
This example shows how to disable the UDP relay feature on the subnet broadcast:
switch(config-if)# no ip udp relay subnet-broadcast
Related Commands
Command
ip forward-protocol udp
object-group udp relay ip address
Modification
This command was introduced.
Description
Enables the UDP relay feature.
Configures an object group containing IP addresses.
Cisco Nexus 7000 Series Security Command Reference
ip udp relay subnet-broadcast
427

Advertisement

Table of Contents
loading

Table of Contents