Network+ Code Input

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

nslookup

queries DNS for host addresses, IP address, mail exchanges, nameservers, etc (anything in DNS records)

2
New cards

ping

verifies connectivity to the server

3
New cards

route print

shows the local routing table

4
New cards

ARP

lists MAC to IP address table

5
New cards

telnet

open a command-line interface on a remote computer or server (not secure) (text based)

6
New cards

Nmap

it is a network scanner that helps discover hosts and services

7
New cards

tracert

(Windows) - tracks the pathway taken by a packet on an IP network from source to destination. Reporting the IP addresses of all the routers it pinged in between

8
New cards

traceroute

(Linux based) - same as tracert, but for non windows machines (tracks the pathway taken by a packet on an IP network from source to destination. Reporting the IP addresses of all the routers it pinged in between)

9
New cards

netstat

displays network connections for: TCP (incoming and outgoing), routing tables, and several network interface and network protocol statistics

10
New cards

show mac-address-table

displays the MAC addresses learned by the switch and the corresponding switch ports

11
New cards

dig

queries DNS to obtain info about host addresses, mail exchanges, nameservers, and related information

12
New cards

dig -t any example.com

retrieves all available DNS records for the specified domain

13
New cards

dig -t soa example.com

retrieves the start of authority (SOA) records

14
New cards

dig -t ns example.com

retrieves name server (NS) records

15
New cards

dig -t mx example.com

retrieves mail exchange (MX) records

16
New cards

show vlan brief

lists all VLANs on the switch along with their assigned ports. a quick overview necessary for reconfiguration tasks

17
New cards

show vlan

details about the VLANs configured on the switch, including VLAN IDs, names, and associated interfaces

18
New cards

show running-config

includes VLAN configurations but is too extensive for a quick VLAN review

19
New cards

show ip interface brief

summary of interface statuses and IP configurations

20
New cards

show interfaces trunk

shows trunk ports and their allowed VLANs, not the comprehensive VLAN setup