Size: a a a

2018 August 01

SS

Sergey Semikin in Pro Telecom
ни у кого не завалялся серийный номер для aten winclient ? это клиент для IP-KVM
источник

RF

Robin Feelgood in Pro Telecom
Robin Feelgood
Зпт и пробел
[admin@MikroTik] > ip firewall nat add action=same to-addresses=

ToAddresses ::= A.B.C.D[-A.B.C.D |0..32 |.B.C.D ]    (IP address range)
источник

MD

Michael D in Pro Telecom
да я уже посмотрел, получается либо диапазон либо маска
источник

MD

Michael D in Pro Telecom
вразнобой не получится
источник

MD

Michael D in Pro Telecom
короче я просто с другой сетки выделю
источник

MD

Michael D in Pro Telecom
там есть подряд адреса
источник

OH

OLegoss Hz in Pro Telecom
Всем привет, как можно съэмулировать crc ошибки на физический сетевой интерфейс ? Те создать херовую физику
источник

VL

Valery Lutoshkin in Pro Telecom
включить пассивные элементы в физику, чем-то наводку поставить.
источник

SK

Sergio Keler in Pro Telecom
3560, извиняюсь
источник

SK

Sergio Keler in Pro Telecom
причём, если порты аксесом, то всё работант. а мне б транк.
источник

I

Innokentiy in Pro Telecom
работающий и неработающий конфиги в студию
источник

SK

Sergio Keler in Pro Telecom
po1 не работает
po2 работает

gi0/0/0-1 на свитч2
gi0/0/2-3 на свитч1

router:

interface Port-channel1
description Link to switch
no ip address
no negotiation auto
!
interface Port-channel1.100
encapsulation dot1Q 100
ip address 1xxxxxxx 255.255.255.128
ip nat outside
ip nat allow-static-host
!
interface Port-channel1.172
encapsulation dot1Q 172
ip address 172.16.1.0
ip nat inside
ip nat allow-static-host
shutdown ! погасил пока тк работает на po2 сейчас
ntp broadcast
!
interface Port-channel2
description Test (access mode)
ip address 172.16.1.0
no negotiation auto
!
interface GigabitEthernet0/0/0
no ip address
negotiation auto
channel-group 2
!
interface GigabitEthernet0/0/1
no ip address
negotiation auto
channel-group 2
!
interface GigabitEthernet0/0/2
description PO1
no ip address
negotiation auto
channel-group 1
!
interface GigabitEthernet0/0/3
description PO1
no ip address
negotiation auto
channel-group 1

sw1 (не работает):

interface Port-channel1
description gw.oda.local trunk
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-100,170-180
switchport mode trunk

interface ran gi02, Gi0/17
description gw.oda.local trunk etherchannel
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-100,170-180
switchport mode trunk
channel-group 1 mode on
!

sw2 (работает):

interface Port-channel1
description Router link
switchport access vlan 172
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-100,170-180
switchport mode access ! тут поставил аксес и заработало, но… на одно влане, увы.
!

interface GigabitEthernet0/45
description router link
switchport access vlan 172
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-100,170-180
switchport mode access
channel-group 1 mode on
!
interface GigabitEthernet0/46
description router link
switchport access vlan 172
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-100,170-180
switchport mode access
channel-group 1 mode on
источник

SK

Sergio Keler in Pro Telecom
router:
sh int po1
Port-channel1 is up, line protocol is up
 Hardware is GEChannel, address is 380e.4dee.f650 (bia 380e.4dee.f650)
 Description: Link to switch
 MTU 1500 bytes, BW 2000000 Kbit/sec, DLY 10 usec,
    reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation 802.1Q Virtual LAN, Vlan ID  1., loopback not set
 Keepalive set (10 sec)
 ARP type: ARPA, ARP Timeout 04:00:00
   No. of active members in this channel: 2
       Member 0 : GigabitEthernet0/0/2 , Full-duplex, 1000Mb/s
       Member 1 : GigabitEthernet0/0/3 , Full-duplex, 1000Mb/s
   No. of PF_JUMBO supported members in this channel : 2
источник

SK

Sergio Keler in Pro Telecom
SW01#sh int po1
Port-channel1 is up, line protocol is up (connected)
 Hardware is EtherChannel, address is 6073.5c5e.2791 (bia 6073.5c5e.2791)
 Description: gw.oda.local trunk
 MTU 9198 bytes, BW 2000000 Kbit, DLY 10 usec,
    reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec)
 Full-duplex, 1000Mb/s, link type is auto, media type is unknown
 input flow-control is off, output flow-control is unsupported
 Members in this channel: Gi0/2 Gi0/17
 ARP type: ARPA, ARP Timeout 04:00:00
источник

SK

Sergio Keler in Pro Telecom
SW02#sh int po1
Port-channel1 is up, line protocol is up (connected)
 Hardware is EtherChannel, address is 6073.5c5e.11ae (bia 6073.5c5e.11ae)
 Description: Router link
 MTU 9198 bytes, BW 2000000 Kbit, DLY 10 usec,
    reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec)
 Full-duplex, 1000Mb/s, link type is auto, media type is unknown
 input flow-control is off, output flow-control is unsupported
 Members in this channel: Gi0/45 Gi0/46
 ARP type: ARPA, ARP Timeout 04:00:00
источник

SK

Sergio Keler in Pro Telecom
на свитче1 вижу Encapsulation ARPA, а должно быть Encapsulation dot1q, нет?
источник

I

Innokentiy in Pro Telecom
нет
источник

I

Innokentiy in Pro Telecom
а вланы в базе есть?
источник

SK

Sergio Keler in Pro Telecom
есть, конечно
источник

SK

Sergio Keler in Pro Telecom
магия 🙁
источник