DHCP over ADSL [7:1899]

2001-04-25 Thread Dyson Kuben

Hi Guys!
I need help!!! (Thinclient)
How do I get a SunRAY client/PC to send out a BOOTP over ADSL from home,
which needs to discover an IP address from SunRay Server which resides on a
remote site.

It works over E1 but ADSL is cheep compare to E1 in London,

 thank you in advance

Dyson Kuben
CCNA , MCSE + IIS


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=1899&t=1899
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: VLAN's and Routers [7:2891]

2001-05-02 Thread Dyson Kuben

why Cisco, why not use Extreme's summit switches? it's very cheap!!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=2898&t=2891
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: MCSE [7:3181]

2001-05-04 Thread Dyson Kuben

Do you speak any English? 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=3211&t=3181
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Bandwith Allocation/Dedication and Routing [7:4798]

2001-05-17 Thread Dyson Kuben

class-map best-prio 
  match access-group 101 
class-map best-effort 
  match access-group 102 


policy-map mypolicy 
  class best-prio 
 bandwidth 2000... 
  class best-effort 
 bandwidth 2000... 



access-list 101 permit ip x.x.x.x mask y.y.y.y mask 
access-list 102 deny ip x.x.x.x mask y.y.y.y mask 
access-list 102 permit ip any any 




service-policy out mypolicy 



With this config, you assure that in case of congestion half of the
bandwitdh
(this is configurable) is reserved for the high priority traffic and the
other
half is for best-effort. 


Regarding the IOS version, it may be supported in your version. 
If not, go to 12.0(7)T. 





Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4833&t=4798
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Bandwitdh Allocation and Routing [7:4797]

2001-05-17 Thread Dyson Kuben

Upgrade the IOS to 12.0(7)T and use class-based wfq with priority 
at output interface towards destination, and wfq for other traffic: 


access-list 101 permit ip 
access-list 102 permit ip any any 


class sample 
 match access-group 101 


class normal 
 match access-group102 


policy-map peername 
 class sample 
 priority   <-- this is all other bandwidth 
 random-detect <--optional, use for wred 
 fair-queuing <-- optional, use for flow-based wfq 


interface serial 1/0.1 point-to-point 
 service-policy output peername 


This should do it. 





Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4837&t=4797
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Best Books to Use [7:4964]

2001-05-18 Thread Dyson Kuben

Try "Building Scalable Cisco Networks" by cisco press CCNAP


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4969&t=4964
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: TCP/IP host config [7:5508]

2001-05-23 Thread Dyson Kuben

If you're pinging win98 box, from win95 or the router attached to it - win98
box needs a static route back to the next hop (ie ipaddress of s0) also
default gateway should be pointing at e0 ip address- try this and let me know.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5554&t=5508
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Bandwidth allocation for VoIP Session [7:5549]

2001-05-23 Thread Dyson Kuben

What routers/switches are you using? if its cisco what's the IOS?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5556&t=5549
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Bandwidth allocation for VoIP Session [7:5549]

2001-05-23 Thread Dyson Kuben

point-to-point link? explain?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5557&t=5549
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: MAC address of interfaces in PIX 515R [7:5544]

2001-05-23 Thread Dyson Kuben

Try show int e0 e1 etc


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5559&t=5544
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Migration EIGRP-OSPF [7:5724]

2001-05-24 Thread Dyson Kuben

anyone out there ever migrated a large-scale network from EIGRP to OSPF?
Would you be able to share your experiences?

Thanks,

Dyson




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5724&t=5724
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ping not coming back. [7:6057]

2001-05-29 Thread Dyson Kuben

Make sure the devices knows how to get back to the next hop ; (ie static
route back to the network you're sitting in)


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=6199&t=6057
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: can we "ping" via MAC address? [7:6387]

2001-05-30 Thread Dyson Kuben

You won't be able to ping a MAC-Address, but if you only want to find an IP
associated with the MAC, try using RARP! (Reverse ARP)


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=6398&t=6387
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



CAT5509 lock up [7:7323]

2001-06-06 Thread Dyson Kuben

Hello Cisco Gurus,
I need help on the following senario;
We have 9 vlans and the client obtain ip addresses from DHCP server which
193.132.119.236 it has 9 scopes one for each vlan. vlan address range 1 to 8
starts as 192.168.103.0/24
192.168.104.0/24
192.168.105.0/24
192.168.106.0/24
192.168.107.0/24
192.168.108.0/24
192.168.109.0/24
192.168.110.0/24
which gets translated at cat 5509 as 193.132.118.x /24

Main Lan is 193.132.119.0/24

last week, all of a sudden no one was able to obtain an ip address from DHCP
server and the Route Switch module on CAT5509 locked up, so I had to reset
the route switch module and everything started working again, it happened
couple of times.

I'm a bit curious to find out if any of you come accross this problem, if
yes, how it you resolve it?

Many thanks!

DMK




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=7323&t=7323
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



CAT5509 [7:7701]

2001-06-08 Thread Dyson Kuben

Hi All,
Can you help me?

Route Switch module on CAT5509 locks up, when I reset the RSM  it works. But
its seems to reoccur intermittingly , How do I make sure its a faulty card
or BUG on IOS or fault on the switch itself.

Many thanks,

Dyson Kuben




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=7701&t=7701
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Underpaying Market [7:7698]

2001-06-08 Thread Dyson Kuben

Exactly! I work in London and I don't get that either :)


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=7702&t=7698
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ARP [7:9031]

2001-06-19 Thread Dyson Kuben

Have you tried pinging one of the IP helper addresses?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=9032&t=9031
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: pdl error [7:9029]

2001-06-19 Thread Dyson Kuben

Can you send us the logs pls?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=9034&t=9029
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: cisco [7:9156]

2001-06-20 Thread Dyson Kuben


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=9161&t=9156
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Secondary IP address [7:10241]

2001-06-28 Thread Dyson Kuben

Have you enabled ip subnet zero? try that...


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=10252&t=10241
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Static IP on AS5300 [7:11467]

2001-07-09 Thread Dyson Kuben

hi there,

I having problem assign static ip for my dial-up customer. Hope someone can
help.
We're using AS5300 for dial-ups

Cheers,
Dyson




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=11467&t=11467
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]