IP Unnumbered Ethernet Polling Support
The IP Unnumbered Ethernet Polling Support feature provides IP unnumbered support for Ethernet physical interfaces. This support already exists for serial interfaces.
- Finding Feature Information
- Information About IP Unnumbered Ethernet Polling Support
- How to Configure IP Unnumbered Ethernet Polling Support
- Configuration Examples for IP Unnumbered Ethernet Polling Support
- Additional References
- Feature Information for IP Unnumbered Ethernet Polling Support
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About IP Unnumbered Ethernet Polling Support
IP Unnumbered Ethernet Polling Support Overview
IP unnumbered support for serial interfaces is extended to Ethernet physical interfaces. Unnumbered Ethernet physical interfaces are used in the same manner as unnumbered serial interfaces. On a device, if a loopback interface is configured and an IP address is assigned to it, using the polling option more than one Ethernet physical interface can be unnumbered to the loopback.
The polling option enables the dynamic discovery of hosts (connected though the unnumbered interfaces) based on the Address Resolution Protocol (ARP) protocol.
How to Configure IP Unnumbered Ethernet Polling Support
- Enabling Polling on an Ethernet Interface
- Configuring the Queue Size and the Packet Rate for IP ARP Polling for Unnumbered Interfaces
- Verifying IP Unnumbered Ethernet Polling Support
Enabling Polling on an Ethernet Interface
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
ip
address
ip-address
mask
5.
exit
6.
interface
type
number
7.
ip
unnumbered
type
number
poll
8.
end
DETAILED STEPS
Configuring the Queue Size and the Packet Rate for IP ARP Polling for Unnumbered Interfaces
1.
enable
2.
configure
terminal
3.
ip
arp
poll
queue
queue-size
4.
ip
arp
poll
rate
packet-rate
5.
end
DETAILED STEPS
Verifying IP Unnumbered Ethernet Polling Support
Perform this task to verify IP unnumbered Ethernet polling support.
![]() Note | The show commands are not in any specific order. |
1.
enable
2.
show
ip
arp
poll
3.
show
ip
interface
type
number
unnumbered
4.
show
ip
interface
type
number
unnumbered
detail
DETAILED STEPS
Configuration Examples for IP Unnumbered Ethernet Polling Support
- Example: Enabling Polling on an Ethernet Interface
- Example: Configuring the Queue Size and the Packet Rate for IP ARP Polling for Unnumbered Interfaces
Example: Enabling Polling on an Ethernet Interface
Device> enable
Device# configure terminal
Device(config)# interface loopback 0
Device(config-if)# ip address 209.165.200.229 255.255.240.224
Device(config-if)# exit
Device(config)# interface ethernet 0/0
Device(config-if)# ip unnumbered loopback 0 poll
Device(config-if)# end
Example: Configuring the Queue Size and the Packet Rate for IP ARP Polling for Unnumbered Interfaces
Device> enable
Device# configure terminal
Device(config)# ip arp poll queue 1000
Device(config)# ip arp poll rate 1000
Device(config)# end
Additional References
Related Documents
Related Topic |
Document Title |
|---|---|
|
Cisco IOS commands |
|
|
IPv4 Addressing commands |
|
|
Conceptual information about IPv4 addresses |
“Configuring IPv4 Addresses” module in the IP Addressing: IPv4 Addressing Configuration Guide |
Technical Assistance
Description |
Link |
|---|---|
|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for IP Unnumbered Ethernet Polling Support
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.Feature Name |
Releases |
Feature Information |
|---|---|---|
|
IP Unnumbered Ethernet Polling Support |
Cisco IOS XE Release 3.8S |
The IP Unnumbered Ethernet Polling Support feature provides IP unnumbered support for Ethernet physical interfaces. The following commands were introduced or modified: clear ip arp poll statistics, clear ip interface, ip arp poll, ip unnumbered poll, show ip arp poll, and show ip interface unnumbered. |

Feedback