Advertisement
Guest User

ir 809 config

a guest
May 25th, 2016
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1.  
  2. ! Last configuration change at 07:50:02 CEST Wed May 25 2016 by root
  3. !
  4. version 15.6
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname boiler-210
  10. !
  11. boot-start-marker
  12. boot system flash:/ir800-universalk9-mz.SPA.156-2.T
  13. boot-end-marker
  14. !
  15. !
  16. logging console errors
  17. !
  18. aaa new-model
  19. !
  20. !
  21. aaa authentication login LOGIN-VTY local
  22. aaa authentication login LOGIN-CON local
  23. aaa authentication login LOGIN-NONE none
  24. aaa authorization exec LOGIN-NONE none
  25. !
  26.  
  27. aaa session-id common
  28. ethernet lmi ce
  29. clock timezone CET 1 0
  30. clock summer-time CEST recurring last Sun Mar 3:00 last Sun Oct 2:00
  31. !
  32. !
  33. ip dhcp excluded-address 192.168.5.1
  34. !
  35. ip dhcp pool POOL-IOX
  36. network 192.168.5.0 255.255.255.252
  37. default-router 192.168.5.1
  38. dns-server 8.8.8.8
  39. domain-name iox.com.pl
  40. !
  41. !
  42. !
  43. ip domain name iox.com.pl
  44. ip cef
  45. ipv6 unicast-routing
  46. ipv6 cef
  47. !
  48. multilink bundle-name authenticated
  49. !
  50. !
  51. !
  52. chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
  53. !
  54. !
  55. license udi pid IR809G-LTE-GA-K9 sn JMX2020X01X
  56. iox hypervisor sched-policy 80
  57. !
  58. !
  59. username gkujawsk privilege 15 password 0 ******
  60. username root privilege 15 password 0 *****
  61. !
  62. redundancy
  63. !
  64.  
  65. controller Cellular 0
  66. lte sim data-profile 1 attach-profile 1 slot 0
  67. lte sim data-profile 1 attach-profile 1 slot 1
  68. lte sim max-retry 0
  69. lte modem link-recovery rssi onset-threshold -110
  70. lte modem link-recovery monitor-timer 20
  71. lte modem link-recovery wait-timer 10
  72. lte modem link-recovery debounce-count 6
  73. !
  74.  
  75. interface GigabitEthernet0
  76. ip address 1.1.1.2 255.255.255.0
  77. duplex auto
  78. speed auto
  79. !
  80. interface GigabitEthernet1
  81. no ip address
  82. shutdown
  83. duplex auto
  84. speed auto
  85. !
  86. interface GigabitEthernet2
  87. description IOX
  88. ip address 192.168.5.1 255.255.255.252
  89. duplex auto
  90. speed auto
  91. ipv6 address autoconfig
  92. ipv6 enable
  93. !
  94. interface Cellular0
  95. no ip address
  96. encapsulation slip
  97. shutdown
  98. dialer in-band
  99. dialer string lte
  100. !
  101. interface Cellular1
  102. no ip address
  103. encapsulation slip
  104. shutdown
  105. !
  106. interface Async0
  107. no ip address
  108. encapsulation relay-line
  109. half-duplex
  110. media-type rs485
  111. !
  112. interface Async1
  113. no ip address
  114. encapsulation relay-line
  115. shutdown
  116. !
  117. ip forward-protocol nd
  118. !
  119. no ip http server
  120. no ip http secure-server
  121. !
  122. ip ssh time-out 30
  123. ip ssh authentication-retries 1
  124. ip ssh version 2
  125. !
  126. control-plane
  127. !
  128. !
  129. line con 0
  130. exec-timeout 120 0
  131. logging synchronous
  132. login authentication LOGIN-CON
  133. stopbits 1
  134. line 1 2
  135. exec-timeout 0 0
  136. login authentication LOGIN-NONE
  137. no exec
  138. transport preferred none
  139. transport input all
  140. transport output none
  141. stopbits 1
  142. line 3
  143. script dialer lte
  144. no exec
  145. transport preferred none
  146. transport output none
  147. line 8
  148. no exec
  149. transport preferred none
  150. transport output none
  151. line 1/3
  152. transport preferred none
  153. transport output none
  154. stopbits 1
  155. line 1/4
  156. login authentication LOGIN-NONE
  157. transport preferred none
  158. transport input all
  159. transport output none
  160. stopbits 1
  161. line 1/5 1/6
  162. login authentication LOGIN-NONE
  163. transport preferred none
  164. transport output none
  165. stopbits 1
  166. line vty 0 4
  167. exec-timeout 120 0
  168. logging synchronous
  169. login authentication LOGIN-VTY
  170. length 0
  171. transport input ssh
  172. line vty 5 7
  173. exec-timeout 120 0
  174. logging synchronous
  175. login authentication LOGIN-VTY
  176. transport input ssh
  177. !
  178. no scheduler max-task-time
  179. relay line 2 1/6
  180. relay line 1 1/5
  181. !
  182. event manager directory user policy "flash:/"
  183. !
  184. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement