Can sombody help me to understand the option feature in the dhcp pool configuration for VoIP (see sample below)?
ip dhcp pool Data
network x.x.x.x 255.255.255.0
default-router x.x.x.1
dns-server x.x.x.x y.y.y.y.y
option 242 ascii L2Q=1,L2QVLAN=5
option 176 ascii L2Q=1,L2QVLAN=5
!
ip dhcp pool VoIP
network x.x.x.x 255.255.255.0
default-router x.x.x.1
option 242 ascii MCIPADD=x.x.x.x,x,x,x,x,MCPORT=1719,HTTPSRVR=x.x.x.x,TFTPSRVR=x.x.x.x,VLANTEST=0
option 176 ascii MCIPADD=x.x.x.x,x,x,x,x,MCPORT=1719,HTTPSRVR=x.x.x.x,TFTPSRVR=x.x.x.x,VLANTEST=0