ethernet_vars.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # ---Default configurations written for Dell PowerSwitch S4128T-ON---
  15. # ---Change the configurations as per the switch model to avoid failures---
  16. # Global configuration for switch
  17. os10_config:
  18. - "interface vlan1"
  19. - "exit"
  20. # Interface configuration for switch
  21. os10_interface:
  22. ethernet 1/1/1:
  23. desc: "Port 1"
  24. admin: up
  25. ethernet 1/1/2:
  26. desc: "Port 2"
  27. admin: up
  28. ethernet 1/1/3:
  29. desc: "Port 3"
  30. admin: up
  31. ethernet 1/1/4:
  32. desc: "Port 4"
  33. admin: up
  34. ethernet 1/1/5:
  35. desc: "Port 5"
  36. admin: up
  37. ethernet 1/1/6:
  38. desc: "Port 6"
  39. admin: up
  40. ethernet 1/1/7:
  41. desc: "Port 7"
  42. admin: up
  43. ethernet 1/1/8:
  44. desc: "Port 8"
  45. admin: up
  46. ethernet 1/1/9:
  47. desc: "Port 9"
  48. admin: up
  49. ethernet 1/1/10:
  50. desc: "Port 10"
  51. admin: up
  52. ethernet 1/1/11:
  53. desc: "Port 11"
  54. admin: up
  55. ethernet 1/1/12:
  56. desc: "Port 12"
  57. admin: up
  58. ethernet 1/1/13:
  59. desc: "Port 13"
  60. admin: up
  61. ethernet 1/1/14:
  62. desc: "Port 14"
  63. admin: up
  64. ethernet 1/1/15:
  65. desc: "Port 15"
  66. admin: up
  67. ethernet 1/1/16:
  68. desc: "Port 16"
  69. admin: up
  70. ethernet 1/1/17:
  71. desc: "Port 17"
  72. admin: up
  73. ethernet 1/1/18:
  74. desc: "Port 18"
  75. admin: up
  76. ethernet 1/1/19:
  77. desc: "Port 19"
  78. admin: up
  79. ethernet 1/1/20:
  80. desc: "Port 20"
  81. admin: up
  82. ethernet 1/1/21:
  83. desc: "Port 21"
  84. admin: up
  85. ethernet 1/1/22:
  86. desc: "Port 22"
  87. admin: up
  88. ethernet 1/1/23:
  89. desc: "Port 23"
  90. admin: up
  91. ethernet 1/1/24:
  92. desc: "Port 24"
  93. admin: up
  94. ethernet 1/1/25:
  95. desc: "Port 25"
  96. admin: up
  97. ethernet 1/1/26:
  98. desc: "Port 26"
  99. admin: up
  100. ethernet 1/1/27:
  101. desc: "Port 27"
  102. admin: up
  103. ethernet 1/1/28:
  104. desc: "Port 28"
  105. admin: up
  106. ethernet 1/1/29:
  107. desc: "Port 29"
  108. admin: up
  109. ethernet 1/1/30:
  110. desc: "Port 30"
  111. admin: up
  112. vlan 1:
  113. admin: up
  114. # save_changes_to_startup is a boolean flag. By default, this option is set to false.
  115. # When set to true, it will save the switch's running configuration to the startup configuration file
  116. # after the role applies its configuration. This will allow the configuration to persist after a
  117. # restart or power failure.
  118. save_changes_to_startup: false