Phase 2 Flashcards
What command puts the VyOS router into configuration mode?
conf
What command is used to create a new configuration setting in VyOS (assume you are in configuration mode)?
set
What command is used to remove a configuration setting in VyOS (assume you are in configuration mode)?
del
What command is used to display a configuration setting in VyOS (assume you are in configuration mode)?
show
Match the following Regional Internet Registries to their respective regions.
ARIN-
LACNIC-
APNIC-
RIPE NCC-
AFRINIC-
– antarctica, canada, parts of the caribbean and USA
– most of the caribbean and all of latin america
– east asia, oceania, south asia, southeast asia
- europe, central asia, russia, and west asia
-Africa
Since modern Windows systems have PowerShell preinstalled, it really is no longer necessary to know the command line interface.
False
Many Linux commands will work in a Windows Command Shell by default
False
Many Linux commands will work in Windows PowerShell by default.
True
All PowerShell scripts can run by default in Windows 10.
False
Most PowerShell commands can be piped into other commands.
true
Using which combination of PowerShell commands can all the files in a directory have their filenames changed?
Get-ChildItem | Rename-Item
Get-ChildItem is limited in that it cannot find Hidden Files.
False
Get-ChildItem is limited in that it cannot search through sub-directories.
False
What is the default file type for importing into an LDAP directory service?
ldif
LDAP is only available in a Linux environment, while Active Directory is available in Windows.
False
Why would the IDS/IPS devices use NICs in promiscuous mode without having assigned IP addresses?
Makes it harder for hackers to know they are present
What does port mirroring do on a router?
Copies all traffic destined for one port onto a second port
What is promiscuous mode for a NIC?
Allows the NIC to pull all traffic that comes across it, even if it isn’t the source or estination address
What the Protocols to the following ports?
80-
443-
20,21-
25-
22-
53-
HTTP
HTTPS
FTP
SMTP
SSH
DNS
What does the following iptables rule do?
iptables -A INPUT -s 13.14.0.0/16 -j DROP
Drop all incoming traffic on the 13.14.0.0/16 address range