Подскажите пожалуйста как прописать NAT на Циско 877. чтоб с АТМ0 шел к Vlan1?
>чтоб с АТМ0 шел к Vlan1Объясните подробнее. Что есть, что нужно...
>>чтоб с АТМ0 шел к Vlan1
>
>Объясните подробнее. Что есть, что нужно...interface ATM0
ip address 192.168.22.11 255.255.255.240
ip nat outside
ip virtual-reassembly
no ip route-cache
no atm ilmi-keepalive
pvc 8/35
!
dsl operating-mode auto
bridge-group 1
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
shutdown
!
interface FastEthernet2
no ip address
shutdown
!
interface FastEthernet3
no ip address
shutdown
!
interface Vlan1
ip address 192.168.0.50 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
!
ip default-gateway 192.168.22.100
ip classless
!
!
Нужно поднять NAT с АТМ0 в VLAN1
access-l 10 perm 192.168.0.0 0.0.0.255
ip nat ins so li 10 int ATM0 over
Типа все...