Basic configurations Flashcards

1
Q

Configure RIPv2 on a router

A
  1. router rip
  2. version 2
  3. network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Specify a NTP server to use

A

ntp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Basic vlan

A
  1. create vlan = vlan
  2. name vlan = name
  3. exit to enter interface mode
  4. move to interface = interface
  5. assign interface to vlan = switchport access vlan
  6. make port access port = switchport mode access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Basic interface on a router

A
  1. specify interface = interface
  2. assign IP = ip address
  3. enable interface = no shutdown
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Basic mgt IP on switch

A
  1. specify vlan = interface vlan
  2. assign IP = ip address
  3. enable vlan = no shutdown
  4. exit to add default gateway = exit
  5. add gateway = ip default-gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Router trunk interface

A
  1. interface
  2. encapsulation dot1q {native}
  3. ip address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Switchport security on an interface

A
  1. move to interface
  2. switchport mode access
  3. switchport port-security {options}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DHCP on a router

A
  1. define dhcp pool = dhcp pool

2. set IP range = network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly