Cisco 827
настройка стрима, пока не работают. Подскажите ...
------------------------------------------------
show ip interface brief ...
Interface IP-Address OK? Method Status Prot
ocol
Ethernet0 10.0.0.2 YES NVRAM up up
ATM0 unassigned YES NVRAM up up
Dialer1 83.237.12.144 YES IPCP up up
Virtual-Access1 unassigned YES unset up up
------------------------------------------------------------------
config ...
!
! Last configuration change at 17:16:13 UTC Tue Mar 22 2005
! NVRAM config last updated at 17:17:42 UTC Tue Mar 22 2005
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Melchior
!
logging queue-limit 100
enable secret 5 $1$XXu1$Bf1p6W3Y10gDoPIEtK5rs/
enable password password
!
ip subnet-zero
ip name-server 212.188.4.10
ip name-server 195.34.32.116
!
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
!
interface Ethernet0
ip address 10.0.0.2 255.255.255.0
ip nat inside
no ip route-cache
ip tcp adjust-mss 1452
no ip mroute-cache
no cdp enable
hold-queue 100 out
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 1/50
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp chap hostname pppxxx@mtu
ppp chap password 0 xxxx
!
ip nat inside source list 101 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
no cdp run
!
no call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
stopbits 1
line vty 0 4
password Fila
login
!
scheduler max-task-time 5000
sntp server 192.43.244.18
!
end
----------------------------------
Melchior#ping aha.ru
Translating "aha.ru"...domain server (212.188.4.10) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 195.2.72.155, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 332/340/344 ms
----------------------------
Melchior#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
83.0.0.0/32 is subnetted, 2 subnets
C 83.237.12.144 is directly connected, Dialer1
C 83.237.12.1 is directly connected, Dialer1
10.0.0.0/24 is subnetted, 1 subnets
C 10.0.0.0 is directly connected, Ethernet0
S* 0.0.0.0/0 is directly connected, Dialer1
-------------------------------------------