Re: Pix 515e and Nortel i2050 Softphone
- From: roberson@xxxxxxxxxxxx (Walter Roberson)
- Date: Mon, 27 Feb 2006 17:06:28 GMT
In article <1141052964.291355.252290@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
<cjoles@xxxxxxxxx> wrote:
We are in the process of configuring our PIX 515e to allow remote
access to Nortel i2050 Softphones.
In the process, we have to configure static entries for ports 7000,
28000-2825 5, 51000-51200 to point to the BCM phone system and then
configure the outside interface to allow connectivity through ports
7000, 28000-2825 5, 51000-51200
Please tell me there is a way to configure the static entries and the
ACL so I dont have to have an entry for each port (total of 456
entries).
I don't know what might be do-able with PIX 7.x.
In PIX 6.3 you could use
object-group service BCM tcp-udp
port-object eq 7000
port-object ragne 28000 28255
port-object ragne 51000 51200
access-list out2in permit tcp any host BCMHOSTEXTERNAL object-group BCM
access-list out2in permit udp any host BCMHOSTEXTERNAL object-group BCM
access-group out2in in interface outside
access-list BCMSTATIC permit tcp host BCMHOSTINTERNAL object-group BCM any
access-list BCMSTATIC permit udp host BCMHOSTINTERNAL object-group BCM any
static (inside,outside) BCMHOSTEXTERNAL access-list BCMSTATIC
.
- Follow-Ups:
- Re: Pix 515e and Nortel i2050 Softphone
- From: cjoles
- Re: Pix 515e and Nortel i2050 Softphone
- References:
- Pix 515e and Nortel i2050 Softphone
- From: cjoles
- Pix 515e and Nortel i2050 Softphone
- Prev by Date: Finding what ports on Cat switch are trunks
- Next by Date: Re: Switching ISPs
- Previous by thread: Pix 515e and Nortel i2050 Softphone
- Next by thread: Re: Pix 515e and Nortel i2050 Softphone
- Index(es):