11-25
UserGuide for Cisco Dig ital Media Manager 5.2.x
OL-15762-03
Chapter11 Register DMPs
Reference
fetch NATIVE_VLAN /config/trigger{$NEW_TRIGGER}/vlan_native
trigger $CURRENT_TRIGGER TRIGGER=$CURRENT_TRIGGER INTERFACE=$INTERFACE LINKUP=NO
AUTH_ENABLED=$IS_AUTH_ENABLED LIMIT=$LIMIT SW_POE=$SW_POE AP125X=$CURRENT_AP125X
STICKY=$STICKY
send log facility AUTOSMARTPORT severity 5 mnemonics REMOVE Device on interface
$INTERFACE executed $CURRENT_TRIGGER to remove the configuration
if [[ $NEW_TRIGGER -eq CISCO_WIRELESS_AP_EVENT ]]; then
trigger $NEW_TRIGGER TRIGGER=$NEW_TRIGGER INTERFACE=$INTERFACE LINKUP=YES
LIMIT=$LIMIT SW_POE=$SW_POE AP125X=$IS_AP125X NATIVE_VLAN=$NATIVE_VLAN
send log facility AUTOSMARTPORT severity 5 mnemonics INSERT Device $DEVICE_TYPE
detected on interface $INTERFACE, executed $NEW_TRIGGER
return 0;
fi
if [[ $NEW_TRIGGER -eq CISCO_WIRELESS_LIGHTWEIGHT_AP_EVENT ]]; then
trigger $NEW_TRIGGER TRIGGER=$NEW_TRIGGER INTERFACE=$INTERFACE LINKUP=YES
LIMIT=$LIMIT SW_POE=$SW_POE AP125X=$IS_AP125X ACCESS_VLAN=$ACCESS_VLAN
else
trigger $NEW_TRIGGER TRIGGER=$NEW_TRIGGER INTERFACE=$INTERFACE LINKUP=YES
AUTH_ENABLED=$IS_AUTH_ENABLED ACCESS_VLAN=$ACCESS_VLAN VOICE_VLAN=$VOICE_VLAN
NATIVE_VLAN=$NATIVE_VLAN
fi
send log facility AUTOSMARTPORT severity 5 mnemonics INSERT Device $DEVICE_TYPE
detected on interface $INTERFACE, executed $NEW_TRIGGER
fi
FAQs and Troubleshooting
FAQs, page11-25
FAQs
Q.
Why does DMM report that a DMP is down within 5m inutes of my registering the DMP successfully in DMM?
A.
Make sure that the “Servlet Server Address” value is correct in DMM. See the “Establish Trust
Between Digital Signs and your Centrally Managed DMPs” section on page 11-14.
Q.
Can I take advantage of DMM autoregistration without any Medianet-ready switch?
A.
Yes. You can use the DMM-native autoregistration that we have always supported or you can
configure your DHCP server to support option 125, and thereby advertise to your DMPs the
IP address of their trusted DMM appliance.
Q.
Can I use a Cisco switch or router as my DHCP server?
A.
No. Cisco switches and routers do not support DHCP configurations that include option125.
Q.
Can a DMP that uses a static IP address autoregister itself to DMM?
A.
It depends. Although a DMP with a static IP address does not communicate with any DHCP
server—and, thus, is blind to information that it might otherwise receive via DHCP option 125 —it
should still be possible to use DMM native-autoregistration, as described elsewhere in this chapter.