Yi Tseng | baab424 | 2018-02-11 16:50:03 -0800 | [diff] [blame] | 1 |
|
| 2 | #-------------------------------------------------------------------------------
|
| 3 | # DGS-1510-28X Gigabit Ethernet SmartPro Switch
|
| 4 | # Configuration
|
| 5 | #
|
| 6 | # Firmware: Build 1.30.007
|
| 7 | # Copyright(C) 2015 D-Link Corporation. All rights reserved.
|
| 8 | #-------------------------------------------------------------------------------
|
| 9 |
|
| 10 |
|
| 11 | # STACK
|
| 12 |
|
| 13 | end
|
| 14 | end
|
| 15 |
|
| 16 | # DEVICE
|
| 17 | configure terminal
|
| 18 | end
|
| 19 |
|
| 20 |
|
| 21 | # AAA
|
| 22 |
|
| 23 | configure terminal
|
| 24 | # AAA START
|
| 25 | no aaa new-model
|
| 26 | # AAA END
|
| 27 | end
|
| 28 |
|
| 29 | # PRIVMGMT
|
| 30 | configure terminal
|
| 31 | # COMMAND LEVEL START
|
| 32 | # COMMAND LEVEL END
|
| 33 | # LEVEL START
|
| 34 | # LEVEL END
|
| 35 | # ACCOUNT START
|
| 36 | # ACCOUNT END
|
| 37 | # LOGIN START
|
| 38 | # LOGIN END
|
| 39 | end
|
| 40 |
|
| 41 | # CLI
|
| 42 |
|
| 43 |
|
| 44 | # BASIC
|
| 45 |
|
| 46 | configure terminal
|
| 47 | ip http server
|
| 48 | ip http service-port 80
|
| 49 | no ip http secure-server
|
| 50 | ip http timeout-policy idle 180
|
| 51 | ignore wizard
|
| 52 | end
|
| 53 | configure terminal
|
| 54 | no snmp-server enable traps snmp warmstart
|
| 55 | no snmp-server enable traps snmp coldstart
|
| 56 | end
|
| 57 |
|
| 58 | # LINE
|
| 59 |
|
| 60 | configure terminal
|
| 61 | end
|
| 62 |
|
| 63 | # DEBUG
|
| 64 |
|
| 65 | configure terminal
|
| 66 | debug reboot on-error
|
| 67 | no debug enable
|
| 68 | exit
|
| 69 |
|
| 70 | # STORM
|
| 71 |
|
| 72 |
|
| 73 | # TRAF-SEGMENTATION
|
| 74 |
|
| 75 | configure terminal
|
| 76 | end
|
| 77 |
|
| 78 | # SSL
|
| 79 |
|
| 80 |
|
| 81 | # PORT
|
| 82 |
|
| 83 | configure terminal
|
| 84 | interface ethernet1/0/1
|
| 85 | flowcontrol off
|
| 86 | no speed auto-downgrade
|
| 87 | snmp trap link-status
|
| 88 | end
|
| 89 | configure terminal
|
| 90 | interface ethernet1/0/2
|
| 91 | flowcontrol off
|
| 92 | no speed auto-downgrade
|
| 93 | snmp trap link-status
|
| 94 | end
|
| 95 | configure terminal
|
| 96 | interface ethernet1/0/3
|
| 97 | flowcontrol off
|
| 98 | no speed auto-downgrade
|
| 99 | snmp trap link-status
|
| 100 | end
|
| 101 | configure terminal
|
| 102 | interface ethernet1/0/4
|
| 103 | flowcontrol off
|
| 104 | no speed auto-downgrade
|
| 105 | snmp trap link-status
|
| 106 | end
|
| 107 | configure terminal
|
| 108 | interface ethernet1/0/5
|
| 109 | flowcontrol off
|
| 110 | no speed auto-downgrade
|
| 111 | snmp trap link-status
|
| 112 | end
|
| 113 | configure terminal
|
| 114 | interface ethernet1/0/6
|
| 115 | flowcontrol off
|
| 116 | no speed auto-downgrade
|
| 117 | snmp trap link-status
|
| 118 | end
|
| 119 | configure terminal
|
| 120 | interface ethernet1/0/7
|
| 121 | flowcontrol off
|
| 122 | no speed auto-downgrade
|
| 123 | snmp trap link-status
|
| 124 | end
|
| 125 | configure terminal
|
| 126 | interface ethernet1/0/8
|
| 127 | flowcontrol off
|
| 128 | no speed auto-downgrade
|
| 129 | snmp trap link-status
|
| 130 | end
|
| 131 | configure terminal
|
| 132 | interface ethernet1/0/9
|
| 133 | flowcontrol off
|
| 134 | no speed auto-downgrade
|
| 135 | snmp trap link-status
|
| 136 | end
|
| 137 | configure terminal
|
| 138 | interface ethernet1/0/10
|
| 139 | flowcontrol off
|
| 140 | no speed auto-downgrade
|
| 141 | snmp trap link-status
|
| 142 | end
|
| 143 | configure terminal
|
| 144 | interface ethernet1/0/11
|
| 145 | flowcontrol off
|
| 146 | no speed auto-downgrade
|
| 147 | snmp trap link-status
|
| 148 | end
|
| 149 | configure terminal
|
| 150 | interface ethernet1/0/12
|
| 151 | flowcontrol off
|
| 152 | no speed auto-downgrade
|
| 153 | snmp trap link-status
|
| 154 | end
|
| 155 | configure terminal
|
| 156 | interface ethernet1/0/13
|
| 157 | flowcontrol off
|
| 158 | no speed auto-downgrade
|
| 159 | snmp trap link-status
|
| 160 | end
|
| 161 | configure terminal
|
| 162 | interface ethernet1/0/14
|
| 163 | flowcontrol off
|
| 164 | no speed auto-downgrade
|
| 165 | snmp trap link-status
|
| 166 | end
|
| 167 | configure terminal
|
| 168 | interface ethernet1/0/15
|
| 169 | flowcontrol off
|
| 170 | no speed auto-downgrade
|
| 171 | snmp trap link-status
|
| 172 | end
|
| 173 | configure terminal
|
| 174 | interface ethernet1/0/16
|
| 175 | flowcontrol off
|
| 176 | no speed auto-downgrade
|
| 177 | snmp trap link-status
|
| 178 | end
|
| 179 | configure terminal
|
| 180 | interface ethernet1/0/17
|
| 181 | flowcontrol off
|
| 182 | no speed auto-downgrade
|
| 183 | snmp trap link-status
|
| 184 | end
|
| 185 | configure terminal
|
| 186 | interface ethernet1/0/18
|
| 187 | flowcontrol off
|
| 188 | no speed auto-downgrade
|
| 189 | snmp trap link-status
|
| 190 | end
|
| 191 | configure terminal
|
| 192 | interface ethernet1/0/19
|
| 193 | flowcontrol off
|
| 194 | no speed auto-downgrade
|
| 195 | snmp trap link-status
|
| 196 | end
|
| 197 | configure terminal
|
| 198 | interface ethernet1/0/20
|
| 199 | flowcontrol off
|
| 200 | no speed auto-downgrade
|
| 201 | snmp trap link-status
|
| 202 | end
|
| 203 | configure terminal
|
| 204 | interface ethernet1/0/21
|
| 205 | flowcontrol off
|
| 206 | no speed auto-downgrade
|
| 207 | snmp trap link-status
|
| 208 | end
|
| 209 | configure terminal
|
| 210 | interface ethernet1/0/22
|
| 211 | flowcontrol off
|
| 212 | no speed auto-downgrade
|
| 213 | snmp trap link-status
|
| 214 | end
|
| 215 | configure terminal
|
| 216 | interface ethernet1/0/23
|
| 217 | flowcontrol off
|
| 218 | no speed auto-downgrade
|
| 219 | snmp trap link-status
|
| 220 | end
|
| 221 | configure terminal
|
| 222 | interface ethernet1/0/24
|
| 223 | flowcontrol off
|
| 224 | no speed auto-downgrade
|
| 225 | snmp trap link-status
|
| 226 | end
|
| 227 | configure terminal
|
| 228 | interface ethernet1/0/25
|
| 229 | flowcontrol off
|
| 230 | no speed auto-downgrade
|
| 231 | snmp trap link-status
|
| 232 | end
|
| 233 | configure terminal
|
| 234 | interface ethernet1/0/26
|
| 235 | flowcontrol off
|
| 236 | no speed auto-downgrade
|
| 237 | snmp trap link-status
|
| 238 | end
|
| 239 | configure terminal
|
| 240 | interface ethernet1/0/27
|
| 241 | flowcontrol off
|
| 242 | no speed auto-downgrade
|
| 243 | snmp trap link-status
|
| 244 | end
|
| 245 | configure terminal
|
| 246 | interface ethernet1/0/28
|
| 247 | flowcontrol off
|
| 248 | no speed auto-downgrade
|
| 249 | snmp trap link-status
|
| 250 | end
|
| 251 |
|
| 252 | # LACP
|
| 253 |
|
| 254 | end
|
| 255 | configure terminal
|
| 256 | end
|
| 257 |
|
| 258 | # SIM
|
| 259 |
|
| 260 | end
|
| 261 | configure terminal
|
| 262 | end
|
| 263 |
|
| 264 | # DDM
|
| 265 |
|
| 266 | configure terminal
|
| 267 | interface ethernet 1/0/25
|
| 268 | exit
|
| 269 | interface ethernet 1/0/26
|
| 270 | exit
|
| 271 | interface ethernet 1/0/27
|
| 272 | exit
|
| 273 | interface ethernet 1/0/28
|
| 274 | exit
|
| 275 | end
|
| 276 |
|
| 277 | # TR
|
| 278 | configure terminal
|
| 279 | end
|
| 280 |
|
| 281 |
|
| 282 | # STP
|
| 283 |
|
| 284 | end
|
| 285 | configure terminal
|
| 286 | end
|
| 287 | configure terminal
|
| 288 | interface ethernet 1/0/1
|
| 289 | end
|
| 290 | configure terminal
|
| 291 | interface ethernet 1/0/2
|
| 292 | end
|
| 293 | configure terminal
|
| 294 | interface ethernet 1/0/3
|
| 295 | end
|
| 296 | configure terminal
|
| 297 | interface ethernet 1/0/4
|
| 298 | end
|
| 299 | configure terminal
|
| 300 | interface ethernet 1/0/5
|
| 301 | end
|
| 302 | configure terminal
|
| 303 | interface ethernet 1/0/6
|
| 304 | end
|
| 305 | configure terminal
|
| 306 | interface ethernet 1/0/7
|
| 307 | end
|
| 308 | configure terminal
|
| 309 | interface ethernet 1/0/8
|
| 310 | end
|
| 311 | configure terminal
|
| 312 | interface ethernet 1/0/9
|
| 313 | end
|
| 314 | configure terminal
|
| 315 | interface ethernet 1/0/10
|
| 316 | end
|
| 317 | configure terminal
|
| 318 | interface ethernet 1/0/11
|
| 319 | end
|
| 320 | configure terminal
|
| 321 | interface ethernet 1/0/12
|
| 322 | end
|
| 323 | configure terminal
|
| 324 | interface ethernet 1/0/13
|
| 325 | end
|
| 326 | configure terminal
|
| 327 | interface ethernet 1/0/14
|
| 328 | end
|
| 329 | configure terminal
|
| 330 | interface ethernet 1/0/15
|
| 331 | end
|
| 332 | configure terminal
|
| 333 | interface ethernet 1/0/16
|
| 334 | end
|
| 335 | configure terminal
|
| 336 | interface ethernet 1/0/17
|
| 337 | end
|
| 338 | configure terminal
|
| 339 | interface ethernet 1/0/18
|
| 340 | end
|
| 341 | configure terminal
|
| 342 | interface ethernet 1/0/19
|
| 343 | end
|
| 344 | configure terminal
|
| 345 | interface ethernet 1/0/20
|
| 346 | end
|
| 347 | configure terminal
|
| 348 | interface ethernet 1/0/21
|
| 349 | end
|
| 350 | configure terminal
|
| 351 | interface ethernet 1/0/22
|
| 352 | end
|
| 353 | configure terminal
|
| 354 | interface ethernet 1/0/23
|
| 355 | end
|
| 356 | configure terminal
|
| 357 | interface ethernet 1/0/24
|
| 358 | end
|
| 359 | configure terminal
|
| 360 | interface ethernet 1/0/25
|
| 361 | end
|
| 362 | configure terminal
|
| 363 | interface ethernet 1/0/26
|
| 364 | end
|
| 365 | configure terminal
|
| 366 | interface ethernet 1/0/27
|
| 367 | end
|
| 368 | configure terminal
|
| 369 | interface ethernet 1/0/28
|
| 370 | end
|
| 371 | configure terminal
|
| 372 | spanning-tree mst configuration
|
| 373 | exit
|
| 374 | end
|
| 375 |
|
| 376 | # LOOP_DETECT
|
| 377 |
|
| 378 | configure terminal
|
| 379 | end
|
| 380 |
|
| 381 | # VLAN
|
| 382 |
|
| 383 | configure terminal
|
| 384 | vlan 2,100,200,210
|
| 385 | exit
|
| 386 | vlan 1
|
| 387 | name Internal
|
| 388 | exit
|
| 389 | vlan 2
|
| 390 | name External
|
| 391 | exit
|
| 392 | end
|
| 393 | configure terminal
|
| 394 | interface ethernet 1/0/11
|
| 395 | switchport mode access
|
| 396 | switchport access vlan 2
|
| 397 | acceptable-frame admit-all
|
| 398 | end
|
| 399 | configure terminal
|
| 400 | interface ethernet 1/0/12
|
| 401 | switchport mode access
|
| 402 | switchport access vlan 2
|
| 403 | acceptable-frame admit-all
|
| 404 | end
|
| 405 | configure terminal
|
| 406 | interface ethernet 1/0/13
|
| 407 | switchport mode access
|
| 408 | switchport access vlan 2
|
| 409 | acceptable-frame admit-all
|
| 410 | end
|
| 411 | configure terminal
|
| 412 | interface ethernet 1/0/14
|
| 413 | switchport mode access
|
| 414 | switchport access vlan 2
|
| 415 | acceptable-frame admit-all
|
| 416 | end
|
| 417 | configure terminal
|
| 418 | interface ethernet 1/0/15
|
| 419 | switchport mode access
|
| 420 | switchport access vlan 2
|
| 421 | acceptable-frame admit-all
|
| 422 | end
|
| 423 | configure terminal
|
| 424 | interface ethernet 1/0/16
|
| 425 | switchport mode access
|
| 426 | switchport access vlan 2
|
| 427 | acceptable-frame admit-all
|
| 428 | end
|
| 429 | configure terminal
|
| 430 | interface ethernet 1/0/17
|
| 431 | switchport mode access
|
| 432 | switchport access vlan 2
|
| 433 | acceptable-frame admit-all
|
| 434 | end
|
| 435 | configure terminal
|
| 436 | interface ethernet 1/0/18
|
| 437 | switchport mode access
|
| 438 | switchport access vlan 2
|
| 439 | acceptable-frame admit-all
|
| 440 | end
|
| 441 | configure terminal
|
| 442 | interface ethernet 1/0/19
|
| 443 | switchport mode access
|
| 444 | switchport access vlan 2
|
| 445 | acceptable-frame admit-all
|
| 446 | end
|
| 447 | configure terminal
|
| 448 | interface ethernet 1/0/20
|
| 449 | switchport mode access
|
| 450 | switchport access vlan 2
|
| 451 | acceptable-frame admit-all
|
| 452 | end
|
| 453 | configure terminal
|
| 454 | interface ethernet 1/0/21
|
| 455 | switchport mode access
|
| 456 | acceptable-frame admit-all
|
| 457 | end
|
| 458 | configure terminal
|
| 459 | interface ethernet 1/0/22
|
| 460 | switchport mode access
|
| 461 | acceptable-frame admit-all
|
| 462 | end
|
| 463 | configure terminal
|
| 464 | interface ethernet 1/0/23
|
| 465 | switchport mode trunk
|
Yi Tseng | bc6bfe5 | 2018-02-12 18:21:53 -0800 | [diff] [blame] | 466 | switchport trunk native vlan 100
|
Yi Tseng | baab424 | 2018-02-11 16:50:03 -0800 | [diff] [blame] | 467 | switchport trunk allowed vlan 1,100,200
|
| 468 | end
|
| 469 | configure terminal
|
| 470 | interface ethernet 1/0/24
|
| 471 | switchport mode trunk
|
Yi Tseng | bc6bfe5 | 2018-02-12 18:21:53 -0800 | [diff] [blame] | 472 | switchport trunk native vlan 210
|
Yi Tseng | baab424 | 2018-02-11 16:50:03 -0800 | [diff] [blame] | 473 | switchport trunk allowed vlan 2,210
|
| 474 | end
|
| 475 | configure terminal
|
| 476 | interface ethernet 1/0/25
|
| 477 | switchport mode access
|
| 478 | switchport access vlan 100
|
| 479 | acceptable-frame admit-all
|
| 480 | end
|
| 481 | configure terminal
|
| 482 | interface ethernet 1/0/26
|
| 483 | switchport mode access
|
| 484 | switchport access vlan 200
|
| 485 | acceptable-frame admit-all
|
| 486 | end
|
| 487 | configure terminal
|
| 488 | interface ethernet 1/0/27
|
| 489 | switchport mode access
|
| 490 | switchport access vlan 210
|
| 491 | acceptable-frame admit-all
|
| 492 | end
|
| 493 | configure terminal
|
| 494 | interface ethernet 1/0/28
|
| 495 | switchport mode access
|
| 496 | acceptable-frame admit-all
|
| 497 | end
|
| 498 | configure terminal
|
| 499 | end
|
| 500 | configure terminal
|
| 501 | end
|
| 502 |
|
| 503 | # ACL
|
| 504 |
|
| 505 | end
|
| 506 | configure terminal
|
| 507 | interface ethernet 1/0/1
|
| 508 | exit
|
| 509 | interface ethernet 1/0/2
|
| 510 | exit
|
| 511 | interface ethernet 1/0/3
|
| 512 | exit
|
| 513 | interface ethernet 1/0/4
|
| 514 | exit
|
| 515 | interface ethernet 1/0/5
|
| 516 | exit
|
| 517 | interface ethernet 1/0/6
|
| 518 | exit
|
| 519 | interface ethernet 1/0/7
|
| 520 | exit
|
| 521 | interface ethernet 1/0/8
|
| 522 | exit
|
| 523 | interface ethernet 1/0/9
|
| 524 | exit
|
| 525 | interface ethernet 1/0/10
|
| 526 | exit
|
| 527 | interface ethernet 1/0/11
|
| 528 | exit
|
| 529 | interface ethernet 1/0/12
|
| 530 | exit
|
| 531 | interface ethernet 1/0/13
|
| 532 | exit
|
| 533 | interface ethernet 1/0/14
|
| 534 | exit
|
| 535 | interface ethernet 1/0/15
|
| 536 | exit
|
| 537 | interface ethernet 1/0/16
|
| 538 | exit
|
| 539 | interface ethernet 1/0/17
|
| 540 | exit
|
| 541 | interface ethernet 1/0/18
|
| 542 | exit
|
| 543 | interface ethernet 1/0/19
|
| 544 | exit
|
| 545 | interface ethernet 1/0/20
|
| 546 | exit
|
| 547 | interface ethernet 1/0/21
|
| 548 | exit
|
| 549 | interface ethernet 1/0/22
|
| 550 | exit
|
| 551 | interface ethernet 1/0/23
|
| 552 | exit
|
| 553 | interface ethernet 1/0/24
|
| 554 | exit
|
| 555 | interface ethernet 1/0/25
|
| 556 | exit
|
| 557 | interface ethernet 1/0/26
|
| 558 | exit
|
| 559 | interface ethernet 1/0/27
|
| 560 | exit
|
| 561 | interface ethernet 1/0/28
|
| 562 | exit
|
| 563 | end
|
| 564 |
|
| 565 | # PORT_SECURITY
|
| 566 |
|
| 567 | configure terminal
|
| 568 | interface ethernet 1/0/1
|
| 569 | end
|
| 570 | configure terminal
|
| 571 | interface ethernet 1/0/2
|
| 572 | end
|
| 573 | configure terminal
|
| 574 | interface ethernet 1/0/3
|
| 575 | end
|
| 576 | configure terminal
|
| 577 | interface ethernet 1/0/4
|
| 578 | end
|
| 579 | configure terminal
|
| 580 | interface ethernet 1/0/5
|
| 581 | end
|
| 582 | configure terminal
|
| 583 | interface ethernet 1/0/6
|
| 584 | end
|
| 585 | configure terminal
|
| 586 | interface ethernet 1/0/7
|
| 587 | end
|
| 588 | configure terminal
|
| 589 | interface ethernet 1/0/8
|
| 590 | end
|
| 591 | configure terminal
|
| 592 | interface ethernet 1/0/9
|
| 593 | end
|
| 594 | configure terminal
|
| 595 | interface ethernet 1/0/10
|
| 596 | end
|
| 597 | configure terminal
|
| 598 | interface ethernet 1/0/11
|
| 599 | end
|
| 600 | configure terminal
|
| 601 | interface ethernet 1/0/12
|
| 602 | end
|
| 603 | configure terminal
|
| 604 | interface ethernet 1/0/13
|
| 605 | end
|
| 606 | configure terminal
|
| 607 | interface ethernet 1/0/14
|
| 608 | end
|
| 609 | configure terminal
|
| 610 | interface ethernet 1/0/15
|
| 611 | end
|
| 612 | configure terminal
|
| 613 | interface ethernet 1/0/16
|
| 614 | end
|
| 615 | configure terminal
|
| 616 | interface ethernet 1/0/17
|
| 617 | end
|
| 618 | configure terminal
|
| 619 | interface ethernet 1/0/18
|
| 620 | end
|
| 621 | configure terminal
|
| 622 | interface ethernet 1/0/19
|
| 623 | end
|
| 624 | configure terminal
|
| 625 | interface ethernet 1/0/20
|
| 626 | end
|
| 627 | configure terminal
|
| 628 | interface ethernet 1/0/21
|
| 629 | end
|
| 630 | configure terminal
|
| 631 | interface ethernet 1/0/22
|
| 632 | end
|
| 633 | configure terminal
|
| 634 | interface ethernet 1/0/23
|
| 635 | switchport port-security
|
| 636 | end
|
| 637 | configure terminal
|
| 638 | interface ethernet 1/0/24
|
| 639 | end
|
| 640 | configure terminal
|
| 641 | interface ethernet 1/0/25
|
| 642 | end
|
| 643 | configure terminal
|
| 644 | interface ethernet 1/0/26
|
| 645 | end
|
| 646 | configure terminal
|
| 647 | interface ethernet 1/0/27
|
| 648 | end
|
| 649 | configure terminal
|
| 650 | interface ethernet 1/0/28
|
| 651 | end
|
| 652 |
|
| 653 | # QOS
|
| 654 |
|
| 655 | end
|
| 656 | configure terminal
|
| 657 | interface ethernet 1/0/1
|
| 658 | end
|
| 659 | configure terminal
|
| 660 | interface ethernet 1/0/2
|
| 661 | end
|
| 662 | configure terminal
|
| 663 | interface ethernet 1/0/3
|
| 664 | end
|
| 665 | configure terminal
|
| 666 | interface ethernet 1/0/4
|
| 667 | end
|
| 668 | configure terminal
|
| 669 | interface ethernet 1/0/5
|
| 670 | end
|
| 671 | configure terminal
|
| 672 | interface ethernet 1/0/6
|
| 673 | end
|
| 674 | configure terminal
|
| 675 | interface ethernet 1/0/7
|
| 676 | end
|
| 677 | configure terminal
|
| 678 | interface ethernet 1/0/8
|
| 679 | end
|
| 680 | configure terminal
|
| 681 | interface ethernet 1/0/9
|
| 682 | end
|
| 683 | configure terminal
|
| 684 | interface ethernet 1/0/10
|
| 685 | end
|
| 686 | configure terminal
|
| 687 | interface ethernet 1/0/11
|
| 688 | end
|
| 689 | configure terminal
|
| 690 | interface ethernet 1/0/12
|
| 691 | end
|
| 692 | configure terminal
|
| 693 | interface ethernet 1/0/13
|
| 694 | end
|
| 695 | configure terminal
|
| 696 | interface ethernet 1/0/14
|
| 697 | end
|
| 698 | configure terminal
|
| 699 | interface ethernet 1/0/15
|
| 700 | end
|
| 701 | configure terminal
|
| 702 | interface ethernet 1/0/16
|
| 703 | end
|
| 704 | configure terminal
|
| 705 | interface ethernet 1/0/17
|
| 706 | end
|
| 707 | configure terminal
|
| 708 | interface ethernet 1/0/18
|
| 709 | end
|
| 710 | configure terminal
|
| 711 | interface ethernet 1/0/19
|
| 712 | end
|
| 713 | configure terminal
|
| 714 | interface ethernet 1/0/20
|
| 715 | end
|
| 716 | configure terminal
|
| 717 | interface ethernet 1/0/21
|
| 718 | end
|
| 719 | configure terminal
|
| 720 | interface ethernet 1/0/22
|
| 721 | end
|
| 722 | configure terminal
|
| 723 | interface ethernet 1/0/23
|
| 724 | end
|
| 725 | configure terminal
|
| 726 | interface ethernet 1/0/24
|
| 727 | end
|
| 728 | configure terminal
|
| 729 | interface ethernet 1/0/25
|
| 730 | end
|
| 731 | configure terminal
|
| 732 | interface ethernet 1/0/26
|
| 733 | end
|
| 734 | configure terminal
|
| 735 | interface ethernet 1/0/27
|
| 736 | end
|
| 737 | configure terminal
|
| 738 | interface ethernet 1/0/28
|
| 739 | end
|
| 740 | configure terminal
|
| 741 | end
|
| 742 | configure terminal
|
| 743 | interface ethernet 1/0/1
|
| 744 | end
|
| 745 | configure terminal
|
| 746 | interface ethernet 1/0/2
|
| 747 | end
|
| 748 | configure terminal
|
| 749 | interface ethernet 1/0/3
|
| 750 | end
|
| 751 | configure terminal
|
| 752 | interface ethernet 1/0/4
|
| 753 | end
|
| 754 | configure terminal
|
| 755 | interface ethernet 1/0/5
|
| 756 | end
|
| 757 | configure terminal
|
| 758 | interface ethernet 1/0/6
|
| 759 | end
|
| 760 | configure terminal
|
| 761 | interface ethernet 1/0/7
|
| 762 | end
|
| 763 | configure terminal
|
| 764 | interface ethernet 1/0/8
|
| 765 | end
|
| 766 | configure terminal
|
| 767 | interface ethernet 1/0/9
|
| 768 | end
|
| 769 | configure terminal
|
| 770 | interface ethernet 1/0/10
|
| 771 | end
|
| 772 | configure terminal
|
| 773 | interface ethernet 1/0/11
|
| 774 | end
|
| 775 | configure terminal
|
| 776 | interface ethernet 1/0/12
|
| 777 | end
|
| 778 | configure terminal
|
| 779 | interface ethernet 1/0/13
|
| 780 | end
|
| 781 | configure terminal
|
| 782 | interface ethernet 1/0/14
|
| 783 | end
|
| 784 | configure terminal
|
| 785 | interface ethernet 1/0/15
|
| 786 | end
|
| 787 | configure terminal
|
| 788 | interface ethernet 1/0/16
|
| 789 | end
|
| 790 | configure terminal
|
| 791 | interface ethernet 1/0/17
|
| 792 | end
|
| 793 | configure terminal
|
| 794 | interface ethernet 1/0/18
|
| 795 | end
|
| 796 | configure terminal
|
| 797 | interface ethernet 1/0/19
|
| 798 | end
|
| 799 | configure terminal
|
| 800 | interface ethernet 1/0/20
|
| 801 | end
|
| 802 | configure terminal
|
| 803 | interface ethernet 1/0/21
|
| 804 | end
|
| 805 | configure terminal
|
| 806 | interface ethernet 1/0/22
|
| 807 | end
|
| 808 | configure terminal
|
| 809 | interface ethernet 1/0/23
|
| 810 | end
|
| 811 | configure terminal
|
| 812 | interface ethernet 1/0/24
|
| 813 | end
|
| 814 | configure terminal
|
| 815 | interface ethernet 1/0/25
|
| 816 | end
|
| 817 | configure terminal
|
| 818 | interface ethernet 1/0/26
|
| 819 | end
|
| 820 | configure terminal
|
| 821 | interface ethernet 1/0/27
|
| 822 | end
|
| 823 | configure terminal
|
| 824 | interface ethernet 1/0/28
|
| 825 | end
|
| 826 | configure terminal
|
| 827 | interface ethernet 1/0/1
|
| 828 | end
|
| 829 | configure terminal
|
| 830 | interface ethernet 1/0/2
|
| 831 | end
|
| 832 | configure terminal
|
| 833 | interface ethernet 1/0/3
|
| 834 | end
|
| 835 | configure terminal
|
| 836 | interface ethernet 1/0/4
|
| 837 | end
|
| 838 | configure terminal
|
| 839 | interface ethernet 1/0/5
|
| 840 | end
|
| 841 | configure terminal
|
| 842 | interface ethernet 1/0/6
|
| 843 | end
|
| 844 | configure terminal
|
| 845 | interface ethernet 1/0/7
|
| 846 | end
|
| 847 | configure terminal
|
| 848 | interface ethernet 1/0/8
|
| 849 | end
|
| 850 | configure terminal
|
| 851 | interface ethernet 1/0/9
|
| 852 | end
|
| 853 | configure terminal
|
| 854 | interface ethernet 1/0/10
|
| 855 | end
|
| 856 | configure terminal
|
| 857 | interface ethernet 1/0/11
|
| 858 | end
|
| 859 | configure terminal
|
| 860 | interface ethernet 1/0/12
|
| 861 | end
|
| 862 | configure terminal
|
| 863 | interface ethernet 1/0/13
|
| 864 | end
|
| 865 | configure terminal
|
| 866 | interface ethernet 1/0/14
|
| 867 | end
|
| 868 | configure terminal
|
| 869 | interface ethernet 1/0/15
|
| 870 | end
|
| 871 | configure terminal
|
| 872 | interface ethernet 1/0/16
|
| 873 | end
|
| 874 | configure terminal
|
| 875 | interface ethernet 1/0/17
|
| 876 | end
|
| 877 | configure terminal
|
| 878 | interface ethernet 1/0/18
|
| 879 | end
|
| 880 | configure terminal
|
| 881 | interface ethernet 1/0/19
|
| 882 | end
|
| 883 | configure terminal
|
| 884 | interface ethernet 1/0/20
|
| 885 | end
|
| 886 | configure terminal
|
| 887 | interface ethernet 1/0/21
|
| 888 | end
|
| 889 | configure terminal
|
| 890 | interface ethernet 1/0/22
|
| 891 | end
|
| 892 | configure terminal
|
| 893 | interface ethernet 1/0/23
|
| 894 | end
|
| 895 | configure terminal
|
| 896 | interface ethernet 1/0/24
|
| 897 | end
|
| 898 | configure terminal
|
| 899 | interface ethernet 1/0/25
|
| 900 | end
|
| 901 | configure terminal
|
| 902 | interface ethernet 1/0/26
|
| 903 | end
|
| 904 | configure terminal
|
| 905 | interface ethernet 1/0/27
|
| 906 | end
|
| 907 | configure terminal
|
| 908 | interface ethernet 1/0/28
|
| 909 | end
|
| 910 | configure terminal
|
| 911 | interface ethernet 1/0/1
|
| 912 | end
|
| 913 | configure terminal
|
| 914 | interface ethernet 1/0/2
|
| 915 | end
|
| 916 | configure terminal
|
| 917 | interface ethernet 1/0/3
|
| 918 | end
|
| 919 | configure terminal
|
| 920 | interface ethernet 1/0/4
|
| 921 | end
|
| 922 | configure terminal
|
| 923 | interface ethernet 1/0/5
|
| 924 | end
|
| 925 | configure terminal
|
| 926 | interface ethernet 1/0/6
|
| 927 | end
|
| 928 | configure terminal
|
| 929 | interface ethernet 1/0/7
|
| 930 | end
|
| 931 | configure terminal
|
| 932 | interface ethernet 1/0/8
|
| 933 | end
|
| 934 | configure terminal
|
| 935 | interface ethernet 1/0/9
|
| 936 | end
|
| 937 | configure terminal
|
| 938 | interface ethernet 1/0/10
|
| 939 | end
|
| 940 | configure terminal
|
| 941 | interface ethernet 1/0/11
|
| 942 | end
|
| 943 | configure terminal
|
| 944 | interface ethernet 1/0/12
|
| 945 | end
|
| 946 | configure terminal
|
| 947 | interface ethernet 1/0/13
|
| 948 | end
|
| 949 | configure terminal
|
| 950 | interface ethernet 1/0/14
|
| 951 | end
|
| 952 | configure terminal
|
| 953 | interface ethernet 1/0/15
|
| 954 | end
|
| 955 | configure terminal
|
| 956 | interface ethernet 1/0/16
|
| 957 | end
|
| 958 | configure terminal
|
| 959 | interface ethernet 1/0/17
|
| 960 | end
|
| 961 | configure terminal
|
| 962 | interface ethernet 1/0/18
|
| 963 | end
|
| 964 | configure terminal
|
| 965 | interface ethernet 1/0/19
|
| 966 | end
|
| 967 | configure terminal
|
| 968 | interface ethernet 1/0/20
|
| 969 | end
|
| 970 | configure terminal
|
| 971 | interface ethernet 1/0/21
|
| 972 | end
|
| 973 | configure terminal
|
| 974 | interface ethernet 1/0/22
|
| 975 | end
|
| 976 | configure terminal
|
| 977 | interface ethernet 1/0/23
|
| 978 | end
|
| 979 | configure terminal
|
| 980 | interface ethernet 1/0/24
|
| 981 | end
|
| 982 | configure terminal
|
| 983 | interface ethernet 1/0/25
|
| 984 | end
|
| 985 | configure terminal
|
| 986 | interface ethernet 1/0/26
|
| 987 | end
|
| 988 | configure terminal
|
| 989 | interface ethernet 1/0/27
|
| 990 | end
|
| 991 | configure terminal
|
| 992 | interface ethernet 1/0/28
|
| 993 | end
|
| 994 | configure terminal
|
| 995 | end
|
| 996 | configure terminal
|
| 997 | interface ethernet 1/0/1
|
| 998 | end
|
| 999 | configure terminal
|
| 1000 | interface ethernet 1/0/2
|
| 1001 | end
|
| 1002 | configure terminal
|
| 1003 | interface ethernet 1/0/3
|
| 1004 | end
|
| 1005 | configure terminal
|
| 1006 | interface ethernet 1/0/4
|
| 1007 | end
|
| 1008 | configure terminal
|
| 1009 | interface ethernet 1/0/5
|
| 1010 | end
|
| 1011 | configure terminal
|
| 1012 | interface ethernet 1/0/6
|
| 1013 | end
|
| 1014 | configure terminal
|
| 1015 | interface ethernet 1/0/7
|
| 1016 | end
|
| 1017 | configure terminal
|
| 1018 | interface ethernet 1/0/8
|
| 1019 | end
|
| 1020 | configure terminal
|
| 1021 | interface ethernet 1/0/9
|
| 1022 | end
|
| 1023 | configure terminal
|
| 1024 | interface ethernet 1/0/10
|
| 1025 | end
|
| 1026 | configure terminal
|
| 1027 | interface ethernet 1/0/11
|
| 1028 | end
|
| 1029 | configure terminal
|
| 1030 | interface ethernet 1/0/12
|
| 1031 | end
|
| 1032 | configure terminal
|
| 1033 | interface ethernet 1/0/13
|
| 1034 | end
|
| 1035 | configure terminal
|
| 1036 | interface ethernet 1/0/14
|
| 1037 | end
|
| 1038 | configure terminal
|
| 1039 | interface ethernet 1/0/15
|
| 1040 | end
|
| 1041 | configure terminal
|
| 1042 | interface ethernet 1/0/16
|
| 1043 | end
|
| 1044 | configure terminal
|
| 1045 | interface ethernet 1/0/17
|
| 1046 | end
|
| 1047 | configure terminal
|
| 1048 | interface ethernet 1/0/18
|
| 1049 | end
|
| 1050 | configure terminal
|
| 1051 | interface ethernet 1/0/19
|
| 1052 | end
|
| 1053 | configure terminal
|
| 1054 | interface ethernet 1/0/20
|
| 1055 | end
|
| 1056 | configure terminal
|
| 1057 | interface ethernet 1/0/21
|
| 1058 | end
|
| 1059 | configure terminal
|
| 1060 | interface ethernet 1/0/22
|
| 1061 | end
|
| 1062 | configure terminal
|
| 1063 | interface ethernet 1/0/23
|
| 1064 | end
|
| 1065 | configure terminal
|
| 1066 | interface ethernet 1/0/24
|
| 1067 | end
|
| 1068 | configure terminal
|
| 1069 | interface ethernet 1/0/25
|
| 1070 | end
|
| 1071 | configure terminal
|
| 1072 | interface ethernet 1/0/26
|
| 1073 | end
|
| 1074 | configure terminal
|
| 1075 | interface ethernet 1/0/27
|
| 1076 | end
|
| 1077 | configure terminal
|
| 1078 | interface ethernet 1/0/28
|
| 1079 | end
|
| 1080 | configure terminal
|
| 1081 | interface ethernet 1/0/1
|
| 1082 | end
|
| 1083 | configure terminal
|
| 1084 | interface ethernet 1/0/2
|
| 1085 | end
|
| 1086 | configure terminal
|
| 1087 | interface ethernet 1/0/3
|
| 1088 | end
|
| 1089 | configure terminal
|
| 1090 | interface ethernet 1/0/4
|
| 1091 | end
|
| 1092 | configure terminal
|
| 1093 | interface ethernet 1/0/5
|
| 1094 | end
|
| 1095 | configure terminal
|
| 1096 | interface ethernet 1/0/6
|
| 1097 | end
|
| 1098 | configure terminal
|
| 1099 | interface ethernet 1/0/7
|
| 1100 | end
|
| 1101 | configure terminal
|
| 1102 | interface ethernet 1/0/8
|
| 1103 | end
|
| 1104 | configure terminal
|
| 1105 | interface ethernet 1/0/9
|
| 1106 | end
|
| 1107 | configure terminal
|
| 1108 | interface ethernet 1/0/10
|
| 1109 | end
|
| 1110 | configure terminal
|
| 1111 | interface ethernet 1/0/11
|
| 1112 | end
|
| 1113 | configure terminal
|
| 1114 | interface ethernet 1/0/12
|
| 1115 | end
|
| 1116 | configure terminal
|
| 1117 | interface ethernet 1/0/13
|
| 1118 | end
|
| 1119 | configure terminal
|
| 1120 | interface ethernet 1/0/14
|
| 1121 | end
|
| 1122 | configure terminal
|
| 1123 | interface ethernet 1/0/15
|
| 1124 | end
|
| 1125 | configure terminal
|
| 1126 | interface ethernet 1/0/16
|
| 1127 | end
|
| 1128 | configure terminal
|
| 1129 | interface ethernet 1/0/17
|
| 1130 | end
|
| 1131 | configure terminal
|
| 1132 | interface ethernet 1/0/18
|
| 1133 | end
|
| 1134 | configure terminal
|
| 1135 | interface ethernet 1/0/19
|
| 1136 | end
|
| 1137 | configure terminal
|
| 1138 | interface ethernet 1/0/20
|
| 1139 | end
|
| 1140 | configure terminal
|
| 1141 | interface ethernet 1/0/21
|
| 1142 | end
|
| 1143 | configure terminal
|
| 1144 | interface ethernet 1/0/22
|
| 1145 | end
|
| 1146 | configure terminal
|
| 1147 | interface ethernet 1/0/23
|
| 1148 | end
|
| 1149 | configure terminal
|
| 1150 | interface ethernet 1/0/24
|
| 1151 | end
|
| 1152 | configure terminal
|
| 1153 | interface ethernet 1/0/25
|
| 1154 | end
|
| 1155 | configure terminal
|
| 1156 | interface ethernet 1/0/26
|
| 1157 | end
|
| 1158 | configure terminal
|
| 1159 | interface ethernet 1/0/27
|
| 1160 | end
|
| 1161 | configure terminal
|
| 1162 | interface ethernet 1/0/28
|
| 1163 | end
|
| 1164 |
|
| 1165 | # QOSPOLICY
|
| 1166 |
|
| 1167 | end
|
| 1168 | configure terminal
|
| 1169 | end
|
| 1170 |
|
| 1171 | # ERPS
|
| 1172 |
|
| 1173 | end
|
| 1174 | configure terminal
|
| 1175 | end
|
| 1176 |
|
| 1177 | # MIRROR
|
| 1178 |
|
| 1179 | configure terminal
|
| 1180 | end
|
| 1181 |
|
| 1182 | # DOT1X
|
| 1183 |
|
| 1184 |
|
| 1185 | # POE
|
| 1186 |
|
| 1187 | configure terminal
|
| 1188 | end
|
| 1189 |
|
| 1190 | # FDB
|
| 1191 |
|
| 1192 | end
|
| 1193 | configure terminal
|
| 1194 | end
|
| 1195 |
|
| 1196 | # IPSG
|
| 1197 |
|
| 1198 |
|
| 1199 | # DoS
|
| 1200 |
|
| 1201 | configure terminal
|
| 1202 | end
|
| 1203 |
|
| 1204 | # IPV6SG
|
| 1205 |
|
| 1206 |
|
| 1207 | # NDP_INSPEC
|
| 1208 |
|
| 1209 |
|
| 1210 | # RA_GUARD
|
| 1211 |
|
| 1212 |
|
| 1213 | # DHCPV6_GUARD
|
| 1214 |
|
| 1215 |
|
| 1216 | # IPv6_SNOOPING
|
| 1217 |
|
| 1218 |
|
| 1219 | # ARPSpoofingPrevention
|
| 1220 |
|
| 1221 |
|
| 1222 | # BPDU_PROTECTION
|
| 1223 |
|
| 1224 | configure terminal
|
| 1225 | end
|
| 1226 |
|
| 1227 | # CPU_PROTECT
|
| 1228 |
|
| 1229 | configure terminal
|
| 1230 | end
|
| 1231 |
|
| 1232 |
|
| 1233 | # BANNER_PROMP
|
| 1234 |
|
| 1235 |
|
| 1236 | # SSH
|
| 1237 |
|
| 1238 | configure terminal
|
| 1239 | ssh user admin authentication-method password
|
| 1240 | end
|
| 1241 |
|
| 1242 | # TELNETS
|
| 1243 |
|
| 1244 | configure terminal
|
| 1245 | ip telnet server
|
| 1246 | ip telnet service-port 23
|
| 1247 | end
|
| 1248 |
|
| 1249 | # DNSRESOLVER
|
| 1250 |
|
| 1251 | configure terminal
|
| 1252 | no ip domain lookup
|
| 1253 | end
|
| 1254 |
|
| 1255 | # PING
|
| 1256 |
|
| 1257 |
|
| 1258 | # NTP
|
| 1259 |
|
| 1260 | end
|
| 1261 | configure terminal
|
| 1262 | ntp authenticate
|
| 1263 | no ntp update-calendar
|
| 1264 | ntp max-associations 32
|
| 1265 | no service ntp
|
| 1266 | end
|
| 1267 |
|
| 1268 | # IP
|
| 1269 |
|
| 1270 | configure terminal
|
| 1271 | interface vlan 1
|
| 1272 | ip address 10.90.90.90 255.255.255.0
|
| 1273 | exit
|
| 1274 | interface vlan 2
|
| 1275 | ip address 10.128.13.199 255.255.0.0
|
| 1276 | exit
|
| 1277 | end
|
| 1278 |
|
| 1279 | # AutoCfg
|
| 1280 |
|
| 1281 | end
|
| 1282 | configure terminal
|
| 1283 | no autoconfig enable
|
| 1284 | end
|
| 1285 |
|
| 1286 | # SNMPv3
|
| 1287 |
|
| 1288 | configure terminal
|
| 1289 | no snmp-server community public
|
| 1290 | no snmp-server community private
|
| 1291 | no snmp-server user initial v3
|
| 1292 | no snmp-server group initial v3
|
| 1293 | no snmp-server view restricted
|
| 1294 | no snmp-server view CommunityView
|
| 1295 | exit
|
| 1296 | configure terminal
|
| 1297 | no snmp-server
|
| 1298 | no snmp-server enable traps
|
| 1299 | snmp-server name Switch
|
| 1300 | exit
|
| 1301 | configure terminal
|
| 1302 | snmp-server engineID local 800000ab031c5f2b23f90000
|
| 1303 | exit
|
| 1304 | configure terminal
|
| 1305 | snmp-server view restricted 1.3.6.1.2.1.1 included
|
| 1306 | snmp-server view restricted 1.3.6.1.2.1.11 included
|
| 1307 | snmp-server view restricted 1.3.6.1.6.3.10.2.1 included
|
| 1308 | snmp-server view restricted 1.3.6.1.6.3.11.2.1 included
|
| 1309 | snmp-server view restricted 1.3.6.1.6.3.15.1.1 included
|
| 1310 | snmp-server view CommunityView 1 included
|
| 1311 | snmp-server view CommunityView 1.3.6.1.6.3 excluded
|
| 1312 | snmp-server view CommunityView 1.3.6.1.6.3.1 included
|
| 1313 | exit
|
| 1314 | configure terminal
|
| 1315 | snmp-server group public v1 read CommunityView notify CommunityView
|
| 1316 | snmp-server group public v2c read CommunityView notify CommunityView
|
| 1317 | snmp-server group initial v3 noauth read restricted notify restricted
|
| 1318 | snmp-server group private v1 read CommunityView write CommunityView notify CommunityView
|
| 1319 | snmp-server group private v2c read CommunityView write CommunityView notify CommunityView
|
| 1320 | exit
|
| 1321 | configure terminal
|
| 1322 | snmp-server community public view CommunityView ro
|
| 1323 | snmp-server community private view CommunityView rw
|
| 1324 | exit
|
| 1325 | configure terminal
|
| 1326 | snmp-server user initial initial v3
|
| 1327 | exit
|
| 1328 | configure terminal
|
| 1329 | no snmp-server enable traps snmp authentication
|
| 1330 | no snmp-server enable traps snmp linkup
|
| 1331 | no snmp-server enable traps snmp linkdown
|
| 1332 | exit
|
| 1333 | configure terminal
|
| 1334 | snmp-server service-port 161
|
| 1335 | exit
|
| 1336 | end
|
| 1337 | configure terminal
|
| 1338 | interface ethernet 1/0/1
|
| 1339 | no snmp-server trap-sending disable
|
| 1340 | end
|
| 1341 | configure terminal
|
| 1342 | interface ethernet 1/0/2
|
| 1343 | no snmp-server trap-sending disable
|
| 1344 | end
|
| 1345 | configure terminal
|
| 1346 | interface ethernet 1/0/3
|
| 1347 | no snmp-server trap-sending disable
|
| 1348 | end
|
| 1349 | configure terminal
|
| 1350 | interface ethernet 1/0/4
|
| 1351 | no snmp-server trap-sending disable
|
| 1352 | end
|
| 1353 | configure terminal
|
| 1354 | interface ethernet 1/0/5
|
| 1355 | no snmp-server trap-sending disable
|
| 1356 | end
|
| 1357 | configure terminal
|
| 1358 | interface ethernet 1/0/6
|
| 1359 | no snmp-server trap-sending disable
|
| 1360 | end
|
| 1361 | configure terminal
|
| 1362 | interface ethernet 1/0/7
|
| 1363 | no snmp-server trap-sending disable
|
| 1364 | end
|
| 1365 | configure terminal
|
| 1366 | interface ethernet 1/0/8
|
| 1367 | no snmp-server trap-sending disable
|
| 1368 | end
|
| 1369 | configure terminal
|
| 1370 | interface ethernet 1/0/9
|
| 1371 | no snmp-server trap-sending disable
|
| 1372 | end
|
| 1373 | configure terminal
|
| 1374 | interface ethernet 1/0/10
|
| 1375 | no snmp-server trap-sending disable
|
| 1376 | end
|
| 1377 | configure terminal
|
| 1378 | interface ethernet 1/0/11
|
| 1379 | no snmp-server trap-sending disable
|
| 1380 | end
|
| 1381 | configure terminal
|
| 1382 | interface ethernet 1/0/12
|
| 1383 | no snmp-server trap-sending disable
|
| 1384 | end
|
| 1385 | configure terminal
|
| 1386 | interface ethernet 1/0/13
|
| 1387 | no snmp-server trap-sending disable
|
| 1388 | end
|
| 1389 | configure terminal
|
| 1390 | interface ethernet 1/0/14
|
| 1391 | no snmp-server trap-sending disable
|
| 1392 | end
|
| 1393 | configure terminal
|
| 1394 | interface ethernet 1/0/15
|
| 1395 | no snmp-server trap-sending disable
|
| 1396 | end
|
| 1397 | configure terminal
|
| 1398 | interface ethernet 1/0/16
|
| 1399 | no snmp-server trap-sending disable
|
| 1400 | end
|
| 1401 | configure terminal
|
| 1402 | interface ethernet 1/0/17
|
| 1403 | no snmp-server trap-sending disable
|
| 1404 | end
|
| 1405 | configure terminal
|
| 1406 | interface ethernet 1/0/18
|
| 1407 | no snmp-server trap-sending disable
|
| 1408 | end
|
| 1409 | configure terminal
|
| 1410 | interface ethernet 1/0/19
|
| 1411 | no snmp-server trap-sending disable
|
| 1412 | end
|
| 1413 | configure terminal
|
| 1414 | interface ethernet 1/0/20
|
| 1415 | no snmp-server trap-sending disable
|
| 1416 | end
|
| 1417 | configure terminal
|
| 1418 | interface ethernet 1/0/21
|
| 1419 | no snmp-server trap-sending disable
|
| 1420 | end
|
| 1421 | configure terminal
|
| 1422 | interface ethernet 1/0/22
|
| 1423 | no snmp-server trap-sending disable
|
| 1424 | end
|
| 1425 | configure terminal
|
| 1426 | interface ethernet 1/0/23
|
| 1427 | no snmp-server trap-sending disable
|
| 1428 | end
|
| 1429 | configure terminal
|
| 1430 | interface ethernet 1/0/24
|
| 1431 | no snmp-server trap-sending disable
|
| 1432 | end
|
| 1433 | configure terminal
|
| 1434 | interface ethernet 1/0/25
|
| 1435 | no snmp-server trap-sending disable
|
| 1436 | end
|
| 1437 | configure terminal
|
| 1438 | interface ethernet 1/0/26
|
| 1439 | no snmp-server trap-sending disable
|
| 1440 | end
|
| 1441 | configure terminal
|
| 1442 | interface ethernet 1/0/27
|
| 1443 | no snmp-server trap-sending disable
|
| 1444 | end
|
| 1445 | configure terminal
|
| 1446 | interface ethernet 1/0/28
|
| 1447 | no snmp-server trap-sending disable
|
| 1448 | end
|
| 1449 | configure terminal
|
| 1450 | no snmp-server response broadcast-request
|
| 1451 | exit
|
| 1452 | configure terminal
|
| 1453 | snmp-server source-interface traps Vlan 1
|
| 1454 | exit
|
| 1455 |
|
| 1456 | # SNTP
|
| 1457 |
|
| 1458 | configure terminal
|
| 1459 | clock timezone + 0 0
|
| 1460 | no clock summer-time
|
| 1461 | sntp interval 720
|
| 1462 | no sntp enable
|
| 1463 | exit
|
| 1464 |
|
| 1465 | # UDP_HELPER
|
| 1466 |
|
| 1467 | configure terminal
|
| 1468 | ip forward-protocol udp 37
|
| 1469 | ip forward-protocol udp 42
|
| 1470 | ip forward-protocol udp 49
|
| 1471 | ip forward-protocol udp 53
|
| 1472 | ip forward-protocol udp 69
|
| 1473 | ip forward-protocol udp 137
|
| 1474 | ip forward-protocol udp 138
|
| 1475 | end
|
| 1476 |
|
| 1477 | # SYSLOG
|
| 1478 |
|
| 1479 | configure terminal
|
| 1480 | exit
|
| 1481 |
|
| 1482 | # JWAC
|
| 1483 |
|
| 1484 | configure terminal
|
| 1485 | end
|
| 1486 |
|
| 1487 | # WEB_AUTHENTICATION
|
| 1488 |
|
| 1489 | configure terminal
|
| 1490 | end
|
| 1491 |
|
| 1492 | # PowerSaving
|
| 1493 |
|
| 1494 | configure terminal
|
| 1495 | no power-saving link-detection
|
| 1496 | no dim led
|
| 1497 | no power-saving hibernation
|
| 1498 | no power-saving dim-led
|
| 1499 | no power-saving port-shutdown
|
| 1500 | interface ethernet 1/0/1
|
| 1501 | exit
|
| 1502 | interface ethernet 1/0/2
|
| 1503 | exit
|
| 1504 | interface ethernet 1/0/3
|
| 1505 | exit
|
| 1506 | interface ethernet 1/0/4
|
| 1507 | exit
|
| 1508 | interface ethernet 1/0/5
|
| 1509 | exit
|
| 1510 | interface ethernet 1/0/6
|
| 1511 | exit
|
| 1512 | interface ethernet 1/0/7
|
| 1513 | exit
|
| 1514 | interface ethernet 1/0/8
|
| 1515 | exit
|
| 1516 | interface ethernet 1/0/9
|
| 1517 | exit
|
| 1518 | interface ethernet 1/0/10
|
| 1519 | exit
|
| 1520 | interface ethernet 1/0/11
|
| 1521 | exit
|
| 1522 | interface ethernet 1/0/12
|
| 1523 | exit
|
| 1524 | interface ethernet 1/0/13
|
| 1525 | exit
|
| 1526 | interface ethernet 1/0/14
|
| 1527 | exit
|
| 1528 | interface ethernet 1/0/15
|
| 1529 | exit
|
| 1530 | interface ethernet 1/0/16
|
| 1531 | exit
|
| 1532 | interface ethernet 1/0/17
|
| 1533 | exit
|
| 1534 | interface ethernet 1/0/18
|
| 1535 | exit
|
| 1536 | interface ethernet 1/0/19
|
| 1537 | exit
|
| 1538 | interface ethernet 1/0/20
|
| 1539 | exit
|
| 1540 | interface ethernet 1/0/21
|
| 1541 | exit
|
| 1542 | interface ethernet 1/0/22
|
| 1543 | exit
|
| 1544 | interface ethernet 1/0/23
|
| 1545 | exit
|
| 1546 | interface ethernet 1/0/24
|
| 1547 | exit
|
| 1548 | interface ethernet 1/0/25
|
| 1549 | exit
|
| 1550 | interface ethernet 1/0/26
|
| 1551 | exit
|
| 1552 | interface ethernet 1/0/27
|
| 1553 | exit
|
| 1554 | interface ethernet 1/0/28
|
| 1555 | exit
|
| 1556 | interface ethernet 1/0/1
|
| 1557 | no power-saving eee
|
| 1558 | exit
|
| 1559 | interface ethernet 1/0/2
|
| 1560 | no power-saving eee
|
| 1561 | exit
|
| 1562 | interface ethernet 1/0/3
|
| 1563 | no power-saving eee
|
| 1564 | exit
|
| 1565 | interface ethernet 1/0/4
|
| 1566 | no power-saving eee
|
| 1567 | exit
|
| 1568 | interface ethernet 1/0/5
|
| 1569 | no power-saving eee
|
| 1570 | exit
|
| 1571 | interface ethernet 1/0/6
|
| 1572 | no power-saving eee
|
| 1573 | exit
|
| 1574 | interface ethernet 1/0/7
|
| 1575 | no power-saving eee
|
| 1576 | exit
|
| 1577 | interface ethernet 1/0/8
|
| 1578 | no power-saving eee
|
| 1579 | exit
|
| 1580 | interface ethernet 1/0/9
|
| 1581 | no power-saving eee
|
| 1582 | exit
|
| 1583 | interface ethernet 1/0/10
|
| 1584 | no power-saving eee
|
| 1585 | exit
|
| 1586 | interface ethernet 1/0/11
|
| 1587 | no power-saving eee
|
| 1588 | exit
|
| 1589 | interface ethernet 1/0/12
|
| 1590 | no power-saving eee
|
| 1591 | exit
|
| 1592 | interface ethernet 1/0/13
|
| 1593 | no power-saving eee
|
| 1594 | exit
|
| 1595 | interface ethernet 1/0/14
|
| 1596 | no power-saving eee
|
| 1597 | exit
|
| 1598 | interface ethernet 1/0/15
|
| 1599 | no power-saving eee
|
| 1600 | exit
|
| 1601 | interface ethernet 1/0/16
|
| 1602 | no power-saving eee
|
| 1603 | exit
|
| 1604 | interface ethernet 1/0/17
|
| 1605 | no power-saving eee
|
| 1606 | exit
|
| 1607 | interface ethernet 1/0/18
|
| 1608 | no power-saving eee
|
| 1609 | exit
|
| 1610 | interface ethernet 1/0/19
|
| 1611 | no power-saving eee
|
| 1612 | exit
|
| 1613 | interface ethernet 1/0/20
|
| 1614 | no power-saving eee
|
| 1615 | exit
|
| 1616 | interface ethernet 1/0/21
|
| 1617 | no power-saving eee
|
| 1618 | exit
|
| 1619 | interface ethernet 1/0/22
|
| 1620 | no power-saving eee
|
| 1621 | exit
|
| 1622 | interface ethernet 1/0/23
|
| 1623 | no power-saving eee
|
| 1624 | exit
|
| 1625 | interface ethernet 1/0/24
|
| 1626 | no power-saving eee
|
| 1627 | exit
|
| 1628 | interface ethernet 1/0/25
|
| 1629 | no power-saving eee
|
| 1630 | exit
|
| 1631 | interface ethernet 1/0/26
|
| 1632 | no power-saving eee
|
| 1633 | exit
|
| 1634 | interface ethernet 1/0/27
|
| 1635 | no power-saving eee
|
| 1636 | exit
|
| 1637 | interface ethernet 1/0/28
|
| 1638 | no power-saving eee
|
| 1639 | exit
|
| 1640 | end
|
| 1641 |
|
| 1642 | # LLDP
|
| 1643 |
|
| 1644 | end
|
| 1645 | configure terminal
|
| 1646 | exit
|
| 1647 | end
|
| 1648 | configure terminal
|
| 1649 | interface ethernet 1/0/1
|
| 1650 | end
|
| 1651 | configure terminal
|
| 1652 | interface ethernet 1/0/2
|
| 1653 | end
|
| 1654 | configure terminal
|
| 1655 | interface ethernet 1/0/3
|
| 1656 | end
|
| 1657 | configure terminal
|
| 1658 | interface ethernet 1/0/4
|
| 1659 | end
|
| 1660 | configure terminal
|
| 1661 | interface ethernet 1/0/5
|
| 1662 | end
|
| 1663 | configure terminal
|
| 1664 | interface ethernet 1/0/6
|
| 1665 | end
|
| 1666 | configure terminal
|
| 1667 | interface ethernet 1/0/7
|
| 1668 | end
|
| 1669 | configure terminal
|
| 1670 | interface ethernet 1/0/8
|
| 1671 | end
|
| 1672 | configure terminal
|
| 1673 | interface ethernet 1/0/9
|
| 1674 | end
|
| 1675 | configure terminal
|
| 1676 | interface ethernet 1/0/10
|
| 1677 | end
|
| 1678 | configure terminal
|
| 1679 | interface ethernet 1/0/11
|
| 1680 | end
|
| 1681 | configure terminal
|
| 1682 | interface ethernet 1/0/12
|
| 1683 | end
|
| 1684 | configure terminal
|
| 1685 | interface ethernet 1/0/13
|
| 1686 | end
|
| 1687 | configure terminal
|
| 1688 | interface ethernet 1/0/14
|
| 1689 | end
|
| 1690 | configure terminal
|
| 1691 | interface ethernet 1/0/15
|
| 1692 | end
|
| 1693 | configure terminal
|
| 1694 | interface ethernet 1/0/16
|
| 1695 | end
|
| 1696 | configure terminal
|
| 1697 | interface ethernet 1/0/17
|
| 1698 | end
|
| 1699 | configure terminal
|
| 1700 | interface ethernet 1/0/18
|
| 1701 | end
|
| 1702 | configure terminal
|
| 1703 | interface ethernet 1/0/19
|
| 1704 | end
|
| 1705 | configure terminal
|
| 1706 | interface ethernet 1/0/20
|
| 1707 | end
|
| 1708 | configure terminal
|
| 1709 | interface ethernet 1/0/21
|
| 1710 | end
|
| 1711 | configure terminal
|
| 1712 | interface ethernet 1/0/22
|
| 1713 | end
|
| 1714 | configure terminal
|
| 1715 | interface ethernet 1/0/23
|
| 1716 | end
|
| 1717 | configure terminal
|
| 1718 | interface ethernet 1/0/24
|
| 1719 | end
|
| 1720 | configure terminal
|
| 1721 | interface ethernet 1/0/25
|
| 1722 | end
|
| 1723 | configure terminal
|
| 1724 | interface ethernet 1/0/26
|
| 1725 | end
|
| 1726 | configure terminal
|
| 1727 | interface ethernet 1/0/27
|
| 1728 | end
|
| 1729 | configure terminal
|
| 1730 | interface ethernet 1/0/28
|
| 1731 | interface ethernet 1/0/1
|
| 1732 | exit
|
| 1733 | interface ethernet 1/0/2
|
| 1734 | exit
|
| 1735 | interface ethernet 1/0/3
|
| 1736 | exit
|
| 1737 | interface ethernet 1/0/4
|
| 1738 | exit
|
| 1739 | interface ethernet 1/0/5
|
| 1740 | exit
|
| 1741 | interface ethernet 1/0/6
|
| 1742 | exit
|
| 1743 | interface ethernet 1/0/7
|
| 1744 | exit
|
| 1745 | interface ethernet 1/0/8
|
| 1746 | exit
|
| 1747 | interface ethernet 1/0/9
|
| 1748 | exit
|
| 1749 | interface ethernet 1/0/10
|
| 1750 | exit
|
| 1751 | interface ethernet 1/0/11
|
| 1752 | exit
|
| 1753 | interface ethernet 1/0/12
|
| 1754 | exit
|
| 1755 | interface ethernet 1/0/13
|
| 1756 | exit
|
| 1757 | interface ethernet 1/0/14
|
| 1758 | exit
|
| 1759 | interface ethernet 1/0/15
|
| 1760 | exit
|
| 1761 | interface ethernet 1/0/16
|
| 1762 | exit
|
| 1763 | interface ethernet 1/0/17
|
| 1764 | exit
|
| 1765 | interface ethernet 1/0/18
|
| 1766 | exit
|
| 1767 | interface ethernet 1/0/19
|
| 1768 | exit
|
| 1769 | interface ethernet 1/0/20
|
| 1770 | exit
|
| 1771 | interface ethernet 1/0/21
|
| 1772 | exit
|
| 1773 | interface ethernet 1/0/22
|
| 1774 | exit
|
| 1775 | interface ethernet 1/0/23
|
| 1776 | exit
|
| 1777 | interface ethernet 1/0/24
|
| 1778 | exit
|
| 1779 | interface ethernet 1/0/25
|
| 1780 | exit
|
| 1781 | interface ethernet 1/0/26
|
| 1782 | exit
|
| 1783 | interface ethernet 1/0/27
|
| 1784 | exit
|
| 1785 | interface ethernet 1/0/28
|
| 1786 | exit
|
| 1787 | exit
|
| 1788 |
|
| 1789 | # TFTP
|
| 1790 |
|
| 1791 | configure terminal
|
| 1792 | end
|
| 1793 |
|
| 1794 | # MAC_Based_Access_Control
|
| 1795 |
|
| 1796 |
|
| 1797 | # MCFILTER-G2
|
| 1798 |
|
| 1799 | configure terminal
|
| 1800 | end
|
| 1801 |
|
| 1802 | # COMPOUND_AUTHENTICATION
|
| 1803 |
|
| 1804 | configure terminal
|
| 1805 | end
|
| 1806 |
|
| 1807 | # IGMP-SNOOPING
|
| 1808 |
|
| 1809 | configure terminal
|
| 1810 | end
|
| 1811 |
|
| 1812 | # MLD-SNOOPING
|
| 1813 |
|
| 1814 | configure terminal
|
| 1815 | end
|
| 1816 |
|
| 1817 | # DHCPSNP
|
| 1818 |
|
| 1819 | configure terminal
|
| 1820 | end
|
| 1821 | configure terminal
|
| 1822 | interface ethernet 1/0/1
|
| 1823 | end
|
| 1824 | configure terminal
|
| 1825 | interface ethernet 1/0/2
|
| 1826 | end
|
| 1827 | configure terminal
|
| 1828 | interface ethernet 1/0/3
|
| 1829 | end
|
| 1830 | configure terminal
|
| 1831 | interface ethernet 1/0/4
|
| 1832 | end
|
| 1833 | configure terminal
|
| 1834 | interface ethernet 1/0/5
|
| 1835 | end
|
| 1836 | configure terminal
|
| 1837 | interface ethernet 1/0/6
|
| 1838 | end
|
| 1839 | configure terminal
|
| 1840 | interface ethernet 1/0/7
|
| 1841 | end
|
| 1842 | configure terminal
|
| 1843 | interface ethernet 1/0/8
|
| 1844 | end
|
| 1845 | configure terminal
|
| 1846 | interface ethernet 1/0/9
|
| 1847 | end
|
| 1848 | configure terminal
|
| 1849 | interface ethernet 1/0/10
|
| 1850 | end
|
| 1851 | configure terminal
|
| 1852 | interface ethernet 1/0/11
|
| 1853 | end
|
| 1854 | configure terminal
|
| 1855 | interface ethernet 1/0/12
|
| 1856 | end
|
| 1857 | configure terminal
|
| 1858 | interface ethernet 1/0/13
|
| 1859 | end
|
| 1860 | configure terminal
|
| 1861 | interface ethernet 1/0/14
|
| 1862 | end
|
| 1863 | configure terminal
|
| 1864 | interface ethernet 1/0/15
|
| 1865 | end
|
| 1866 | configure terminal
|
| 1867 | interface ethernet 1/0/16
|
| 1868 | end
|
| 1869 | configure terminal
|
| 1870 | interface ethernet 1/0/17
|
| 1871 | end
|
| 1872 | configure terminal
|
| 1873 | interface ethernet 1/0/18
|
| 1874 | end
|
| 1875 | configure terminal
|
| 1876 | interface ethernet 1/0/19
|
| 1877 | end
|
| 1878 | configure terminal
|
| 1879 | interface ethernet 1/0/20
|
| 1880 | end
|
| 1881 | configure terminal
|
| 1882 | interface ethernet 1/0/21
|
| 1883 | end
|
| 1884 | configure terminal
|
| 1885 | interface ethernet 1/0/22
|
| 1886 | end
|
| 1887 | configure terminal
|
| 1888 | interface ethernet 1/0/23
|
| 1889 | end
|
| 1890 | configure terminal
|
| 1891 | interface ethernet 1/0/24
|
| 1892 | end
|
| 1893 | configure terminal
|
| 1894 | interface ethernet 1/0/25
|
| 1895 | end
|
| 1896 | configure terminal
|
| 1897 | interface ethernet 1/0/26
|
| 1898 | end
|
| 1899 | configure terminal
|
| 1900 | interface ethernet 1/0/27
|
| 1901 | end
|
| 1902 | configure terminal
|
| 1903 | interface ethernet 1/0/28
|
| 1904 | end
|
| 1905 | configure terminal
|
| 1906 | end
|
| 1907 | configure terminal
|
| 1908 | interface ethernet 1/0/1
|
| 1909 | end
|
| 1910 | configure terminal
|
| 1911 | interface ethernet 1/0/2
|
| 1912 | end
|
| 1913 | configure terminal
|
| 1914 | interface ethernet 1/0/3
|
| 1915 | end
|
| 1916 | configure terminal
|
| 1917 | interface ethernet 1/0/4
|
| 1918 | end
|
| 1919 | configure terminal
|
| 1920 | interface ethernet 1/0/5
|
| 1921 | end
|
| 1922 | configure terminal
|
| 1923 | interface ethernet 1/0/6
|
| 1924 | end
|
| 1925 | configure terminal
|
| 1926 | interface ethernet 1/0/7
|
| 1927 | end
|
| 1928 | configure terminal
|
| 1929 | interface ethernet 1/0/8
|
| 1930 | end
|
| 1931 | configure terminal
|
| 1932 | interface ethernet 1/0/9
|
| 1933 | end
|
| 1934 | configure terminal
|
| 1935 | interface ethernet 1/0/10
|
| 1936 | end
|
| 1937 | configure terminal
|
| 1938 | interface ethernet 1/0/11
|
| 1939 | end
|
| 1940 | configure terminal
|
| 1941 | interface ethernet 1/0/12
|
| 1942 | end
|
| 1943 | configure terminal
|
| 1944 | interface ethernet 1/0/13
|
| 1945 | end
|
| 1946 | configure terminal
|
| 1947 | interface ethernet 1/0/14
|
| 1948 | end
|
| 1949 | configure terminal
|
| 1950 | interface ethernet 1/0/15
|
| 1951 | end
|
| 1952 | configure terminal
|
| 1953 | interface ethernet 1/0/16
|
| 1954 | end
|
| 1955 | configure terminal
|
| 1956 | interface ethernet 1/0/17
|
| 1957 | end
|
| 1958 | configure terminal
|
| 1959 | interface ethernet 1/0/18
|
| 1960 | end
|
| 1961 | configure terminal
|
| 1962 | interface ethernet 1/0/19
|
| 1963 | end
|
| 1964 | configure terminal
|
| 1965 | interface ethernet 1/0/20
|
| 1966 | end
|
| 1967 | configure terminal
|
| 1968 | interface ethernet 1/0/21
|
| 1969 | end
|
| 1970 | configure terminal
|
| 1971 | interface ethernet 1/0/22
|
| 1972 | end
|
| 1973 | configure terminal
|
| 1974 | interface ethernet 1/0/23
|
| 1975 | end
|
| 1976 | configure terminal
|
| 1977 | interface ethernet 1/0/24
|
| 1978 | end
|
| 1979 | configure terminal
|
| 1980 | interface ethernet 1/0/25
|
| 1981 | end
|
| 1982 | configure terminal
|
| 1983 | interface ethernet 1/0/26
|
| 1984 | end
|
| 1985 | configure terminal
|
| 1986 | interface ethernet 1/0/27
|
| 1987 | end
|
| 1988 | configure terminal
|
| 1989 | interface ethernet 1/0/28
|
| 1990 | end
|
| 1991 |
|
| 1992 | # RMON
|
| 1993 |
|
| 1994 | end
|
| 1995 | configure terminal
|
| 1996 | snmp-server enable traps rmon falling-alarm
|
| 1997 | snmp-server enable traps rmon rising-alarm
|
| 1998 | end
|
| 1999 |
|
| 2000 | # DAI
|
| 2001 |
|
| 2002 | configure terminal
|
| 2003 | end
|
| 2004 |
|
| 2005 | # IMPB
|
| 2006 |
|
| 2007 |
|
| 2008 | # DHCP_SERVER
|
| 2009 |
|
| 2010 | configure terminal
|
| 2011 | end
|
| 2012 |
|
| 2013 | # NDP
|
| 2014 |
|
| 2015 | configure terminal
|
| 2016 | interface vlan 1
|
| 2017 | exit
|
| 2018 | interface vlan 2
|
| 2019 | exit
|
| 2020 | end
|
| 2021 |
|
| 2022 | # ROUTE6
|
| 2023 |
|
| 2024 |
|
| 2025 | # ROUTE
|
| 2026 |
|
| 2027 | configure terminal
|
| 2028 | ip route 0.0.0.0 0.0.0.0 10.128.0.1 primary
|
| 2029 | end
|
| 2030 |
|
| 2031 | # ARP
|
| 2032 |
|
| 2033 | configure terminal
|
| 2034 | ip arp gratuitous
|
| 2035 | interface vlan 1
|
| 2036 | exit
|
| 2037 | interface vlan 2
|
| 2038 | exit
|
| 2039 | end
|
| 2040 |
|
| 2041 | # DHCP_RELAY
|
| 2042 |
|
| 2043 | configure terminal
|
| 2044 | ip dhcp relay information policy replace
|
| 2045 | ip dhcp relay information option format circuit-id default
|
| 2046 | ip dhcp relay information option format remote-id default
|
| 2047 | end
|
| 2048 | configure terminal
|
| 2049 | interface ethernet 1/0/1
|
| 2050 | end
|
| 2051 | configure terminal
|
| 2052 | interface ethernet 1/0/2
|
| 2053 | end
|
| 2054 | configure terminal
|
| 2055 | interface ethernet 1/0/3
|
| 2056 | end
|
| 2057 | configure terminal
|
| 2058 | interface ethernet 1/0/4
|
| 2059 | end
|
| 2060 | configure terminal
|
| 2061 | interface ethernet 1/0/5
|
| 2062 | end
|
| 2063 | configure terminal
|
| 2064 | interface ethernet 1/0/6
|
| 2065 | end
|
| 2066 | configure terminal
|
| 2067 | interface ethernet 1/0/7
|
| 2068 | end
|
| 2069 | configure terminal
|
| 2070 | interface ethernet 1/0/8
|
| 2071 | end
|
| 2072 | configure terminal
|
| 2073 | interface ethernet 1/0/9
|
| 2074 | end
|
| 2075 | configure terminal
|
| 2076 | interface ethernet 1/0/10
|
| 2077 | end
|
| 2078 | configure terminal
|
| 2079 | interface ethernet 1/0/11
|
| 2080 | end
|
| 2081 | configure terminal
|
| 2082 | interface ethernet 1/0/12
|
| 2083 | end
|
| 2084 | configure terminal
|
| 2085 | interface ethernet 1/0/13
|
| 2086 | end
|
| 2087 | configure terminal
|
| 2088 | interface ethernet 1/0/14
|
| 2089 | end
|
| 2090 | configure terminal
|
| 2091 | interface ethernet 1/0/15
|
| 2092 | end
|
| 2093 | configure terminal
|
| 2094 | interface ethernet 1/0/16
|
| 2095 | end
|
| 2096 | configure terminal
|
| 2097 | interface ethernet 1/0/17
|
| 2098 | end
|
| 2099 | configure terminal
|
| 2100 | interface ethernet 1/0/18
|
| 2101 | end
|
| 2102 | configure terminal
|
| 2103 | interface ethernet 1/0/19
|
| 2104 | end
|
| 2105 | configure terminal
|
| 2106 | interface ethernet 1/0/20
|
| 2107 | end
|
| 2108 | configure terminal
|
| 2109 | interface ethernet 1/0/21
|
| 2110 | end
|
| 2111 | configure terminal
|
| 2112 | interface ethernet 1/0/22
|
| 2113 | end
|
| 2114 | configure terminal
|
| 2115 | interface ethernet 1/0/23
|
| 2116 | end
|
| 2117 | configure terminal
|
| 2118 | interface ethernet 1/0/24
|
| 2119 | end
|
| 2120 | configure terminal
|
| 2121 | interface ethernet 1/0/25
|
| 2122 | end
|
| 2123 | configure terminal
|
| 2124 | interface ethernet 1/0/26
|
| 2125 | end
|
| 2126 | configure terminal
|
| 2127 | interface ethernet 1/0/27
|
| 2128 | end
|
| 2129 | configure terminal
|
| 2130 | interface ethernet 1/0/28
|
| 2131 | end
|
| 2132 | configure terminal
|
| 2133 | interface vlan 1
|
| 2134 | end
|
| 2135 | configure terminal
|
| 2136 | interface vlan 2
|
| 2137 | end
|
| 2138 |
|
| 2139 | # RELAY6
|
| 2140 |
|
| 2141 | configure terminal
|
| 2142 | interface vlan 1
|
| 2143 | exit
|
| 2144 | interface vlan 2
|
| 2145 | exit
|
| 2146 | end
|
| 2147 |
|
| 2148 | # SFLOW
|
| 2149 |
|
| 2150 | end
|
| 2151 | configure terminal
|
| 2152 | end
|
| 2153 |
|
| 2154 | # IPMROUTE
|
| 2155 |
|
| 2156 |
|
| 2157 | # DDP
|
| 2158 |
|
| 2159 | configure terminal
|
| 2160 | interface ethernet 1/0/1
|
| 2161 | ddp
|
| 2162 | end
|
| 2163 | configure terminal
|
| 2164 | interface ethernet 1/0/2
|
| 2165 | ddp
|
| 2166 | end
|
| 2167 | configure terminal
|
| 2168 | interface ethernet 1/0/3
|
| 2169 | ddp
|
| 2170 | end
|
| 2171 | configure terminal
|
| 2172 | interface ethernet 1/0/4
|
| 2173 | ddp
|
| 2174 | end
|
| 2175 | configure terminal
|
| 2176 | interface ethernet 1/0/5
|
| 2177 | ddp
|
| 2178 | end
|
| 2179 | configure terminal
|
| 2180 | interface ethernet 1/0/6
|
| 2181 | ddp
|
| 2182 | end
|
| 2183 | configure terminal
|
| 2184 | interface ethernet 1/0/7
|
| 2185 | ddp
|
| 2186 | end
|
| 2187 | configure terminal
|
| 2188 | interface ethernet 1/0/8
|
| 2189 | ddp
|
| 2190 | end
|
| 2191 | configure terminal
|
| 2192 | interface ethernet 1/0/9
|
| 2193 | ddp
|
| 2194 | end
|
| 2195 | configure terminal
|
| 2196 | interface ethernet 1/0/10
|
| 2197 | ddp
|
| 2198 | end
|
| 2199 | configure terminal
|
| 2200 | interface ethernet 1/0/11
|
| 2201 | ddp
|
| 2202 | end
|
| 2203 | configure terminal
|
| 2204 | interface ethernet 1/0/12
|
| 2205 | ddp
|
| 2206 | end
|
| 2207 | configure terminal
|
| 2208 | interface ethernet 1/0/13
|
| 2209 | ddp
|
| 2210 | end
|
| 2211 | configure terminal
|
| 2212 | interface ethernet 1/0/14
|
| 2213 | ddp
|
| 2214 | end
|
| 2215 | configure terminal
|
| 2216 | interface ethernet 1/0/15
|
| 2217 | ddp
|
| 2218 | end
|
| 2219 | configure terminal
|
| 2220 | interface ethernet 1/0/16
|
| 2221 | ddp
|
| 2222 | end
|
| 2223 | configure terminal
|
| 2224 | interface ethernet 1/0/17
|
| 2225 | ddp
|
| 2226 | end
|
| 2227 | configure terminal
|
| 2228 | interface ethernet 1/0/18
|
| 2229 | ddp
|
| 2230 | end
|
| 2231 | configure terminal
|
| 2232 | interface ethernet 1/0/19
|
| 2233 | ddp
|
| 2234 | end
|
| 2235 | configure terminal
|
| 2236 | interface ethernet 1/0/20
|
| 2237 | ddp
|
| 2238 | end
|
| 2239 | configure terminal
|
| 2240 | interface ethernet 1/0/21
|
| 2241 | ddp
|
| 2242 | end
|
| 2243 | configure terminal
|
| 2244 | interface ethernet 1/0/22
|
| 2245 | ddp
|
| 2246 | end
|
| 2247 | configure terminal
|
| 2248 | interface ethernet 1/0/23
|
| 2249 | ddp
|
| 2250 | end
|
| 2251 | configure terminal
|
| 2252 | interface ethernet 1/0/24
|
| 2253 | ddp
|
| 2254 | end
|
| 2255 | configure terminal
|
| 2256 | interface ethernet 1/0/25
|
| 2257 | ddp
|
| 2258 | end
|
| 2259 | configure terminal
|
| 2260 | interface ethernet 1/0/26
|
| 2261 | ddp
|
| 2262 | end
|
| 2263 | configure terminal
|
| 2264 | interface ethernet 1/0/27
|
| 2265 | ddp
|
| 2266 | end
|
| 2267 | configure terminal
|
| 2268 | interface ethernet 1/0/28
|
| 2269 | ddp
|
| 2270 | end
|
| 2271 | configure terminal
|
| 2272 | ddp
|
| 2273 | end
|
| 2274 | configure terminal
|
| 2275 | ddp report-timer 30
|
| 2276 | end
|
| 2277 |
|
| 2278 | # ERRDISABLE
|
| 2279 |
|
| 2280 | configure terminal
|
| 2281 | end
|
| 2282 |
|
| 2283 | # DHCPClient
|
| 2284 |
|
| 2285 |
|
| 2286 | #-------------------------------------------------------------------
|
| 2287 | # End of configuration file for DGS-1510-28X
|
| 2288 | #------------------------------------------------------------------- |