Cisco Cisco StadiumVision Mobile Streamer Maintenance Manual

Page of 94
 
 
© 2011 Cisco Systems, Inc. All rights reserved.   
 
Page 43 of 94 
Configuring DHCP Options 
The DMP auto discovers the SV Director server via DHCP and then auto registers 
with SV Director. This discovery process uses Option 60 and Option 43 where 
Option 60 is used to identify the DMP as the requesting device of Option 43 
information. Option 43 is configured with the URL that the DMP will use for 
registration with SV Director.  
Cisco IOS DHCP Server 
To configure the Cisco IOS DHCP Server for Option 60 and Option 43: 
1.  Access the configuration mode at the Cisco IOS CLI. 
2.  Configure the ip helper-address on the Video VLAN to point the DHCP server to 
where this configuration will be done. If the DHCP server is configured on the 
local switch where the DMPs are connected, this step is not required. 
interface Vlan200  
ip address 10.50.1.1 255.255.255.0 
ip helper-address 10.131.130.1
(Router with DHCP Server Configured) 
ip pim sparse-mode 
3.  Create the DHCP pool, which includes the necessary parameters, such as 
default router and server name. This is an example DHCP scope: 
ip dhcp pool 
<pool name>
 
network 
<ip network> <netmask>
 
default-router 
<default-router IP address>
 
4.  Add the Option 60 line with this syntax: 
option 60 ascii DMP4310 
5.  Add the Option 43 line with this syntax: 
option 43 ascii http://<
SV Director IP Address
>:8080/StadiumVision/dmp_reg 
Note: You do not need to define a sub-option value for the Cisco IOS DHCP server. 
For example, to configure Option 43 for Cisco DMP 4310 with the SV Director IP 
address 10.50.1.27, add this line to the DHCP pool in the Cisco IOS CLI: 
option 43 ascii http://10.50.1.27:8080/StadiumVision/dmp_reg 
Note: The Cisco IOS DHCP server is limited to one Option 43 for each DHCP pool, 
so you can only configure a DHCP scope for a single device type. This should not 
pose a problem since the recommendation is to use separate VLANs per service. 
For example, Video VLAN for DMPs, Voice VLAN for IP phones, and Wireless 
VLAN for APs.