Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > trace route

Reply
Thread Tools

trace route

 
 
deech
Guest
Posts: n/a
 
      01-31-2007
i would like to see the name of the network device during a trace. is all
that is necessary, is to configure; ip domain lookup, ip name-server, and ip
domain-name to accomplish this? i would like to see:

trace router1

router2.whatever.com x x x
router3.whatever.com x x x
router4.whatever.com x x x
.....




 
Reply With Quote
 
 
 
 
CK
Guest
Posts: n/a
 
      01-31-2007
For this router should have a FQDN

On Feb 1, 12:22 am, "deech" <lgoved...@hotmail.com> wrote:
> i would like to see the name of the network device during a trace. is all
> that is necessary, is to configure; ip domain lookup, ip name-server, and ip
> domain-name to accomplish this? i would like to see:
>
> trace router1
>
> router2.whatever.com x x x
> router3.whatever.com x x x
> router4.whatever.com x x x
> ....



 
Reply With Quote
 
 
 
 
deech
Guest
Posts: n/a
 
      02-01-2007
actually adding to this thread. does anyone have a best practive for naming
interfaces in dns? i am trying to come up with standard here just some ideas
would be appreciated. at first i was just thinking of the loopback, but
those are not reported in a trace (i believe), i want to see some meaningful
inside interfaces names.

tx.
"deech" <> wrote in message
news: ...
>i would like to see the name of the network device during a trace. is all
>that is necessary, is to configure; ip domain lookup, ip name-server, and
>ip domain-name to accomplish this? i would like to see:
>
> trace router1
>
> router2.whatever.com x x x
> router3.whatever.com x x x
> router4.whatever.com x x x
> ....
>
>
>
>



 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      02-01-2007
In article <>,
deech <> wrote:
>actually adding to this thread. does anyone have a best practive for naming
>interfaces in dns? i am trying to come up with standard here just some ideas
>would be appreciated. at first i was just thinking of the loopback, but
>those are not reported in a trace (i believe), i want to see some meaningful
>inside interfaces names.


For our interfaces that had very specific purposes (e.g., link to the
firewall), I tended to use functional names. For the other interfaces,
I -could- have named them according to what they were aggregating,
but in practice I found it more useful to name the interfaces according
to the last octet of the MAC address, because if I ever saw those IPs,
I would likely be chasing something fairly low level that I would see
the MAC on before managing to catch an IP.

Actually, I'm distorting cause and effect a bit: more accurate is that
for each router and switch port, I put the associated MAC in the
ethers file (switches that partake of Spanning Tree must have distinct
MACs for each port); I also had the practice of entering each ethers
entry into the hosts file, assigning an otherwise unused IP address
as a place-holder for any device port that wasn't assigned an IP.
That's partly because my hosts file was really a textual database,
with structured comments holding the MAC address and various other
points of interest; I had various programs that processed the
structured information in the hosts file, such as my routines that
were SNMP probing the routers and switches to determine whether any
unexpected new devices had appeared.
 
Reply With Quote
 
Barry Margolin
Guest
Posts: n/a
 
      02-02-2007
In article <>,
"deech" <> wrote:

> actually adding to this thread. does anyone have a best practive for naming
> interfaces in dns? i am trying to come up with standard here just some ideas
> would be appreciated. at first i was just thinking of the loopback, but
> those are not reported in a trace (i believe), i want to see some meaningful
> inside interfaces names.


When I was at BBN Planet/GTE Internetworking/Genuity/Level(3), we used
names like <interface>.<pop>.bbnplanet.net.

--
Barry Margolin,
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
 
Reply With Quote
 
Sam Wilson
Guest
Posts: n/a
 
      02-02-2007
In article <barmar->,
Barry Margolin <> wrote:

> In article <>,
> "deech" <> wrote:
>
> > actually adding to this thread. does anyone have a best practive for naming
> > interfaces in dns? i am trying to come up with standard here just some
> > ideas
> > would be appreciated. at first i was just thinking of the loopback, but
> > those are not reported in a trace (i believe), i want to see some
> > meaningful
> > inside interfaces names.

>
> When I was at BBN Planet/GTE Internetworking/Genuity/Level(3), we used
> names like <interface>.<pop>.bbnplanet.net.


Same here. Things like vlan100.oc5.net.ed.ac.uk for a L3 i/f on a L3
switch, otherwise things like this for interfaces on real routers:

lo0.map-gw3.net.ed.ac.uk
fa0-0.map-gw3.net.ed.ac.uk
s1-0.map-gw3.net.ed.ac.uk
s1-1.map-gw3.net.ed.ac.uk.
etc.

We decided not to spell out the whole interface type, just go for the
minimum abbreviation (which has changed over the years) and try to do
the right thing changing "/" and "." into "-". You don't have to change
"." of course but if you do it stops the sub-i/f looking like some part
of the DNS hierarchy.

Sam
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the default precedence: local-route, static-route,OSPF-route? ilan.berco@gmail.com Cisco 9 08-07-2008 05:42 PM
trace.axd and asp.net trace feature IIS only? Jiho Han ASP .Net 0 08-22-2006 12:44 PM
No trace messages using Diagnostics.Trace McGeeky ASP .Net 0 02-01-2006 02:49 PM
How to redirect output from Diagnostics.Trace to Page.Trace? Matthias S. ASP .Net 1 11-30-2005 09:01 AM
Trace: Can anyone suggest a good tool to catch trace messages? Rukmal Fernando ASP .Net 4 10-27-2003 09:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57