Re: [OSL | CCIE_Voice] PRI into 6500 in real world

2008-06-08 Thread David L. Blair
You can also use the Dick Tracy tool or newer XXTracy tool.


David
  - Original Message - 
  From: Nguyen Le 
  To: OSL CCIE Voice Lab Exam 
  Sent: Saturday, June 07, 2008 10:08 PM
  Subject: Re: [OSL | CCIE_Voice] PRI into 6500 in real world


  You can use RTMT and monitor the PRI.  It'll show you real time which channel 
Telco is sending on.

  Nguyen


  On Sat, Jun 7, 2008 at 8:56 PM, Daniel Dellinger [EMAIL PROTECTED] wrote:



In a real word scenario on a 6608 blade, how do you determine if telco is 
sending calls down PRI in bottom up or top down channel fashion? I.e. what is 
the command to determine this?



thanks




[OSL | CCIE_Voice] GDM e.164 number

2008-06-08 Thread FrogOnDSCP46EF
I was testing the following scenario;

Scenario#1;


ephone-dn1
number 6001

ephone-dn 2
number 

ephone-dn3
number 6002

ephone-dn 4
number 


ephone-1
button 1:1 2:2

ephone 2
button 1:3 2:4

VM works okay for 6001 and 6002.  I wanted to test from button 2 of each
phone so that when user press button#2 of phone1or2 and press msg button
they shud be prompted for  by cisco cue lady saying Enter your password

I simply added  and  in 6001  6002's  E-164 number. It worked as
expected. I press line 2 of first phone (dn#) and then pressed msg
button and i was able to check 6001's mailbox after entering the password.

Scenario#2;
---
same DN as above...

Then I wanted to test it for GDM voicemail.

I created a GDM mailbox.

CUE# groupname GDM1 create
CUE# groupname phonenumber 1000
CUE# groupname phonenumberE164   --this  dn is 2nd line on
phone1, phone1username on cue is phone1
CUE# groupname GDM1 member phone1 phone1 is member of gdm1
CUE# voicemail mailbox owner GDM1 size 2000
CUE# voicemail callerid

Now, I picked up the line#2 (dn) of phone1 and then pressed MSG button
and CUE lady prompts me for enter your ID. Here I was expecting to enter
only PASSWORD as it did for above scenario#1.

then i tried xlation pattern to change the ANI of  to 1000. but i can
see CME was sending ANI=1000 to CUE but still can't access GDM mailbox using
just a password.


Anyone have tested it successfully?

Frog















-- 
Smile, you'll save someone else's day!
Frog


[OSL | CCIE_Voice] AAR ring back

2008-06-08 Thread Gregory Jost (grjost)
FYI

I discovered there wasn't any ring back on AAR calls from MGCP 
PSTN-WAN  H.323.  In order to fix this, check the Setup non-ISDN
Progress Indicator IE Enable checkbox under the 6608 gateway
configuration in CM.  Maybe this explains some of the mysterious loss of
points in the High Availability section of the exam.  Who knows?

 

 

Greg Jost

Network Consulting Engineer

Unified Communications Practice

Cisco Systems, Inc.

214-274-1922

 



Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup

2008-06-08 Thread Jacob Owen
Daniel,
Have you tried to apply the configs and it didn't
work?  You don't need to use the entire EZVPN configs
but something similar to the following (what I have on
my home device).

crypto isakmp policy 10
 encr 3des
 authentication pre-share
 group 2
!
!
crypto ipsec client ezvpn IPx-Pod3
 connect manual
 group vpodg3 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod2
 connect manual
 group vpodg2 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod6
 connect manual
 group vpodg6 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod18
 connect manual
 group vpodg8 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod1
 connect manual
 group vpodg1 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod5
 connect manual
 group vpodg5 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod19
 connect manual
 group vpodg9 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod4
 connect manual
 group vpodg4 key proctorvoice
 mode client
 peer 209.124.41.250
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 speed 100
 full-duplex
 crypto ipsec client ezvpn IPx-Pod3 inside
!
interface FastEthernet1/0
 mac-address 0017.a4dd.d4eb
 bandwidth 15000
 ip address dhcp
 ip access-group INTERNET-IN in
 ip nat outside
 ip nbar protocol-discovery
 load-interval 30
 speed 100
 full-duplex
 crypto ipsec client ezvpn IPx-Pod3
!

I leave the old crypto ipsec client ezvpn commands
in their so I can just change what pod I am using
right before I start my labbing.  I do have a bit
differnet setup since I have a dedicated inside
interface for my labbing traffic but it isn't much
different than someone with a 2 interface router
running EZVPN.  Also, make sure you are offering up
option 150 on your home DHCP pool that points to the
CCM's in your lab (needs to also be changed before the
start of each lab).  Let me know if you have any other
questions.


--- Daniel Dellinger [EMAIL PROTECTED] wrote:

  
 
 I'd like to use the proctor labs easyvpn config so I
 can register my
 phones to CCM/CME at proctor labs during lab
 sessions.  I've read the
 instructions but unclear on outside interface
 settings.
 
  
 
 I have DSL and my provider gives me a public ip via
 dhcp.  I understand
 I need to connect the dsl modem into my 2651xm
 running AIS.  But how do
 I address the outside interface of 2651?  Public IP
 is up at the dsl
 modem's WAN port.  
 
  
 
 Today DSL modem has public IP x.x.x.x on wan port
 and private subnet for
 pc's 192.168.1.0/24  
 
  
 
 Thanks in advance,
 
 


Jacob Owen
CCIE #14063 (RS, Service Provider), CCVP, CCDP


  


Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup

2008-06-08 Thread Jacob Owen
Daniel,
Have you tried to apply the configs and it didn't
work?  You don't need to use the entire EZVPN configs
but something similar to the following (what I have on
my home device).

crypto isakmp policy 10
 encr 3des
 authentication pre-share
 group 2
!
!
crypto ipsec client ezvpn IPx-Pod3
 connect manual
 group vpodg3 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod2
 connect manual
 group vpodg2 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod6
 connect manual
 group vpodg6 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod18
 connect manual
 group vpodg8 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod1
 connect manual
 group vpodg1 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod5
 connect manual
 group vpodg5 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod19
 connect manual
 group vpodg9 key proctorvoice
 mode client
 peer 209.124.41.250
crypto ipsec client ezvpn IPx-Pod4
 connect manual
 group vpodg4 key proctorvoice
 mode client
 peer 209.124.41.250
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 speed 100
 full-duplex
 crypto ipsec client ezvpn IPx-Pod3 inside
!
interface FastEthernet1/0
 mac-address 0017.a4dd.d4eb
 bandwidth 15000
 ip address dhcp
 ip access-group INTERNET-IN in
 ip nat outside
 ip nbar protocol-discovery
 load-interval 30
 speed 100
 full-duplex
 crypto ipsec client ezvpn IPx-Pod3
!

I leave the old crypto ipsec client ezvpn commands
in their so I can just change what pod I am using
right before I start my labbing.  I do have a bit
differnet setup since I have a dedicated inside
interface for my labbing traffic but it isn't much
different than someone with a 2 interface router
running EZVPN.  Also, make sure you are offering up
option 150 on your home DHCP pool that points to the
CCM's in your lab (needs to also be changed before the
start of each lab).  Let me know if you have any other
questions.


--- Daniel Dellinger [EMAIL PROTECTED] wrote:

  
 
 I'd like to use the proctor labs easyvpn config so I
 can register my
 phones to CCM/CME at proctor labs during lab
 sessions.  I've read the
 instructions but unclear on outside interface
 settings.
 
  
 
 I have DSL and my provider gives me a public ip via
 dhcp.  I understand
 I need to connect the dsl modem into my 2651xm
 running AIS.  But how do
 I address the outside interface of 2651?  Public IP
 is up at the dsl
 modem's WAN port.  
 
  
 
 Today DSL modem has public IP x.x.x.x on wan port
 and private subnet for
 pc's 192.168.1.0/24  
 
  
 
 Thanks in advance,
 
 


Jacob Owen
CCIE #14063 (RS, Service Provider), CCVP, CCDP


  


[OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Gobind Singh Gill
Hi Guys,
 
I just want to know that if I can use Cisco IP Communicator instead of VTGO 
Lite while using Proctor Labs as VTGO is not supported on Vista which I am 
using.
 
Regards,
Gobind Singh Gill
 


Re: [OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Glenn Champine
Hi Gobind,

What version of VTGO are you trying to install on your system?

If you look through the readme for the latest build of VTGO (VTGO-PC 2.10.1)
(http://www.ipblue.com/download/products/pc/readme.txt), Vista is listed as
supported.

Glenn Champine - CCNA
ILT Coordinator - IPexpert, Inc.

Telephone: +1.810.326.1444 x316
Fax: +1.810.454.0130
Mailto: [EMAIL PROTECTED]
--
Join our free online support and peer group communities:
http://www.IPexpert.com/communities
--
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-Demand
and Audio Certification Training Tools for the Cisco CCIE RS Lab, CCIE
Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage
Lab Certifications.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gobind Singh
Gill
Sent: Sunday, June 08, 2008 4:11 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Question relating Proctor Labs

Hi Guys,
 
I just want to know that if I can use Cisco IP Communicator instead of VTGO
Lite while using Proctor Labs as VTGO is not supported on Vista which I am
using.
 
Regards,
Gobind Singh Gill
 



Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup

2008-06-08 Thread Mark Snow
When you sign onto your ProctorLabs vRack session - you receive the  
configuration for the EasyVPN for your particular pod.
This configuration already assumes that you are getting DHCP from your  
provider - and so gives you the configuration specifically for that -  
with Labeled interfaces.
Below I have included a very small subset of the website provided  
configuration that I believe addresses the questions / concerns that  
you have re: dhcp ip addressing and default route to the ISP - along  
with the easyvpn config for the outside interface as well as a  
description on the interface to tie everything together:


!
!
interface FastEthernet0/0
 description (Outside Public Interface)
 ip address dhcp
 ip access-group FW-IN in
 no ip unreachables
 ip nat outside
 ip inspect CBAC-FW out
 no cdp enable
 duplex auto
 speed auto
 no shut
 crypto ipsec client ezvpn IPx-Pod1 outside
!
!
ip route 0.0.0.0 0.0.0.0 dhcp
!
!

Hope this helps - but if you are still unclear on how to proceed -  
post a more specific question and we will try to oblige!


Cheers,

--
Mark Snow
CCIE #14073 (Voice, Security)

Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.309.413.4097
Mailto: [EMAIL PROTECTED]
--
Join our free online support and peer group communities: 
http://www.IPexpert.com/communities
--
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On- 
Demand and Audio Certification Training Tools for the Cisco CCIE RS  
Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and  
CCIE Storage Lab Certifications.

--

On Jun 7, 2008, at 9:58 PM, Daniel Dellinger wrote:

L and my provider gives me a public ip via dhcp.  I understand I  
need to connect the dsl modem into my 2651xm running AIS.  But how  
do I address the outside interface of 2651?  Public IP is up at the  
dsl modem’s WAN port.




Re: [OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Vik Malhi
You can't run multiple instances of IPC so you really want to try and run IP
Blue's client. 


Vik Malhi - CCIE #13890
Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444 
Fax: +1.810.454.0130
Mailto: [EMAIL PROTECTED]

Join our free online support and peer group communities: 
http://www.IPexpert.com/communities

IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-Demand
and Audio Certification Training Tools for the Cisco CCIE RS Lab, CCIE
Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage
Lab Certifications.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gobind Singh
Gill
Sent: Sunday, June 08, 2008 1:11 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Question relating Proctor Labs

Hi Guys,
 
I just want to know that if I can use Cisco IP Communicator instead of VTGO
Lite while using Proctor Labs as VTGO is not supported on Vista which I am
using.
 
Regards,
Gobind Singh Gill
 



Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup

2008-06-08 Thread Daniel Dellinger
Thanks Mark and Jacob for responses.

 

Below states  ip address dhcp for fa0/0 (Outside/public).  Today I do
not have dhcp running on my dsl modem.  Does router need to get private
IP from dsl modem or will router be getting DHCP address from proctor
labs upstream device? 

 

Current physical setup

 

DSL-Modem WAN port  telephone walljack

DSLmodem LAN Ethernet 1 connects to 2651xm fa0/0

 

2651xm fa0/1 connects to 2950 switch - vlan 2 access port

2950 port 1-8 connect to ip phones - voice vlan 2 

 

Regards,

 

Daniel

 

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Snow
Sent: Sunday, June 08, 2008 4:44 PM
To: OSL CCIE Voice Lab Exam
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup

 

When you sign onto your ProctorLabs vRack session - you receive the
configuration for the EasyVPN for your particular pod.

This configuration already assumes that you are getting DHCP from your
provider - and so gives you the configuration specifically for that -
with Labeled interfaces.

Below I have included a very small subset of the website provided
configuration that I believe addresses the questions / concerns that you
have re: dhcp ip addressing and default route to the ISP - along with
the easyvpn config for the outside interface as well as a description on
the interface to tie everything together:

 

!

!

interface FastEthernet0/0

 description (Outside Public Interface)

 ip address dhcp

 ip access-group FW-IN in

 no ip unreachables

 ip nat outside

 ip inspect CBAC-FW out

 no cdp enable

 duplex auto

 speed auto

 no shut

 crypto ipsec client ezvpn IPx-Pod1 outside

!

!

ip route 0.0.0.0 0.0.0.0 dhcp

!

!

 

Hope this helps - but if you are still unclear on how to proceed - post
a more specific question and we will try to oblige!

 

Cheers,


-- 

Mark Snow

CCIE #14073 (Voice, Security)

 

Senior Technical Instructor - IPexpert, Inc.

 

Telephone: +1.810.326.1444

Fax: +1.309.413.4097

Mailto: [EMAIL PROTECTED]

--

Join our free online support and peer group communities:
http://www.IPexpert.com/communities

--

IPexpert - The Global Leader in Self-Study, Classroom-Based,
Video-On-Demand and Audio Certification Training Tools for the Cisco
CCIE RS Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice
Lab and CCIE Storage Lab Certifications.

--

 

On Jun 7, 2008, at 9:58 PM, Daniel Dellinger wrote:





L and my provider gives me a public ip via dhcp.  I understand I need to
connect the dsl modem into my 2651xm running AIS.  But how do I address
the outside interface of 2651?  Public IP is up at the dsl modem's WAN
port. 

 



Re: [OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Gobind Singh Gill
 ProctorLabs vRack session - you receive the 
configuration for the EasyVPN for your particular pod.
This configuration already assumes that you are getting DHCP from your 
provider - and so gives you the configuration specifically for that - 
with Labeled interfaces.
Below I have included a very small subset of the website provided 
configuration that I believe addresses the questions / concerns that 
you have re: dhcp ip addressing and default route to the ISP - along 
with the easyvpn config for the outside interface as well as a 
description on the interface to tie everything together:

!
!
interface FastEthernet0/0
  description (Outside Public Interface)
  ip address dhcp
  ip access-group FW-IN in
  no ip unreachables
  ip nat outside
  ip inspect CBAC-FW out
  no cdp enable
  duplex auto
  speed auto
  no shut
  crypto ipsec client ezvpn IPx-Pod1 outside
!
!
ip route 0.0.0.0 0.0.0.0 dhcp
!
!

Hope this helps - but if you are still unclear on how to proceed - 
post a more specific question and we will try to oblige!

Cheers,

--
Mark Snow
CCIE #14073 (Voice, Security)

Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.309.413.4097
Mailto: [EMAIL PROTECTED]
--
Join our free online support and peer group communities: 
http://www.IPexpert.com/communities
--
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-
Demand and Audio Certification Training Tools for the Cisco CCIE RS 
Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and 
CCIE Storage Lab Certifications.
--

On Jun 7, 2008, at 9:58 PM, Daniel Dellinger wrote:

 L and my provider gives me a public ip via dhcp.  I understand I 
 need to connect the dsl modem into my 2651xm running AIS.  But how 
 do I address the outside interface of 2651?  Public IP is up at the 
 dsl modem?s WAN port.

-- next part --
An HTML attachment was scrubbed...
URL: 
http://onlinestudylist.com/pipermail/ccie_voice/attachments/20080608/611d0b09/attachment-0001.html

--

Message: 6
Date: Sun, 8 Jun 2008 14:10:44 -0700
From: Vik Malhi [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Question relating Proctor Labs
To: 'OSL CCIE Voice Lab Exam' ccie_voice@onlinestudylist.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=us-ascii

You can't run multiple instances of IPC so you really want to try and run IP
Blue's client.


Vik Malhi - CCIE #13890
Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Mailto: [EMAIL PROTECTED]

Join our free online support and peer group communities:
http://www.IPexpert.com/communities

IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-Demand
and Audio Certification Training Tools for the Cisco CCIE RS Lab, CCIE
Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage
Lab Certifications.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gobind Singh
Gill
Sent: Sunday, June 08, 2008 1:11 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Question relating Proctor Labs

Hi Guys,

I just want to know that if I can use Cisco IP Communicator instead of VTGO
Lite while using Proctor Labs as VTGO is not supported on Vista which I am
using.

Regards,
Gobind Singh Gill




--

Message: 7
Date: Sun, 8 Jun 2008 17:57:39 -0400
From: Daniel Dellinger [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup
To: OSL CCIE Voice Lab Exam ccie_voice@onlinestudylist.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Thanks Mark and Jacob for responses.



Below states  ip address dhcp for fa0/0 (Outside/public).  Today I do
not have dhcp running on my dsl modem.  Does router need to get private
IP from dsl modem or will router be getting DHCP address from proctor
labs upstream device?



Current physical setup



DSL-Modem WAN port  telephone walljack

DSLmodem LAN Ethernet 1 connects to 2651xm fa0/0



2651xm fa0/1 connects to 2950 switch - vlan 2 access port

2950 port 1-8 connect to ip phones - voice vlan 2



Regards,



Daniel







From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Snow
Sent: Sunday, June 08, 2008 4:44 PM
To: OSL CCIE Voice Lab Exam
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup



When you sign onto your ProctorLabs vRack session - you receive the
configuration for the EasyVPN for your particular pod.

This configuration already assumes that you are getting DHCP from your
provider - and so gives you the configuration specifically for that -
with Labeled interfaces.

Below I have included a very small subset of the website provided
configuration that I believe addresses the questions / concerns that you
have re: dhcp ip addressing and default route to the ISP - along with
the easyvpn config for the outside interface as well as a description

Re: [OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Gobind Singh Gill
 included a very small subset of the website provided 
configuration that I believe addresses the questions / concerns that 
you have re: dhcp ip addressing and default route to the ISP - along 
with the easyvpn config for the outside interface as well as a 
description on the interface to tie everything together:

!
!
interface FastEthernet0/0
  description (Outside Public Interface)
  ip address dhcp
  ip access-group FW-IN in
  no ip unreachables
  ip nat outside
  ip inspect CBAC-FW out
  no cdp enable
  duplex auto
  speed auto
  no shut
  crypto ipsec client ezvpn IPx-Pod1 outside
!
!
ip route 0.0.0.0 0.0.0.0 dhcp
!
!

Hope this helps - but if you are still unclear on how to proceed - 
post a more specific question and we will try to oblige!

Cheers,

--
Mark Snow
CCIE #14073 (Voice, Security)

Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.309.413.4097
Mailto: [EMAIL PROTECTED]
--
Join our free online support and peer group communities: 
http://www.IPexpert.com/communities
--
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-
Demand and Audio Certification Training Tools for the Cisco CCIE RS 
Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and 
CCIE Storage Lab Certifications.
--

On Jun 7, 2008, at 9:58 PM, Daniel Dellinger wrote:

 L and my provider gives me a public ip via dhcp.  I understand I 
 need to connect the dsl modem into my 2651xm running AIS.  But how 
 do I address the outside interface of 2651?  Public IP is up at the 
 dsl modem?s WAN port.

-- next part --
An HTML attachment was scrubbed...
URL: 
http://onlinestudylist.com/pipermail/ccie_voice/attachments/20080608/611d0b09/attachment-0001.html

--

Message: 6
Date: Sun, 8 Jun 2008 14:10:44 -0700
From: Vik Malhi [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Question relating Proctor Labs
To: 'OSL CCIE Voice Lab Exam' ccie_voice@onlinestudylist.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=us-ascii

You can't run multiple instances of IPC so you really want to try and run IP
Blue's client.


Vik Malhi - CCIE #13890
Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Mailto: [EMAIL PROTECTED]

Join our free online support and peer group communities:
http://www.IPexpert.com/communities

IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-Demand
and Audio Certification Training Tools for the Cisco CCIE RS Lab, CCIE
Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage
Lab Certifications.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gobind Singh
Gill
Sent: Sunday, June 08, 2008 1:11 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Question relating Proctor Labs

Hi Guys,

I just want to know that if I can use Cisco IP Communicator instead of VTGO
Lite while using Proctor Labs as VTGO is not supported on Vista which I am
using.

Regards,
Gobind Singh Gill




--

Message: 7
Date: Sun, 8 Jun 2008 17:57:39 -0400
From: Daniel Dellinger [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup
To: OSL CCIE Voice Lab Exam ccie_voice@onlinestudylist.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Thanks Mark and Jacob for responses.



Below states  ip address dhcp for fa0/0 (Outside/public).  Today I do
not have dhcp running on my dsl modem.  Does router need to get private
IP from dsl modem or will router be getting DHCP address from proctor
labs upstream device?



Current physical setup



DSL-Modem WAN port  telephone walljack

DSLmodem LAN Ethernet 1 connects to 2651xm fa0/0



2651xm fa0/1 connects to 2950 switch - vlan 2 access port

2950 port 1-8 connect to ip phones - voice vlan 2



Regards,



Daniel







From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Snow
Sent: Sunday, June 08, 2008 4:44 PM
To: OSL CCIE Voice Lab Exam
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup



When you sign onto your ProctorLabs vRack session - you receive the
configuration for the EasyVPN for your particular pod.

This configuration already assumes that you are getting DHCP from your
provider - and so gives you the configuration specifically for that -
with Labeled interfaces.

Below I have included a very small subset of the website provided
configuration that I believe addresses the questions / concerns that you
have re: dhcp ip addressing and default route to the ISP - along with
the easyvpn config for the outside interface as well as a description on
the interface to tie everything together:



!

!

interface FastEthernet0/0

 description (Outside Public Interface)

 ip address dhcp

 ip access-group FW-IN in

 no ip unreachables

 ip nat outside

 ip inspect CBAC-FW out

 no cdp enable

 duplex auto

 speed auto

 no shut

 crypto

Re: [OSL | CCIE_Voice] Question relating Proctor Labs

2008-06-08 Thread Gobind Singh Gill
 for your particular pod.
This configuration already assumes that you are getting DHCP from your 
provider - and so gives you the configuration specifically for that - 
with Labeled interfaces.
Below I have included a very small subset of the website provided 
configuration that I believe addresses the questions / concerns that 
you have re: dhcp ip addressing and default route to the ISP - along 
with the easyvpn config for the outside interface as well as a 
description on the interface to tie everything together:

!
!
interface FastEthernet0/0
  description (Outside Public Interface)
  ip address dhcp
  ip access-group FW-IN in
  no ip unreachables
  ip nat outside
  ip inspect CBAC-FW out
  no cdp enable
  duplex auto
  speed auto
  no shut
  crypto ipsec client ezvpn IPx-Pod1 outside
!
!
ip route 0.0.0.0 0.0.0.0 dhcp
!
!

Hope this helps - but if you are still unclear on how to proceed - 
post a more specific question and we will try to oblige!

Cheers,

--
Mark Snow
CCIE #14073 (Voice, Security)

Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.309.413.4097
Mailto: [EMAIL PROTECTED]
--
Join our free online support and peer group communities: 
http://www.IPexpert.com/communities
--
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-
Demand and Audio Certification Training Tools for the Cisco CCIE RS 
Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and 
CCIE Storage Lab Certifications.
--

On Jun 7, 2008, at 9:58 PM, Daniel Dellinger wrote:

 L and my provider gives me a public ip via dhcp.  I understand I 
 need to connect the dsl modem into my 2651xm running AIS.  But how 
 do I address the outside interface of 2651?  Public IP is up at the 
 dsl modem?s WAN port.

-- next part --
An HTML attachment was scrubbed...
URL: 
http://onlinestudylist.com/pipermail/ccie_voice/attachments/20080608/611d0b09/attachment-0001.html

--

Message: 6
Date: Sun, 8 Jun 2008 14:10:44 -0700
From: Vik Malhi [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Question relating Proctor Labs
To: 'OSL CCIE Voice Lab Exam' ccie_voice@onlinestudylist.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=us-ascii

You can't run multiple instances of IPC so you really want to try and run IP
Blue's client.


Vik Malhi - CCIE #13890
Senior Technical Instructor - IPexpert, Inc.

Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Mailto: [EMAIL PROTECTED]

Join our free online support and peer group communities:
http://www.IPexpert.com/communities

IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-On-Demand
and Audio Certification Training Tools for the Cisco CCIE RS Lab, CCIE
Security Lab, CCIE Service Provider Lab , CCIE Voice Lab and CCIE Storage
Lab Certifications.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gobind Singh
Gill
Sent: Sunday, June 08, 2008 1:11 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Question relating Proctor Labs

Hi Guys,

I just want to know that if I can use Cisco IP Communicator instead of VTGO
Lite while using Proctor Labs as VTGO is not supported on Vista which I am
using.

Regards,
Gobind Singh Gill




--

Message: 7
Date: Sun, 8 Jun 2008 17:57:39 -0400
From: Daniel Dellinger [EMAIL PROTECTED]
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup
To: OSL CCIE Voice Lab Exam ccie_voice@onlinestudylist.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Thanks Mark and Jacob for responses.



Below states  ip address dhcp for fa0/0 (Outside/public).  Today I do
not have dhcp running on my dsl modem.  Does router need to get private
IP from dsl modem or will router be getting DHCP address from proctor
labs upstream device?



Current physical setup



DSL-Modem WAN port  telephone walljack

DSLmodem LAN Ethernet 1 connects to 2651xm fa0/0



2651xm fa0/1 connects to 2950 switch - vlan 2 access port

2950 port 1-8 connect to ip phones - voice vlan 2



Regards,



Daniel







From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Snow
Sent: Sunday, June 08, 2008 4:44 PM
To: OSL CCIE Voice Lab Exam
Subject: Re: [OSL | CCIE_Voice] Proctor Labs Easy VPN setup



When you sign onto your ProctorLabs vRack session - you receive the
configuration for the EasyVPN for your particular pod.

This configuration already assumes that you are getting DHCP from your
provider - and so gives you the configuration specifically for that -
with Labeled interfaces.

Below I have included a very small subset of the website provided
configuration that I believe addresses the questions / concerns that you
have re: dhcp ip addressing and default route to the ISP - along with
the easyvpn config for the outside interface as well as a description on
the interface to tie everything together:



!

!

interface FastEthernet0/0

Re: [OSL | CCIE_Voice] SRST VM-Integration (not working for trunk)

2008-06-08 Thread voice ccie


for ext-to-ext, it vm-integration works fine. for trunk-to-ext, I get 
redirecting 0xFF. Am I missing something?
_
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all

[OSL | CCIE_Voice] POTS Dial-peer

2008-06-08 Thread Balamurugan Singaram
Hi,
   
  In the following dial peer ; If I dail 2001, ougoing will be 001415201 
or 0014152001, Could please let me know. 
   
   
  dial-peer voice 31 pots
destination-pattern 2[015]..
port 0/0:15
prefix 0014152
 
 
Thanks,
  Bala.

 Send instant messages to your online friends http://uk.messenger.yahoo.com