From kpack at us.ntt.net Thu Mar 3 20:54:28 2011 From: kpack at us.ntt.net (Kevin Pack) Date: Thu, 03 Mar 2011 13:54:28 -0600 Subject: db assistance Message-ID: <4D6FF1F4.2070101@us.ntt.net> ripe, I'm attempting to view all inetnums within an allocation we have. What is the correct syntax to view all inetnums within a specific range of IPs? For example, I'm trying to view all inetnums we have submitted for 62.73.160.0/19 Thank you Kevin Pack Customer Engineering NTT Communications - Global IP Network e: kpack at us.ntt.net | t: 214-915-1366 | voip: 1066 From green at msu.ru Fri Mar 4 10:44:34 2011 From: green at msu.ru (Alexander Zubkov) Date: Fri, 04 Mar 2011 12:44:34 +0300 Subject: db assistance In-Reply-To: <4D6FF1F4.2070101@us.ntt.net> References: <4D6FF1F4.2070101@us.ntt.net> Message-ID: <4D70B482.7020905@msu.ru> whois -h whois.ripe.net -M -T inetnum -r 62.73.160.0/19 -M find all More specific matches -T only look for objects of TYPE -r turn off recursive lookups for contact information On 03/03/2011 10:54 PM, Kevin Pack wrote: > ripe, > > I'm attempting to view all inetnums within an allocation we have. What > is the correct syntax to view all inetnums within a specific range of > IPs? For example, I'm trying to view all inetnums we have submitted for > 62.73.160.0/19 > > Thank you > > Kevin Pack > Customer Engineering > NTT Communications - Global IP Network > e: kpack at us.ntt.net | t: 214-915-1366 | voip: 1066 > From BECHA at ripe.net Fri Mar 4 11:34:43 2011 From: BECHA at ripe.net (Vesna Manojlovic) Date: Fri, 04 Mar 2011 11:34:43 +0100 Subject: db assistance Message-ID: <4D70C043.6080306@ripe.net> Hi Kevin, On 3/3/11 8:54 PM, Kevin Pack wrote: > ripe, > > I'm attempting to view all inetnums within an allocation we have. What > is the correct syntax to view all inetnums within a specific range of > IPs? For example, I'm trying to view all inetnums we have submitted for > 62.73.160.0/19 You can do whois -r -m 62.73.160.0/19 and/or whois -r -M -K 62.73.160.0/19 For the explanation of flags: http://www.ripe.net/data-tools/support/documentation/queries-quick-ref For more information, please see RIPE Database documentation http://www.ripe.net/data-tools/support/documentation Vesna Manojlovic RIPE NCC Trainer & Lecturer From shane at time-travellers.org Fri Mar 4 10:51:38 2011 From: shane at time-travellers.org (Shane Kerr) Date: Fri, 04 Mar 2011 10:51:38 +0100 Subject: db assistance In-Reply-To: <4D6FF1F4.2070101@us.ntt.net> References: <4D6FF1F4.2070101@us.ntt.net> Message-ID: <1299232298.2391.17.camel@shane-desktop> Kevin, You want the "-M" flag: $ whois -h whois.ripe.net -- -M 62.73.160.0/19 Good luck! -- Shane On Thu, 2011-03-03 at 13:54 -0600, Kevin Pack wrote: > ripe, > > I'm attempting to view all inetnums within an allocation we have. What > is the correct syntax to view all inetnums within a specific range of > IPs? For example, I'm trying to view all inetnums we have submitted for > 62.73.160.0/19 > > Thank you > > Kevin Pack > Customer Engineering > NTT Communications - Global IP Network > e: kpack at us.ntt.net | t: 214-915-1366 | voip: 1066 > From kpack at us.ntt.net Fri Mar 4 15:32:42 2011 From: kpack at us.ntt.net (Kevin Pack) Date: Fri, 04 Mar 2011 08:32:42 -0600 Subject: db assistance In-Reply-To: <4D70B482.7020905@msu.ru> References: <4D6FF1F4.2070101@us.ntt.net> <4D70B482.7020905@msu.ru> Message-ID: <4D70F80A.8070409@us.ntt.net> Thanks everyone. I have this working now have a good weekend. Kevin On 3/4/11 3:44 AM, Alexander Zubkov wrote: > whois -h whois.ripe.net -M -T inetnum -r 62.73.160.0/19 > -M find all More specific matches > -T only look for objects of TYPE > -r turn off recursive lookups for contact information > > On 03/03/2011 10:54 PM, Kevin Pack wrote: >> ripe, >> >> I'm attempting to view all inetnums within an allocation we have. What >> is the correct syntax to view all inetnums within a specific range of >> IPs? For example, I'm trying to view all inetnums we have submitted for >> 62.73.160.0/19 >> >> Thank you >> >> Kevin Pack >> Customer Engineering >> NTT Communications - Global IP Network >> e: kpack at us.ntt.net | t: 214-915-1366 | voip: 1066 >> >