That would probably work for the redistribution, I will try it out. I was actually looking more for a method like the inbound distribute list that you can use with OSPF. In 12.0 there is a distribute list command that can be entered under the ISIS process, but it does not filter the specified networks, and in 12.1 it is no longer available. I am trying to make it so that routes that are native to the ISIS domain/area (ie interfaces with "ip router isis" enabled) can be filtered on the receiving router, haven't found a way to do that yet. Thank you for your response. Anyone out there work for a company that uses ISIS? Any wisdom to share? Thanks.
-----Original Message----- From: s vermill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 7:30 PM To: [EMAIL PROTECTED] Subject: RE: ISIS filtering, redistribution, etc. [7:36580] Guy, I couldn't find anything as far as a link on CCO specific to IS-IS redistribution (at least one that was worth posting). However, I think I can help you out. Try using a route map instead of the distribute list. Something like: 'redistribute ospf 100 metric 100 metric-type internal route-map FILTER' and then: 'access list 1 deny 10.0.1.0 0.0.0.255' 'access list 1 permit any' and finally: 'route-map FILTER permit 10' 'match ip address 1' I wish I could claim that this was a flash of brilliance. Truth is, it was one of the labs in the Link State CIM by Cisco Press. Let us know how it works out. Scott Lupi, Guy wrote: > > Does anyone know of a good link that I can go to to find > information on > filtering and redistribution in ISIS? The only thing that I > can find is a > note in the archives stating that you have to use a clns > access-group to > filter, but it doesn't say how to implement it and I am not > having any luck > on CCO. I have routers running 12.1 and routers running 12.0, > on the 12.0 > routers there is a distribute list command, but it doesn't seem > to work when > applied, and on the 12.1 routers it isn't even available. If > anyone could > help me out I would appreciate it, I am stuck at this point, > thanks. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=36795&t=36580 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

