请教大神:CISCO2811C/K9路由器(配置如下)有2块VWIC3-2MFT-G703 板卡,四个外网口连外部专线,外部专线可以访问内网口(interface FastEthernet0/0,ip address 172.16.10.20 )的服务器,小白对接口卡不了解,不清楚controller E1 和channel-group是什么作用。
现在新安装了2条外部专线,所以我添加了一块 HWIC-2FE板卡,2个外网口(interface FastEthernet0/0/0和interface FastEthernet0/0/1)链路已连通,请问新的板卡还需要其他配置吗?如controller E1 和channel-group吗?外部专线可以访问内网口吗?(interface FastEthernet0/0,ip address 172.16.10.20 )
谢谢!!
路由器配置如下:
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname JHROUTE
!
boot-start-marker
boot-end-marker
!
card type e1 0 2
card type e1 0 3
logging buffered 8192
enable secret 5 $1$..rw$NC/lhKkIs9jawd6N7yhR6.
enable password xxxx xxxx
!
no aaa new-model
no network-clock-participate wic 2
no network-clock-participate wic 3
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
ip domain name chinasee.com
login block-for 60 attempts 3 within 600
no ipv6 cef
multilink bundle-name authenticated
!
!
voice-card 0
!
controller E1 0/2/0
channel-group 1 unframed
description LINE JH-DX-SDH
!
controller E1 0/2/1
channel-group 1 unframed
description LINE JH-LT-SDH
!
controller E1 0/3/0
channel-group 1 unframed
!
controller E1 0/3/1
channel-group 1 unframed
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 172.16.10.20 255.255.255.0
duplex full
speed auto
no mop enabled
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/0/0
description MS-DX
ip address 192.168.99.178 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/0/1
description MS-LT
ip address 192.168.99.182 255.255.255.252
duplex auto
speed auto
!
interface Serial0/2/0:1
ip address 192.168.100.34 255.255.255.0
!
interface Serial0/2/1:1
ip address 192.168.100.38 255.255.255.0
!
interface Serial0/3/0:1
ip address 192.168.169.2 255.255.255.252
!
interface Serial0/3/1:1
ip address 192.168.169.6 255.255.255.252
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 182.2.6.21
ip route 10.33.24.0 255.255.255.0 192.168.100.33
ip route 10.33.24.0 255.255.255.0 192.168.100.37 2
ip route 38.238.250.142 255.255.255.255 192.168.169.1
ip route 38.238.250.142 255.255.255.255 192.168.169.5 2
ip route 100.100.100.223 255.255.255.255 192.168.99.177
ip route 100.100.100.223 255.255.255.255 192.168.99.181 2
!
!
logging trap debugging
access-list 110 permit tcp any host 10.33.24.42 eq 4000
access-list 110 permit tcp any host 10.33.24.42 eq 3400
access-list 110 permit tcp any host 10.33.24.42 eq 3411
access-list 110 deny tcp any any
access-list 120 permit tcp any host 38.238.250.142 eq 3806
access-list 120 permit tcp any host 31.0.160.3 eq 3806
access-list 120 deny tcp any any
access-list 122 permit tcp any host 100.100.100.223 eq 60002
access-list 122 deny tcp any any
!
!
!
control-plane
!
已解决! 转到解答。
interface serial 0/subslot/port:channel-groupExample:
Example:Selects the interface to configure from global configuration mode.
|
https://www.cisco.com/c/en/us/support/docs/voice/digital-ccs/14072-direct-inward-dial.html
https://www.cisco.com/c/en/us/td/docs/ios/12_4/12_4x/12_4_11xw/fmt1e1ic_voice.html
interface serial 0/subslot/port:channel-groupExample:
Example:Selects the interface to configure from global configuration mode.
|
https://www.cisco.com/c/en/us/support/docs/voice/digital-ccs/14072-direct-inward-dial.html
https://www.cisco.com/c/en/us/td/docs/ios/12_4/12_4x/12_4_11xw/fmt1e1ic_voice.html