Тихо и незаметно прошёл Всемирный день ниндзя.
1 2 3 4 5 6 7 8 9 10 11 |
mkdir Printer cd Printer wget -c --content-disposition http://ubuntuone.com/78fFlyOAtRwESzSkGv7Dnl sudo dpkg -i ia32-libs-multiarch_20090808ubuntu26_i386.deb <strong><em>На ошибку внимание не обращаем, а продолжаем дальше</em></strong> sudo apt-get install -f sudo dpkg -i ia32-libs-multiarch_20090808ubuntu26_i386.deb wget download.support.xerox.com/pub/drivers/3010/drivers/linux/en_GB/xerox-phaser-3010-3040_1.0-28_i386.zip unzip xerox-phaser-3010-3040_1.0-28_i386.zip sudo dpkg -i xerox-phaser-3010-3040_1.0-28_i386.deb |
Далее Параметры системы → Принтеры (Печать) → etc…
Cisco0:
Gi0/1 up up uplink
Gi0/2 up up dpi_in
Gi0/3 up up dpi_out
Gi0/4 up up downlink
interface GigabitEthernet0/1
description uplink
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 40,48
switchport mode trunk
spanning-tree portfast
spanning-tree bpdufilter enable
spanning-tree bpduguard enable
interface GigabitEthernet0/2
description dpi_in
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 40,48
switchport mode trunk
spanning-tree portfast
spanning-tree bpdufilter enable
spanning-tree bpduguard enable
interface GigabitEthernet0/3
description dpi_out
switchport access vlan 111
switchport mode dot1q-tunnel
no cdp enable
interface GigabitEthernet0/4
description downlink
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 111
switchport mode trunk
spanning-tree portfast
spanning-tree bpdufilter enable
spanning-tree bpduguard enable
int 2 and 3 — jumper
Cisco1:
Gi0/1 up up uplink
Gi0/2 up up downlink
interface GigabitEthernet0/1
description uplink
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 111
switchport mode trunk
spanning-tree portfast
spanning-tree bpdufilter enable
spanning-tree bpduguard enable
interface GigabitEthernet0/2
description downlink
switchport access vlan 111
switchport mode dot1q-tunnel
no cdp enable
spanning-tree portfast
spanning-tree bpdufilter enable
spanning-tree bpduguard enable
eltex0:
interface gigabitethernet 1/0/1
switchport mode trunk
switchport trunk allowed vlan add 111
description uplink
spanning-tree portfast auto
spanning-tree bpdu filtering
spanning-tree bpduguard enable
interface gigabitethernet 1/0/2
switchport mode customer
switchport customer vlan 111
description downlink
spanning-tree portfast auto
spanning-tree bpdu filtering
spanning-tree bpduguard enable