CCIE Written Class [7:13755]

2001-07-25 Thread fgh
Dennis, I would definately be interested in a CCIE written prep. Thanks. Message Posted at: http://www.groupstudy.com/form/read.php?f=7i=13755t=13755 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html

Re: Blocking the unsed IP [7:13514]

2001-07-24 Thread fgh
You can configure an access list to permit the ip's you want and there is an implicit deny at the end of the access list. For example to permit 10.1.1.1 and deny everybody else: (make sure to apply the access list to an interface) access-list 1 permit 10.1.1.1 0.0.0.255 - Original Message

Re: IP Helper Address [7:13539]

2001-07-24 Thread fgh
ip helper address can be used to find a dhcp server on a different segment than what you are. Your computer will broadcast a dhcp request (layer 3 which will not get through a router) for a dhcp server on a different segment. ip helper address will allow your machine access to the dhcp server

Re: access list.. [7:13564]

2001-07-24 Thread fgh
access-list 1 deny 128.252.0.0 0.0.240.255 access-list 1 permit any the 1st line blocks that range and the 2nd line allows all other traffic i think? not positive though - Original Message - From: Farhan Ahmed To: Sent: Tuesday, July 24, 2001 1:28 PM Subject: access list..

Re: access list.. [7:13564]

2001-07-24 Thread fgh
i dont think the access list here you listed will block the whole range. He is asking to block the range, not the 2 individual ip addresses. - Original Message - From: MikeN To: Sent: Tuesday, July 24, 2001 2:48 PM Subject: Re: access list.. [7:13564] Okay.. default masks

Re: access list.. [7:13564]

2001-07-24 Thread fgh
everything else. - Original Message - From: Ayers, Michael To: 'fgh' ; Sent: Tuesday, July 24, 2001 3:04 PM Subject: RE: access list.. [7:13564] That should be 0.0.15.255, but that allows 240, and you have it backwards, you need to permit the first line (access-list 1 deny 128.252.0.0

RE: access list.. [7:13564]

2001-07-24 Thread fgh
He wants to block the range 128.252.0.0-128.252.240.0 and permit all else. access-list 1 deny 128.252.0.0 0.0.240.255 access-list 1 permit any Message Posted at: http://www.groupstudy.com/form/read.php?f=7i=13607t=13564 -- FAQ, list archives,

Re: access list..cool up [7:13564]

2001-07-24 Thread fgh
if there is an ip address in that range, deny them if they dont match that range, go to the next line and it permits any without this last statement, everything would be denied - Original Message - From: Farhan Ahmed To: 'fgh' ; Sent: Tuesday, July 24, 2001 3:43 PM Subject: RE: access list

Re: access list.. [7:13564]

2001-07-24 Thread fgh
access-list 1 permit 172.22.0.0 0.0.31.255 It permits all hosts with addresses in the range 172.22.0.1 to 172.22.31.255. Routing TCP/IP, Volume 1 pg. 862 Jeff Doyle, CCIE 1919 I guess you are going to tell me that Mr. Jeff Doyle is wrong now? Bu-bye Message Posted at: