Non-IOS Flashcards
1
Q
How do you flush the ARP cache on Windows?
A
netsh interface ip delete arpcache
2
Q
How do you view the ARP cache on Windows?
A
arp -a
3
Q
How do you flush the ARP cache on Linux?
A
ip -s -s neigh flush all
4
Q
How do you view the ARP cache on Linux?
A
arp -n
5
Q
What allows session multiplexing?
What layer 4 device uses them?
A
Layer 4 ports
stateful firewalls