02-02-2012 03:31 PM
Hi,
Does anyone know if there is a way to define IP subnet with "voice class uri" command instead of just one host?
I would like to use it as incoming uri XXX inside dial-peer.
Thanks in advance
Solved! Go to Solution.
05-09-2013 09:38 AM
Hi Maciej
There is a subtle difference between host 10.10.10 and pattern 10.10.10
The pattern will match the entire URI, ie jeff10.10.10@192.168.0.1 will match.
To match a subnet, you can use
host 10.10.10 (which would also match 14.10.10.10)
or more specifically
host 10.10.10.[1-255]
02-05-2012 11:41 AM
Cisco(config-voice-uri-class)#host ipv4:10.10.10.[0-255]
Incorrect format for Host. Valid formats are:
ipv4:[0-255].[0-255].[0-255].[0-255],
ipv6:[X:X:X:X::X],
dns:host.domain
Any advice please...
02-05-2012 03:26 PM
Okay, i've found out that:
pattern 10.10.10
is enough to match /24 subnet.
05-09-2013 09:38 AM
Hi Maciej
There is a subtle difference between host 10.10.10 and pattern 10.10.10
The pattern will match the entire URI, ie jeff10.10.10@192.168.0.1 will match.
To match a subnet, you can use
host 10.10.10 (which would also match 14.10.10.10)
or more specifically
host 10.10.10.[1-255]
05-10-2013 01:38 AM
Thank You very much Michael for your clarification.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide