Re: [OSL | CCIE_Voice] isdn outgoing ie facility

2013-03-14 Thread Mark Thrash (marthras)
I use

ISDN OUTGOING DISPLAY-IE to push the caller's name out the PSTN.

That should work in the lab


From: donny f f.faraday...@gmail.commailto:f.faraday...@gmail.com
Date: Wednesday, March 13, 2013 11:33 PM
To: ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com 
ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] isdn outgoing ie facility


hi all,

does anybody can help me understand what this command for and when we need to 
use ?

-isdn outgoing ie facility


tks
-- Original message --
From:Sergey Heyphets ser...@heyphets.commailto:ser...@heyphets.com 
Date: 13 Mar 13 18:38:09
Subject: Re: [OSL | CCIE_Voice] Navigating to the link.
To:
Cc: Online Study 
(ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com) 
ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com


Products -- Voice and Unified Communications -- IP Telephony -- Unified 
Communications Endpoints -- Cisco Unified IP Phone 7900 Series -- Maintain 
and Operate -- Maintain and Operate Guides --
Cisco Unified IP Phone 7965G and 7945G Administration Guide for Cisco Unified 
Communications Manager 6.1 -- Customizing the Cisco Unified IP Phone


On Wed, Mar 13, 2013 at 6:33 AM, singh 
singh8...@in.commailto:singh8...@in.com wrote:

Hi Guys,


I am trying to navigate to this link: -


http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7965g_7945g/6_1/english/administration/guide/7965cst.html


from Here :

http://www.cisco.com/cisco/web/psa/default.html


Do anyone know the navigation path to get to the 7965/7945 guide above with the 
default link?


-singh


Dear ccie_voice! Get Yourself a cool, short @in.com Email ID 
now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.comhttp://www.ipexpert.com/

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.comhttp://www.platinumplacement.com/



Get Yourself a cool, short @in.com Email ID 
now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.comhttp://www.ipexpert.com/

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.comhttp://www.platinumplacement.com/

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] DHCP server just one pool on router

2013-03-14 Thread Jamie Parr (jamparr)
You need to use a database file to achieve this

My process if to configure a standard DHCP pool, in this case
  ip dhcp pool S1
   network 14.10.66.0 255.255.255.0
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Then configure
  ip dhcp database flash:database.txt
  No service dhcp
  Service dhcp
  More flash:database.txt
You will see the output of the file as below

  *time* Feb 03 2013 02:13 AM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.183   id0100.0750.5284.8f  Feb 04 2013 02:12 AM

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Open a new text file and change the addresses of the phones to match what you 
want and the lease expiration to Infinite, as below

  *time* Jan 21 2013 09:42 PM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.185   id  0100.0750.5284.8f   Infinite

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Remove the ip dhcp database command and stop the dhcp service
Upload the text file to CUCM and copy down to routers flash, then amend the 
dhcp pool to
  ip dhcp pool S1
   origin file flash:newdatabase.txt
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Start your dhcp service and check with show ip dhcp bind

Hope this helps

Jamie Parr
Engineer - IT
jamp...@cisco.commailto:jamp...@cisco.com
Phone: +44 20 8824 2641
Mobile: +44 7590622049

From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of sanity insanity
Sent: 14 March 2013 00:30
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] DHCP server just one pool on router

hi Guys,


I want to configure a dhcp server on a router . The requirement
is that just 1 dhcp pool is required for the phone. I am also
asked to assign ip addresses of 14.10.66.13 and 14.10.66.14 for
my phones.

Current I have the following config on the router but I am forced
to have 2 pools.

ip dhcp pool S1
   host 14.10.66.13 255.255.255.0
   client-identifier 01a9.ef64.9f52.0d
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
ip dhcp pool S2
   host 14.10.66.14 255.255.255.0
   client-identifier 0108.26d8.3b68.achttp://0108.26d8.3b68.ac
   option 150 ip ip addr of cucm 
   default-router ip addr of sc router

The above config works but is this the right way since only 1 pool is required? 
Could you elaborate
the correct process that needs to be followed ?


-MJ





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] DHCP server just one pool on router

2013-03-14 Thread Chrysostomos Christofi
Hi

Yeap the below process look  correct

But what is the next step if the below process is not assign an ip to the 
ipphones?

With show ip dhcp binding everything looks ok. But the phones never get any ip

What troubleshooting need it for that

Regards

From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Jamie Parr 
(jamparr)
Sent: 14 March 2013 10:05
To: sanity insanity; ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] DHCP server just one pool on router

You need to use a database file to achieve this

My process if to configure a standard DHCP pool, in this case
  ip dhcp pool S1
   network 14.10.66.0 255.255.255.0
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Then configure
  ip dhcp database flash:database.txt
  No service dhcp
  Service dhcp
  More flash:database.txt
