• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Xin giúp đỡ cấu hình internet và voice cua Vittel trên router cisco 2900

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xin giúp đỡ cấu hình internet và voice cua Vittel trên router cisco 2900

    Xin chào mọi người, mình chỉ biết chút đỉnh về cisco, nay công ty mình đang cần cấu hình router cisco 2900 hay nat ra internet quay so pppoe và tổng dài ata của cisco, mình làm thử phần NAT quay số pppoe thi chạy được rổi, nhưng còn phần voice cua vittel mình không biết làm thế nào... mong được các bạn có kinh nghiệm chỉ giáo.
    dưới đây là cấu hình của mình, các bạn xem qua có gì sai sót mà nó không sử dụng được voice cua vittel thông qua con ata giúp minh với.....Chân thành cảm ơn mọi người.
    Building configuration...

    Current configuration : 2669 bytes
    !
    ! Last configuration change at 06:43:39 UTC Wed Aug 8 2018
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    !
    hostname CJ_NETWORK_01
    !
    boot-start-marker
    boot-end-marker
    !
    !
    enable password 7 13061E010803
    !
    no aaa new-model
    !
    no ipv6 cef
    ip source-route
    ip cef
    !
    !
    !
    ip dhcp excluded-address 192.168.1.1 192.168.1.10
    !
    ip dhcp pool CJ_NETWORK_POOL
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    dns-server 8.8.8.8
    lease 7
    !
    !
    ip name-server 8.8.8.8
    ip name-server 8.8.4.4
    ip name-server 1.1.1.1
    ip name-server 1.0.0.1
    multilink bundle-name authenticated
    !
    !
    crypto pki token default removal timeout 0
    !
    !
    license udi pid CISCO2911/K9 sn FGL1616105Y
    !
    !
    !
    no spanning-tree vlan 35
    no spanning-tree vlan 335
    !
    !
    bridge crb
    !
    !
    !
    !
    interface Embedded-Service-Engine0/0
    no ip address
    shutdown
    !
    interface GigabitEthernet0/0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    ip virtual-reassembly in
    load-interval 30
    duplex auto
    speed auto
    pppoe enable group global
    no cdp enable
    !
    interface GigabitEthernet0/0.35
    encapsulation dot1Q 35
    pppoe enable group global
    pppoe-client dial-pool-number 1
    !
    interface GigabitEthernet0/0.335
    encapsulation dot1Q 335 native
    pppoe enable group global
    bridge-group 1
    !
    interface GigabitEthernet0/1
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    !
    interface GigabitEthernet0/2
    no ip address
    duplex auto
    speed auto
    !
    interface GigabitEthernet0/2.335
    encapsulation dot1Q 335 native
    bridge-group 1
    !
    interface Dialer1
    ip address negotiated
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    ip virtual-reassembly in
    encapsulation ppp
    ip tcp adjust-mss 1360
    load-interval 30
    dialer pool 1
    dialer-group 1
    ppp authentication pap callin
    ppp pap sent-username t008_ftth_vina***co password 7 1210501226001E44
    no cdp enable
    !
    ip forward-protocol nd
    !
    no ip http server
    no ip http secure-server
    !
    ip dns view word
    ip dns server
    ip dns spoofing 192.168.11.1
    ip nat inside source list 100 interface Dialer1 overload
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    access-list 100 permit ip 192.168.1.0 0.0.0.255 any
    !
    !
    !
    control-plane
    !
    bridge 1 priority 5
    bridge 1 protocol ieee
    !
    !
    line con 0
    password 7 045802150C2E
    login
    line aux 0
    password 7 045802150C2E
    login
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line vty 0 4
    password 7 02050D480809
    login
    transport input all
    !
    scheduler allocate 20000 1000
    end
Working...
X