23-5
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 23 Configuring UDE and UDLR
Configuring UDE and UDLR
To verify hardware-based UDE on a port, perform this task:
This example shows how to verify the configuration of Gigabit Ethernet port 1/1:
Router#
show interfaces gigabitethernet 1/1 status
Port Name Status Vlan Duplex Speed Type
Gi1/1 notconnect 1 full 1000 WDM-RXONLY
Configuring Software-Based UDE
To configure software-based UDE on a port, perform this task:
This example shows how to configure 10 Gigabit Ethernet port 1/1 as a UDE send-only port:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
interface tengigabitethernet 1/1
Router(config-if)#
unidirectional send-only
Router(config-if)#
end
Warning!
Enable port unidirectional mode will automatically disable port udld. You must manually
ensure that the unidirectional link does not create a spanning tree loop in the network.
Enable l3 port unidirectional mode will automatically disable ip routing on the port. You
must manually configure static ip route and arp entry in order to route ip traffic.
This example shows how to configure 10 Gigabit Ethernet port 1/2 as a UDE receive-only port:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
interface tengigabitethernet 1/2
Router(config-if)#
unidirectional receive-only
Router(config-if)#
end
Warning!
Enable port unidirectional mode will automatically disable port udld. You must manually
ensure that the unidirectional link does not create a spanning tree loop in the network.
Command
Purpose
Router#
show interfaces
[{
gigabitethernet
|
tengigabitethernet
}
slot/interface
}]
status
Verifies the configuration.
Command
Purpose
Step 1
Router(config)#
interface
{{
gigabitethernet
|
tengigabitethernet
}
slot/interface
}
Selects the interface to configure.
Step 2
Router(config-if)#
unidirectional
{
send-only
|
receive-only
}
Configures software-based UDE.
Router(config-if)#
no
unidirectional
Removes the software-based UDE configuration.
Step 3
Router(config-if)#
end
Exits configuration mode.
Step 4
Router#
show interface
{{
gigabitethernet
|
tengigabitethernet
}
slot/interface
}
unidirectional
Verifies the configuration.