Здравствуйте . Есть задача настроить iptv на cisco 801
У провайдера PPPOE,мультикаст отдаёт по локальной сети.
Building configuration...Current configuration : 3573 bytes
!
! Last configuration change at 18:30:56 UTC Wed Aug 20 2014
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$TK65$YE9dVUZOGECcQ.OkqbKAB.
enable password 7 083545490C0B14464058
!
no aaa new-model
memory-size iomem 10
!
crypto pki trustpoint TP-self-signed-2296697045
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2296697045
revocation-check none
rsakeypair TP-self-signed-2296697045
!
!
crypto pki certificate chain TP-self-signed-2296697045
certificate self-signed 01
3082023E 308201A7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
quit
ip source-route
!
!
ip dhcp excluded-address 10.10.10.1 10.10.10.8
!
ip dhcp pool mypool
network 10.10.10.0 255.255.255.0
dns-server 195.138.80.56 195.138.80.33
default-router 10.10.10.1
!
!
ip cef
ip name-server 195.138.80.56
ip name-server 195.138.80.33
ip multicast-routing
no ipv6 cef
!
!
license udi pid CISCO881-K9 sn FCZ150991YZ
!
!
!
no spanning-tree vlan 1
!
!
!
!
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
no ip address
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
pppoe-client dial-pool-number 1
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan2
no ip address
shutdown
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1380
dialer pool 1
ppp authentication chap callin
ppp chap hostname sansay
ppp chap password 7 06571E735B1D0C4857
!
ip forward-protocol nd
no ip http server
ip http authentication local
no ip http secure-server
!
ip nat inside source list 10 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 FastEthernet4
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 10 permit 10.10.10.0 0.0.0.255
access-list 10 permit 0.0.0.0 255.255.255.0
!
!
!
!
!
control-plane
!
!
line con 0
password 7 01070F035E19175E731F
login
no modem enable
line aux 0
line vty 0 4
privilege level 15
password 7 14031B0C09163B7A767B
login
!
scheduler max-task-time 5000
end
Router#show license
Index 1 Feature: advipservices
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: Evaluation
License State: Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 2 Feature: advsecurity
Period left: Life time
License Type: Permanent
License State: Active, In Use
License Count: Non-Counted
License Priority: Medium
Index 3 Feature: ios-ips-update
Period Used: 0 minute 0 second
License Type: Evaluation
Start Date: N/A, End Date: Dec 31 2025
License State: Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 4 Feature: SSL_VPN
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: Evaluation
License State: Not in Use, EULA not accepted
License Count: 100/0/0 (Active/In-use/Violation)
License Priority: None
вывод по fa4
FastEthernet4 is up, line protocol is up
Hardware is PQII_PRO_UEC, address is c89c.1d43.9750 (bia c89c.1d43.9750)
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:04, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/11/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 2 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
17231404 packets input, 3793053374 bytes
Received 1239113 broadcasts, 1 runts, 0 giants, 2 throttles
9 input errors, 0 CRC, 0 frame, 1 overrun, 8 ignored
0 watchdog
0 input packets with dribble condition detected
12914802 packets output, 3337136072 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
115 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Не работают команды pim , пример-
enable
conf t
ip pim ?
% Unrecognized command
int vlan1
#ip pim ?
% Unrecognized command
Да и есть вопросы по логике , например fa4 наверное должен быть с настройкой получения dhcp от провайдера , если в него подключена витая пара провайдера,который раздаёт иптв по локалке,а значит адрес получит интерфейс от dhcp. Нужна ли команда для него
ip address dhcp? Потом если он получит адрес и мультикаст дойдёт до интерфейса ,как ему пройти через мой nat? Нужны правильные acl.
В общем помогите разобраться пожалуйста.