Cisco Systems 5.4.x Network Router User Manual


 
12-25
User Guide for Cisco Digital Media Manager 5.4.x
OL-15762-05
Chapter 12 Register DMPs
Reference
Elements to Configure Non-Medianet Autoregistration
Navigation Path
Network and Endpoints > Digital Media Players > Advanced Tasks > DMP Discovery
Prevent DHCP Address Assignments to the Wrong VLAN
Note You can run the following shell script (“mandatory.cdp.sh”) on a Cisco Catalyst 3750 Series switch. This shell script can
prevent a type of DHCP-VLAN misalignment problem that we describe under the “Medianet” heading in the
“Restrictions” section on page 12-10.
Tip To learn about shell script execution on your switch, see the documentation for your switch on Cisco.com.
\
##::cisco::eem::event_register_neighbor_discovery interface .* cdp update
#------------------------------------------------------------------
#
# February 2009, Cisco EEM team
#
# Copyright (c) 2009-2010 by Cisco Systems, Inc.
# All rights reserved.
#------------------------------------------------------------------
fetch IS_MASTER /oper/platform/stack/manager/all/role
if [[ $IS_MASTER -eq NO ]]; then
return 0
fi
INTERFACE=$_nd_local_intf_name
fetch IS_ASP_ENABLED /config/interface{$INTERFACE}/macro/auto/processing/enabled
if [[ $IS_ASP_ENABLED -eq NO ]]; then
return 0
fi
fetch IS_AUTH_ENABLED /config/interface{$INTERFACE}/macro/auto/processing/auth-enabled
if [[ $IS_AUTH_ENABLED -eq YES ]]; then
Table 12-4 Elements to Configure Autoregistration
Element Description
Name A unique and human-readable name for this autoregistration IP address range task. You must enter a
name. The name is unique in the sense that you have not used it previously as the name for anything
that can be scheduled.
Description A brief description. The description is optional.
Discovery IP Range The NMAP syntax to describe one or multiple ranges of IP addresses.
WLAN The WLAN address of a DMP 4400G.
Note We do not provide this value for other DMP models.
Serial No. The serial number of a DMP 4310G.
Note We do not provide this value for other DMP models.