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.

Cấu hình Cisco 878 dùng FTTH của VNPT

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

  • Cấu hình Cisco 878 dùng FTTH của VNPT

    Em đang cấu hình Cisco878 dùng FTTH của VNPT nhưng chưa được, các bác xem giúp em cấu hình của em còn thiếu gì nữa:
    !
    hostname Cisco878
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$ZOji$2U1oldXQoVOK6WJNmH/oS.
    enable password bcth
    !
    no aaa new-model
    !
    !
    ip cef
    !
    !
    ip auth-proxy max-nodata-conns 3
    ip admission max-nodata-conns 3
    !
    vpdn enable
    !
    vpdn-group 1
    request-dialin
    protocol pppoe
    !
    !
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    controller DSL 0
    line-term cpe
    !
    !
    !

    interface BRI0
    no ip address
    encapsulation hdlc
    shutdown
    no cdp enable
    !
    interface FastEthernet0
    pppoe enable group global
    pppoe-client dial-pool-number 1
    no cdp enable
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface Vlan1
    ip address 192.168.100.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    !
    interface Dialer1
    mtu 1492
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication pap callin
    ppp pap sent-username abc password 0 abc
    !
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1

    !
    ip http server
    no ip http secure-server
    ip nat inside source list 100 interface Dialer1 overload
    !
    access-list 1 permit 192.168.100.0 0.0.0.255
    dialer-list 1 protocol ip permit
    snmp-server community public RO
    !

    !
    control-plane
    !
    !
    line con 0
    password bcth
    login
    no modem enable
    line aux 0
    password bcth
    login
    line vty 0 4
    password bcth
    login
    !
    scheduler max-task-time 5000
    no process cpu extended
    no process cpu autoprofile hog
    end

    với mạng LAN của me 192.168.100.0/24

  • #2
    show ip interface biref kết quả là:
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0 unassigned YES unset up down

    FastEthernet1 unassigned YES unset up down

    FastEthernet2 unassigned YES unset up down

    FastEthernet3 unassigned YES unset up down

    BRI0 unassigned YES NVRAM administratively down down

    BRI0:1 unassigned YES unset administratively down down

    BRI0:2 unassigned YES unset administratively down down

    Vlan1 192.168.100.1 YES NVRAM up down

    NVI0 unassigned NO unset up up

    Dialer1 unassigned YES manual up up

    Comment


    • #3
      Chào bạn,

      Router 878 không hỗ trợ interface layer 3.
      Do đó bạn phải add interface F0 của bạn vào interface vlan rồi cấu hình như bên đây

      Các port 878 mặc định thuộc vlan 1 nên bạn không cần cấu hình add port vào interface vlan 1 trong cấu hình trên.
      Phạm Minh Tuấn

      Email : phamminhtuan@vnpro.org
      Yahoo : phamminhtuan_vnpro
      -----------------------------------------------------------------------------------------------
      Trung Tâm Tin Học VnPro
      149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
      Tel : (08) 35124257 (5 lines)
      Fax: (08) 35124314

      Home page: http://www.vnpro.vn
      Support Forum: http://www.vnpro.org
      - Chuyên đào tạo quản trị mạng và hạ tầng Internet
      - Phát hành sách chuyên môn
      - Tư vấn và tuyển dụng nhân sự IT
      - Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

      Network channel: http://www.dancisco.com
      Blog: http://www.vnpro.org/blog

      Comment


      • #4
        Thanks mấy bạn nha.
        Thiết kế Logo -Quạt Chắn Gió - Hotel management school

        Comment

        Working...
        X