Re: DHCP [7:45338]

2002-06-01 Thread Adams Josh
Do you want to use DHCP to assign addresses to the clients behind the 1700 or are you trying to set up a negotiated IP address for the ISDN interface on the 1700? If you need to have your devices behind the 1700 get IPs from a dhcp server on the far end(in this case the 3640) then just add a scop

Re: how to filter a MAC packet at 6509 or 4006 and [7:45350]

2002-06-01 Thread Adams Josh
Hey, I work on a very large coporate network and we see this kind of thing constantly. The issue here is almost always an "uneducated end-user" enabling a DHCP server on their system. Its pretty easy to do this with certain OS's especially with the advent of laptops and internet connection sharing

RE: access-list question? [7:45585]

2002-06-01 Thread Adams Josh
If you are trying to limit access on connections to the vty lines then you should use a standard access list. Your config will look like the following: access-list 1 permit 192.168.1.0 0.0.6.255 line vty 0 4 transport input telnet access-class 1 in If you are trying to limit access for telnet s