You will see the output of the file as below

  *time* Feb 03 2013 02:13 AM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.183   id0100.0750.5284.8f  Feb 04 2013 02:12 AM

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Open a new text file and change the addresses of the phones to match what you 
want and the lease expiration to Infinite, as below

  *time* Jan 21 2013 09:42 PM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.185   id  0100.0750.5284.8f   Infinite

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Remove the ip dhcp database command and stop the dhcp service
Upload the text file to CUCM and copy down to routers flash, then amend the 
dhcp pool to
  ip dhcp pool S1
   origin file flash:newdatabase.txt
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Start your dhcp service and check with show ip dhcp bind

Hope this helps

Jamie Parr
Engineer - IT
jamp...@cisco.commailto:jamp...@cisco.com
Phone: +44 20 8824 2641
Mobile: +44 7590622049

From: 
ccie_voice-boun...@onlinestudylist.commailto:ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of sanity insanity
Sent: 14 March 2013 00:30
To: ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] DHCP server just one pool on router

hi Guys,


I want to configure a dhcp server on a router . The requirement
is that just 1 dhcp pool is required for the phone. I am also
asked to assign ip addresses of 14.10.66.13 and 14.10.66.14 for
my phones.

Current I have the following config on the router but I am forced
to have 2 pools.

ip dhcp pool S1
   host 14.10.66.13 255.255.255.0
   client-identifier 01a9.ef64.9f52.0d
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
ip dhcp pool S2
   host 14.10.66.14 255.255.255.0
   client-identifier 0108.26d8.3b68.achttp://0108.26d8.3b68.ac
   option 150 ip ip addr of cucm 
   default-router ip addr of sc router

The above config works but is this the right way since only 1 pool is required? 
Could you elaborate
the correct process that needs to be followed ?


-MJ




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] DHCP server just one pool on router

2013-03-14 Thread Jamie Parr (jamparr)
I would check these:

Phone is getting the correct vlan
CDP is running
CDP advertisement
Vlan is created
Vlan is assigned
If a switch is being used check the trunk is allowing the vlan, and the native 
vlan is correct
Voice interface is up and you can ping from the local router

Being that everything is local to the site that's the best I can give off the 
top of my head

Jamie Parr
Engineer - IT
jamp...@cisco.commailto:jamp...@cisco.com
Phone: +44 20 8824 2641
Mobile: +44 7590622049

From: Chrysostomos Christofi [mailto:ch.christ...@logicom.net]
Sent: 14 March 2013 08:08
To: Jamie Parr (jamparr); sanity insanity; ccie_voice@onlinestudylist.com
Subject: RE: [OSL | CCIE_Voice] DHCP server just one pool on router

Hi

Yeap the below process look  correct

But what is the next step if the below process is not assign an ip to the 
ipphones?

With show ip dhcp binding everything looks ok. But the phones never get any ip

What troubleshooting need it for that

Regards

From: 
ccie_voice-boun...@onlinestudylist.commailto:ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Jamie Parr 
(jamparr)
Sent: 14 March 2013 10:05
To: sanity insanity; 
ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] DHCP server just one pool on router

You need to use a database file to achieve this

My process if to configure a standard DHCP pool, in this case
  ip dhcp pool S1
   network 14.10.66.0 255.255.255.0
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Then configure
  ip dhcp database flash:database.txt
  No service dhcp
  Service dhcp
  More flash:database.txt
You will see the output of the file as below

  *time* Feb 03 2013 02:13 AM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.183   id0100.0750.5284.8f  Feb 04 2013 02:12 AM

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Open a new text file and change the addresses of the phones to match what you 
want and the lease expiration to Infinite, as below

  *time* Jan 21 2013 09:42 PM
  *version* 4
  !IP address Type  Hardware address   Lease expiration   VRF
  14.10.66.185   id  0100.0750.5284.8f   Infinite

  !IP address  Type Hardware address  Interface-name


  !IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
  *end*

Remove the ip dhcp database command and stop the dhcp service
Upload the text file to CUCM and copy down to routers flash, then amend the 
dhcp pool to
  ip dhcp pool S1
   origin file flash:newdatabase.txt
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
Start your dhcp service and check with show ip dhcp bind

Hope this helps

Jamie Parr
Engineer - IT
jamp...@cisco.commailto:jamp...@cisco.com
Phone: +44 20 8824 2641
Mobile: +44 7590622049

From: 
ccie_voice-boun...@onlinestudylist.commailto:ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of sanity insanity
Sent: 14 March 2013 00:30
To: ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] DHCP server just one pool on router

hi Guys,


I want to configure a dhcp server on a router . The requirement
is that just 1 dhcp pool is required for the phone. I am also
asked to assign ip addresses of 14.10.66.13 and 14.10.66.14 for
my phones.

Current I have the following config on the router but I am forced
to have 2 pools.

ip dhcp pool S1
   host 14.10.66.13 255.255.255.0
   client-identifier 01a9.ef64.9f52.0d
   default-router ip addr of sc router
   option 150 ip ip addr of cucm 
ip dhcp pool S2
   host 14.10.66.14 255.255.255.0
   client-identifier 0108.26d8.3b68.achttp://0108.26d8.3b68.ac
   option 150 ip ip addr of cucm 
   default-router ip addr of sc router

The above config works but is this the right way since only 1 pool is required? 
Could you elaborate
the correct process that needs to be followed ?


-MJ



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] isdn outgoing ie facility

2013-03-14 Thread Bill
I believe facility ie is enabled by default and is not seen on PRI (remember 
MGCP is back hauled and config is in CUCM) but you can always add it to be sure

you must also use the isdn supp-serv name calling to support name display 

This can be determined in the debug isdn q931 when you see

Exclusive, Channel 8
Facility i = 0x..
Protocol Profile =  Networking Extensions
   0x..
Component = Invoke component
Invoke Id = 8
Operation = CallingName
Name Presentation Allowed Extended
Name = user01
Progress Ind i = 0x8183 - Origination address is non-ISDN 


I have edited out the actual code of the facility but it is quite long. Notice 
the ie display method

Progress Ind i = 0x8183 - Origination address is non-ISDN 
Display i = 'user01'
Calling Party Number i 




Sent from my iPad

On Mar 14, 2013, at 12:33 AM, donny f f.faraday...@gmail.com wrote:

 isdn outgoing ie facility
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] DHCP WITH ONE POOL USING STATIC MAPPING.

2013-03-14 Thread Michael.Sears
Requirements:
I want to configure a DHCP server on a router . The requirement is that just 1 
DHCP pool is required for the phone. I am also asked to assign ip addresses of 
14.10.66.13 and 14.10.66.14 for my phones.

Solution:
#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ROUTER1(config)#ip dhcp database flash:origin.txt
ROUTER1(config)#no service dhcp
ROUTER1(config)#service dhcp
ROUTER1(config)#do more origin.txt
*time* Mar 14 2013 06:54 AM
*version* 4 
!IP address Type  Hardware address   Lease expiration   VRF

!IP address  Type Hardware address  Interface-name 


!IP address Interface-name  Lease expiration  Server IP address  
Hardware address  Vrf
*end*

Open Notepad and modify origin.txt as below:

*time* Mar 14 2013 06:55 AM
*version* 4 
!IP address TypeHardware addressLease 
expiration   
142.102.66.13 /24   id  010024142EFF10 infinite
142.102.66.14 /24   id  016C504DDACC3D   infinite
*end*

Don't forget the mask or it won't work and no dots are required in the Hardware 
Address.
Copy the file to Publisher using tftp.
Download the file to Router flash using tftp from Publisher.
no ip dhcp database flash:origin.txt
ip dhcp excluded-address 142.102.66.1 142.102.66.12
ip dhcp excluded-address 142.102.66.15 142.102.66.254
ip dhcp pool voice
origin file flash:origin.txt
option 150 ip [CUCM or CME IP Address] depends on if you're doing CUCM or CME
default-router [ip address of Voice VLAN]

Hope this helps

Michael Sears
CCIE (V) #38404

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] DHCP WITH ONE POOL USING STATIC MAPPING.

2013-03-14 Thread Sergey Heyphets
Another way to upload file to router flash would be to use TCL shell, as
described here --
http://blog.ioshints.info/2008/01/copy-text-files-into-router-flash.html

Might save you couple of minutes.

Sergey


On Thu, Mar 14, 2013 at 10:12 AM, michael.se...@compucom.com wrote:

 Requirements:
 I want to configure a DHCP server on a router . The requirement is that
 just 1 DHCP pool is required for the phone. I am also asked to assign ip
 addresses of 14.10.66.13 and 14.10.66.14 for my phones.

 Solution:
 #conf t
 Enter configuration commands, one per line.  End with CNTL/Z.
 ROUTER1(config)#ip dhcp database flash:origin.txt
 ROUTER1(config)#no service dhcp
 ROUTER1(config)#service dhcp
 ROUTER1(config)#do more origin.txt
 *time* Mar 14 2013 06:54 AM
 *version* 4
 !IP address Type  Hardware address   Lease expiration   VRF

 !IP address  Type Hardware address  Interface-name


 !IP address Interface-name  Lease expiration  Server IP address
  Hardware address  Vrf
 *end*

 Open Notepad and modify origin.txt as below:

 *time* Mar 14 2013 06:55 AM
 *version* 4
 !IP address TypeHardware address
  Lease expiration
 142.102.66.13 /24   id  010024142EFF10 infinite
 142.102.66.14 /24   id  016C504DDACC3D   infinite
 *end*

 Don't forget the mask or it won't work and no dots are required in the
 Hardware Address.
 Copy the file to Publisher using tftp.
 Download the file to Router flash using tftp from Publisher.
 no ip dhcp database flash:origin.txt
 ip dhcp excluded-address 142.102.66.1 142.102.66.12
 ip dhcp excluded-address 142.102.66.15 142.102.66.254
 ip dhcp pool voice
 origin file flash:origin.txt
 option 150 ip [CUCM or CME IP Address] depends on if you're doing CUCM or
 CME
 default-router [ip address of Voice VLAN]

 Hope this helps

 Michael Sears
 CCIE (V) #38404

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] DHCP WITH ONE POOL USING STATIC MAPPING.

