Здравствуйте.
Облазил весь интернет, но похоже, что с данной проблемой столкнулся я один.
Решил настроить на CISCO 881W мультикаст для просмотра IPTV.
Разрешил роутинг командой ip multicast-routing, но настроить интерфейсы не могу, т.к. команды ip pim нет ни на одном интерфейсе. Команд типа show ip pim тоже нет.WMrouter#show ip multicast
Multicast Routing: enabled
Multicast Multipath: disabled
Multicast Route limit: No limit
Multicast Fallback group mode: Sparse
Number of multicast boundaries configured with filter-autorp option: 0
WMrouter(config)#interface vlan 1
WMrouter(config-if)#ip pim ?
% Unrecognized command
version 15.1
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname WMrouter
!
boot-start-marker
boot-end-marker
!
logging userinfo
logging buffered 8128
enable secret XXXXXXXXXXXXXXXXXXXXXXX
!
aaa new-model
!
aaa authentication login default local
!
aaa session-id common
memory-size iomem 10
clock timezone Moscow 3 0
no ip source-route
!
ip dhcp excluded-address 192.169.1.1
ip dhcp excluded-address 192.169.1.10
ip dhcp excluded-address 192.169.1.20
!
ip dhcp pool LAN
network 192.169.1.0 255.255.255.0
default-router 192.169.1.1
dns-server 192.169.1.1
!
ip cef
no ip bootp server
ip domain name xxxxxxxxx
ip name-server 77.XX.X.X
ip name-server 77.XX.X.X
ip multicast-routing
ip inspect name INSPECT_OUT dns
ip inspect name INSPECT_OUT icmp router-traffic
ip inspect name INSPECT_OUT ntp
ip inspect name INSPECT_OUT tcp router-traffic
ip inspect name INSPECT_OUT udp router-traffic
ip inspect name INSPECT_OUT http
ip inspect name INSPECT_OUT https
ip inspect name INSPECT_OUT ftp
login block-for 600 attempts 3 within 300
login delay 5
login on-failure log
login on-success log
no ipv6 cef
!
crypto pki token default removal timeout 0
!
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 2
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description === INTERNET ===
ip address 77.XX.XX.XX 255.255.255.128
ip access-group FIREWALL in
no ip redirects
no ip proxy-arp
ip nat outside
ip inspect INSPECT_OUT out
ip virtual-reassembly in
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
ip unnumbered Vlan1
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
!
interface Vlan1
description === LAN ===
ip address 192.169.1.1 255.255.255.0
ip accounting output-packets
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip dns server
ip nat inside source list NAT interface FastEthernet4 overload
ip nat inside source static tcp 192.169.1.10 21 77.XX.XX.XX 21 extendable
ip route 0.0.0.0 0.0.0.0 77.XX.XX.XX
!
ip access-list extended FIREWALL
permit tcp any any eq 22
permit tcp any any eq ftp
ip access-list extended NAT
permit ip host 192.169.1.2 any
permit ip host 192.169.1.10 any
permit ip host 192.169.1.3 any
permit ip host 192.169.1.4 any
permit ip host 192.169.1.20 any
!
logging esm config
logging host 192.169.1.10 transport tcp port 514
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
privilege level 15
transport input telnet ssh
!
end
Заранее благодарю.