-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSearchPortlists.html
More file actions
95 lines (87 loc) · 3.54 KB
/
SearchPortlists.html
File metadata and controls
95 lines (87 loc) · 3.54 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<title>Search Port Lists webpages</title>
<link href="/nets/internal/portlists/SwitchMap.css" rel="stylesheet">
</head>
<body bgcolor="white">
<h1>Search Port Lists webpages</h1>
<ul class="toc">
<li><a href="index.html">Home</a></li>
<li><a href="switches/index.html">Switches</a></li>
<li><a href="modulesbyswitch.html">Modules</a></li>
<li><a href="ports/index.html">Ports</a></li>
<li><a href="vlans/index.html"">VLANs</a></li>
<li><a href="switchstats.html">Statistics</a></li>
</ul>
<br />
<hr>
<p>
<form method=GET action="/nets/cgi/internal/FindOffice.pl">
<table>
<tr>
<td>
<input type=text name="strng" size="30">
<input type="submit" value="Search">
</td>
</tr>
</table>
</form>
</p>
<p>
This search window lets you search the Port Lists for
"<strong>IP address</strong>",
"<strong>MAC address</strong>",
"<strong>DNS name</strong>" or
"<strong>Port Label</strong>" information.
You can use this to get answers to questions like
</p>
<ul>
<li>What ports are active in a given office?</li>
<li>Where is a given MAC address?</li>
<li>What switch/port is the machine named fileserver connected to?</li>
</ul>
<p>
In the Port Lists, "<strong>Port Label</strong>" fields
show what's stored in the "name" field for each port in a UCAR
Catalyst switch.
The UCAR NETS folks use the port label field to indicate what
the port is connected to.
For example, the Catalyst Ethernet switch named ml-16c-c1-gs
has a port label of "ML-31G-W1-3B" on port 6/11, indicating the
port is connected to Mesa Lab room 31G, wallplate 1, port 3B.
To learn more about the syntax used by NETS in location labels,
see the
<a href="http://netserver.ucar.edu/nets/docs/labeling/">NETS Names and Labels document</a>.
</p>
<p>
Case is not significant in this search.
</p>
<p>
Virtual ports are skipped in this search to avoid cluttering the
seach results with too many hits. We usually want to find a MAC
address, IP address or DNS name for a machine on the switch port
that it is connected to, not on virtual ports on other switches.
</p>
<hr>
<p class="tiny">
Address comments or questions about this Web page to the
<a href="/nets/">Network Engineering & Telecommunications Section</a>
at
<a href="mailto:nets-www@ncar.ucar.edu">nets-www@ncar.ucar.edu</a>.
The NETS is part of the
<a href="http://www.cisl.ucar.edu">Computational & Information Systems Laboratory</a>
of the
<a href="http://www.ncar.ucar.edu">National Center for Atmospheric Research</a>,
which is sponsored by the
<a href="http://www.nsf.gov">National Science Foundation</a>
and managed by the
<a href="http://www.ucar.edu">University Corporation for Atmospheric Research</a>.
This website follows the
<a href="http://www.ucar.edu/legal/privacy_policy.shtml">UCAR General Privacy Policy</a>
and the
<a href="http://www.ucar.edu/legal/terms_of_use.shtml">NCAR/UCAR/UOP Terms of Use</a>.
</p>
</body>
</html>