NBTSTAT
C:>nbtstat -a siora1
NetBIOS Remote Machine Name Table
Name Type Status
---------------------------------------------
SIORA1 <00> UNIQUE Registered
SIPHOTO <00> GROUP Registered
SIORA1 <03> UNIQUE Registered
SIORA1 <20> UNIQUE Registered
SIPHOTO <1E> GROUP Registered
INet~Services <1C> GROUP Registered
IS~SIORA1......<00> UNIQUE Registered
MAC Address = 00-08-C7-91-93-34
C:>nbtstat -C
DeviceNetBT_N1001:
Node IpAddress: [172.20.104.133] Scope Id: []
NetBIOS Remote Cache Name Table
Name Type Host Address Life [sec]
------------------------------------------------------------
SIORA1 <00> UNIQUE 172.20.104.62 577
C:>nbtstat -c
NetBIOS Remote Cache Name Table
Name Type Host Address Life [sec]
------------------------------------------------------------
SIORA1 <00> UNIQUE 172.20.104.62 572
C:>nbtstat /?
Displays protocol statistics and current TCP/IP connections using NBT
(NetBIOS over TCP/IP).
NBTSTAT [-a RemoteName] [-A IP address] [-c] [-n]
[-r] [-R] [-RR] [-s] [-S] [interval] ]
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
-c (cache) Lists the global remote name cache including the IP addesses
-C (cache) Lists the remote name cache with IP addresses on a perevice basis
-n (names) Lists local NetBIOS names.
-r (resolved) Lists names resolved by broadcast and via WINS
-R (Reload) Purges and reloads the remote cache name table
-S (Sessions) Lists sessions table with the destination IP addresses
-s (sessions) Lists sessions table converting destination IP addresses to host names via the hosts file.
-RR (ReleaseRefresh) Sends Name Release packets to WINs and then, starts Refesh
RemoteName Remote host machine name.
IP address Dotted decimal representation of the IP address.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press Ctrl+C to stop redisplaying statistics.
|