-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetconf_example.cfg
More file actions
30 lines (30 loc) · 806 Bytes
/
netconf_example.cfg
File metadata and controls
30 lines (30 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/configure system security user-params local-user user netconf password "nokia123" access netconf
/configure system security user-params local-user user netconf console member "administrative"
/configure system management-interface
configuration-mode model-driven
schema-path "cf3:\yang\yang23.3\yang"
cli {
md-cli {
auto-config-save true
}
}
configuration-save {
configuration-backups 5
incremental-saves false
}
netconf {
admin-state enable
port 830
auto-config-save true
capabilities {
candidate true
}
}
yang-modules {
nokia-submodules false
openconfig-modules false
nokia-combined-modules true
}
snmp {
admin-state disable
}