2013-03-14 Thread Justin Carney
I have used both methods and prefer the TCL shell cli as it saves a few
minutes (of clicking through CUCM gui to upload the file).  If you don't
want to remember that CLI you can reference the origin file directly on the
TFTP server (origin file tftp://[pub or sub ip address]/origin.txt) rather
than copying down to the router's flash, but this may only save you a few
seconds.  Just another option to consider.

One important note, make sure there is a SPACE in the CIDR notation between
the IP and the /24 because it will not work without a space.  Between the
other elements I use tabs (haven't tried with spaces but that may work) and
make sure you keep the header/footer and comment lines in the file.


On Thu, Mar 14, 2013 at 11:01 AM, Sergey Heyphets ser...@heyphets.comwrote:

 Another way to upload file to router flash would be to use TCL shell, as
 described here --
 http://blog.ioshints.info/2008/01/copy-text-files-into-router-flash.html

 Might save you couple of minutes.

 Sergey


 On Thu, Mar 14, 2013 at 10:12 AM, michael.se...@compucom.com wrote:

 Requirements:
 I want to configure a DHCP server on a router . The requirement is that
 just 1 DHCP pool is required for the phone. I am also asked to assign ip
 addresses of 14.10.66.13 and 14.10.66.14 for my phones.

 Solution:
 #conf t
 Enter configuration commands, one per line.  End with CNTL/Z.
 ROUTER1(config)#ip dhcp database flash:origin.txt
 ROUTER1(config)#no service dhcp
 ROUTER1(config)#service dhcp
 ROUTER1(config)#do more origin.txt
 *time* Mar 14 2013 06:54 AM
 *version* 4
 !IP address Type  Hardware address   Lease expiration   VRF

 !IP address  Type Hardware address  Interface-name


 !IP address Interface-name  Lease expiration  Server IP address
  Hardware address  Vrf
 *end*

 Open Notepad and modify origin.txt as below:

 *time* Mar 14 2013 06:55 AM
 *version* 4
 !IP address TypeHardware address
  Lease expiration
 142.102.66.13 /24   id  010024142EFF10 infinite
 142.102.66.14 /24   id  016C504DDACC3D   infinite
 *end*

 Don't forget the mask or it won't work and no dots are required in the
 Hardware Address.
 Copy the file to Publisher using tftp.
 Download the file to Router flash using tftp from Publisher.
 no ip dhcp database flash:origin.txt
 ip dhcp excluded-address 142.102.66.1 142.102.66.12
 ip dhcp excluded-address 142.102.66.15 142.102.66.254
 ip dhcp pool voice
 origin file flash:origin.txt
 option 150 ip [CUCM or CME IP Address] depends on if you're doing CUCM or
 CME
 default-router [ip address of Voice VLAN]

 Hope this helps

 Michael Sears
 CCIE (V) #38404

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Globalizing on mgcp vg

2013-03-14 Thread Ahmad Gmail
Dears, 

I have a 2 Gw's each one with E1 PRI, they are grouped by RL.

I am trying to globalizing the incoming numbers (which is send by pstn an type: 
national ) by adding the digit (9) as prefix. But the 9 is not showing at all 
in the directory (missed/placed/received) 

Any idea !!

Appreciated 

Sent from my iPhone
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


[OSL | CCIE_Voice] CME dspfarm assignments

2013-03-14 Thread Barrera, Hugo
Hi Guys,

When you're doing the following configuration for conf and transcoding 
resources in CME how do you specify which tag is which dspfarm profile? Would 
it be by the below two commands in red?

dspfarm profile 10 conference
m s 4
ass app sccp
no shut
!
dspfarm profile 20 transcode
codec g729r8
m s 4
ass app sccp
no shut
!
telephony-service
sdspfarm units 2
sdspfarm transcode sessions 4
sdspfarm tag 1 SC-SFB
sdspfarm tag 2 SC-XCODE
conf hardware
!
!


- Hugo

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com