Drugi
Цитата:
Цитата:
Как можно определить устройства с Cisco IOS в сети?Если на нем включен SNMP, то по нему.
Как можно определить устройства с Cisco IOS в сети?Если на нем включен SNMP, то по нему.
In the Cisco 2801 (and not 2811, 2821 …) : slot 0 and slot 2 do not support HWICs (they are recognized in slot 1 and 3).
So I would suggest to turn off your 2801 move your HWIC form slot 0 to slot 1.*
crypto keyring my-site
pre-shared-key address 1.1.1.1 key 111
pre-shared-key address 2.2.2.2 key 222
!
crypto isakmp policy 1
encr aes 256
hash md5
authentication pre-share
group 2
!
crypto isakmp policy 2
encr aes
hash md5
authentication pre-share
group 2
!
crypto isakmp profile my-site-1
keyring my-site
match identity address 1.1.1.1 255.255.255.255
crypto isakmp profile my-site-2
keyring my-site
match identity address 2.2.2.2 255.255.255.255
!
crypto ipsec transform-set SET1 esp-aes 256 esp-md5-hmac
crypto ipsec transform-set SET2 esp-aes esp-md5-hmac
!
crypto map my_MAP 1 ipsec-isakmp
set peer 1.1.1.1
set transform-set SET1
set isakmp-profile my-site-1
match address acl_1
!
crypto map my_MAP 2 ipsec-isakmp
set peer 2.2.2.2
set transform-set SET2
set isakmp-profile my-site-2
match address acl_2
!
interface Dialer1
crypto map my_MAP
range 5000-6000это в акцесс листах
В какую сторону копать?
Страницы: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
Предыдущая тема: Не могу побороть вирус Nimda