|
1 |
| -## Required parameters for termination X ('a' or 'b'): |
2 |
| -## termination_X_name - name of interface |
3 |
| -## termination_X_device - name of the device interface belongs to |
4 |
| -## termination_X_class - required if different than Interface which is the default |
5 |
| -## Supported termination classes: Interface, ConsolePort, ConsoleServerPort, FrontPort, RearPort |
6 |
| -## |
7 |
| -## If termination is a circuit then the required parameter is termination_x_circuit. |
8 |
| -## Required parameters for a circuit termination: |
9 |
| -## termination_x_circuit: |
10 |
| -## term_side - termination side of a circuit. Must be A or B |
11 |
| -## cid - circuit ID value |
12 |
| -## site OR provider_network - name of Site or ProviderNetwork respectively. If both provided, Site takes precedence |
13 |
| -## |
14 |
| -## Any other Cable parameters supported by Netbox are supported as the top level keys, e.g. 'type', 'status', etc. |
15 |
| -## |
16 |
| -## - termination_a_name: console |
17 |
| -## termination_a_device: spine |
18 |
| -## termination_a_class: ConsolePort |
19 |
| -## termination_b_name: tty9 |
20 |
| -## termination_b_device: console-server |
21 |
| -## termination_b_class: ConsoleServerPort |
22 |
| -## type: cat6 |
23 |
| -## |
| 1 | +# # Required parameters for termination X ('a' or 'b'): |
| 2 | +# # |
| 3 | +# # ``` |
| 4 | +# # termination_x_name -> name of interface |
| 5 | +# # termination_x_device -> name of the device interface belongs to |
| 6 | +# # termination_x_class -> required if different than 'Interface' which is the default |
| 7 | +# # ``` |
| 8 | +# # |
| 9 | +# # Supported termination classes: Interface, ConsolePort, ConsoleServerPort, FrontPort, RearPort, PowerPort, PowerOutlet |
| 10 | +# # |
| 11 | +# # |
| 12 | +# # If a termination is a circuit then the required parameter is termination_x_circuit. |
| 13 | +# # Required parameters for a circuit termination: |
| 14 | +# # |
| 15 | +# # ``` |
| 16 | +# # termination_x_circuit: |
| 17 | +# # term_side -> termination side of a circuit. Must be A or B |
| 18 | +# # cid -> circuit ID value |
| 19 | +# # site OR provider_network -> name of Site or ProviderNetwork respectively. If both provided, Site takes precedence |
| 20 | +# # ``` |
| 21 | +# # |
| 22 | +# # If a termination is a power feed then the required parameter is termination_x_feed. |
| 23 | +# # |
| 24 | +# # ``` |
| 25 | +# # termination_x_feed: |
| 26 | +# # name -> name of the PowerFeed object |
| 27 | +# # power_panel: |
| 28 | +# # name -> name of the PowerPanel the PowerFeed is attached to |
| 29 | +# # site -> name of the Site in which the PowerPanel is present |
| 30 | +# # ``` |
| 31 | +# # |
| 32 | +# # Any other Cable parameters supported by Netbox are supported as the top level keys, e.g. 'type', 'status', etc. |
| 33 | +# # |
| 34 | +# # - termination_a_name: console |
| 35 | +# # termination_a_device: spine |
| 36 | +# # termination_a_class: ConsolePort |
| 37 | +# # termination_b_name: tty9 |
| 38 | +# # termination_b_device: console-server |
| 39 | +# # termination_b_class: ConsoleServerPort |
| 40 | +# # type: cat6 |
| 41 | +# # |
24 | 42 | # - termination_a_name: to-server02
|
25 | 43 | # termination_a_device: server01
|
26 | 44 | # termination_b_name: to-server01
|
|
0 commit comments