Chapter 3 JunOS basic configuration Flashcards

1
Q

Default configuration on all models

A

Remote access disabled
Root authentication without password
Syslog enabled

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

Reset config

A

Load system default-configuration -> loads the default conf
Request system zeroize -> delete every command on the config

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

Local users

A

Local users are configure with their local password and are parts of groups that define their privileges, there are some default configured groups

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

Logging

A

Logs are stored in /var/log in different files like “messages”
To view its content “show log messages”
To view the logs in realtime “monitor start messages”

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

Interface types

A

IFD -> Physical interface (g0/0/0)
IFL -> Logical interface (Unit 0)
IFF -> Family interface (Ipv4 or IPv6) these can be just 2 for each logical interface
Managemente interfaces -> me0, fxp0, vme
Internal -> fxp1, fxp2, bme
Loopback -> Lo0 can be only 1 per RI

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

Trace options

A

Trace options are debugs, to enable them:
- Set the hierarchy
- Set the flags -> parameters you want to debug
- Set the file -> on which the results will be stored
- show <file_name> -> to get the results</file_name>

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

NTP behaviour

A

When configuring an NTP server JunOS doesn’t take its time if it’s much different.
To make the switch take whatever time the NTP server has the NTP server needs to be configured as boot-server

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