• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
CCNABRAINDUMP1(3)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
CCNABRAINDUMP1(3)
软件发布 CCNABRAINDUMP1(3)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco试题 >> CCNABRAINDUMP1(3)

CCNABRAINDUMP1(3)

添加时间: 2007-9-6 0:49:52  作者: Cisco考试认证  阅读次数:54   来源: http://www.d9soft.com

       

Eg. 00007C80.0000.8609.33E9 is an IPX add in Hex. 20 Hex dig=10 B. In dual proto nets TCP/IP add is converted to Hex (4B) and used as IPX net add for uniqueness. Find IPX add: ask admn, use CDP, telnet to neighbor router,

Cisco Router: build SAP tables, respond to GNS req in locating svcs like Netware servers, saves WAN link b/w by doing this incase of remote servers, by def can’t pass SAP broadcast (can forwd if progmd), own SAP broadcast @ 60 sec,

Enable IPX routing: # config t, # ipx routing [node], (node-optional-mac add of int by def, must if R has only serial ports)

# ipx maximum paths 2 (max 512) forwards IPX pkts to mult paths. cisco does load sharing by def over parallel paths.

# ipx delay [6/1] =6 ticks, 1 hop. Tick metric- Cisco default for LAN int- 1 tick, WAN int- 6 ticks

IPX on each sub/interface for multi frames: # ipx network [number] [encapsulation encap-type] [secondary]:uses def if [encap+sec-optional] not given, # config t, # ipx routing, # int e0.1, # ipx network 3200 encap arpa sec,

Encapsulation / Frame types: Netware supports multi incompatible frames on the same media, All of them works in one media if Cisco router supports all frames. to use multi encap use subinterfaces, seconary nets. 4 types: Enet_802.3: def till Nw 3.11, Enet_802.2:def since Nw 3.12, Enet_II: supports tcp/ip & ipx, Enet_snap: supports Appletalk, ipx, tcp/ip.

Encapsulation : Ethet, Token Ring, FDDI, (Interface type, Novell Frame type, Cisco IOS key word)

Ethernet : IPX Enet_802.3: novell-ether (default), IPX Enet_802.2: sap, IPX Enet_II: arpa, IPX Enet_snap: snap

Token Ring : Token-Ring: sap (default), Token-Ring_snap: snap,

FDDI : fddi_snap: snap (default), fddi_802.2: sap IPX Fddi_raw: novell-fddi

Serial : HDLC (default)

arpa : IPX Enet_II, hdlc : HDLC on ser links, novel-ether : IPX Enet_802.3, novell_fddi : IPX Fddi_raw

sap : IEEE 802.2 on Enet, FDDI, Token ring, snap : IEEE 802.2 SNAP on Enet, FDDI, Token ring


Sub interfaces: are virtual interfaces on a Cisco router, A new way to run secondary ip, ipx adds on the same interface.

To define sub Int use # Interface ethernet slot / port. number, (number =e0.0-e0.4292967295), #config t

# int e0.100, # ipx network 2300 encap sap

Secondary address: To add multi frame types and IPX add on the same int. (No cisco support, cisco supports only sub interfaces. # config t, # int s0, # ipx network 2200 encap sap, # ipx network 3200 encap hdlc sec

Monitoring IPX on Cisco routers:.

R# sh ipx route : sh IPX routing table entries. C-conntd prim net, c-conntd sec net, S-static, F-floating static, L-local (int), W-ipx wan, R-rip, E-eigrp, N-nlsp, X-Extl., A-Aggregate, s-sec,

R# sh ipx servers: sh all net servers, SAP table with all SAP svcs, P-periodic,I- incremental, H-Hold down, S-static

R# sh ipx traffic: sh summary of No & type of both IPX RIP & SAP update pkts recd & sent @ 60 sec by the router.

R# sh ipx interface: sh status of IPX int & IPX paramtrs set on each interface. sh sap,rip info(book-ans)

R# debug ipx routing activity / events: shows IPX RIP & SAP update pkts recd & sent, live IPX as its running thro network

R# undebug ipx routing act, R# ping ipx 5200.0000.0c3f.1d86- test ipx congif, R# debug ipx sap : shows IPX SAP pkts sent & recd @ 60 sec. SAP 0x1/0x2 gen qry / resp, 0x3/0x4 GNS reqst / resp.

Extended Ping: R# ping, ipx, 5200.0000.oc3f.1d86. R # sh proto e0- also shows IPX add of an int.

Monitor neighbor router: R# sh cdp entry routerX; R# sh cdp neighbor detail; R# telnet routerX / ipadd, R# sh ipx add

Access Lists : A list of conditions that control access, filters un wanted pkts. IP + IPX works similar. applied inbound or outbound traffic. Rules: compared in sequential order, compared until first match, implicit deny if there is no match.

IP Std 1-99, IP Ext 100-199, IPX Std 800-899, IPX Ext 900-999, IPX SAP 1000-1099, DECnet- 3xx, AppleTalk- 6xx

Cisco IOS ver 11.2 or later allows to use Access list name rather than Number.

STD IP access list: acts up on source IP add. # config t, syntax # access-list [number] [permit / deny] [source add]

R# config t, t# int e0, if# ip access-group 10 out, only 1 Access list each on i/c & o/g is possible for each protocol.

Wild cad masking: 0-check, 255-ignore, # config t, # access-list 11 permit [172.16.50.2 0.0.0.0 / 172.16.30.0 0.0.0.255]

Eg: [172.30.16 (00010000).0] [0.0.15 (00001111).255]- permits sub nets from 16 (00010000) to 31 (00011111)

Extended IP access list: acts up on source add, dest add, IP proto, Port , number=100-199, # config t, Syntax

# access-list [number] [permit / deny] [proto] [source add] [detn add] [port],

# access-list 110 permit tcp host 172.16.50.2 host 172.16.10.2 eq 8080, # int e0, # ip access group 110 out

# access- list 110 permit tcp any any eq www, host 172.16.50.2 = 172.16.50.2 0.0.0.0, any = 0.0.0.0 255.255.255.255

Port nos.-bgp179, ftp21, ftpdata20, gopher70, lpd515, smtp25, telnet23, www80, tftp69, Dns53.

Monitoring Ext IP access list 3 ways: R# sh ip interface, R# sh acces-lists, R# sh run

# sh access-lists: sh all running access lists, no of hits/matches for each line (34matches)

o/p: Ext IP access list 110, permit tcp host x.x.x.x host x.x.x.x eq 8080 ( 15 matches)

R# sh ip access-list / xxx : shows all / xxx IP access lists. R# clear access list counters : clears no of matches counters

R# sh ip int eo : shows int config,< which ports have IP access lists applied> R# sh running config : shows full config

Logging : config t, # access-list 110 deny ip any any log- can see no of matches on the denied line eg. (4 matches)

By default will log to the console. Log contains: acc list no, source add, source port, dest add, dest port, no of pkts.

All the log info can be redirected to a syslog server and stored for security purpose.

Placing Access List : STD Access list - Close to the Destination, Extended Access list- Close to the source

Efficient Access list: Most commonly matched lines in the access list should be on top, this lets most pkts to match fast than going thro all the lines in the list causing a delay in traffic.

STD IPX access lists : based on source and dest add, config t, # access-list [number] [permit / deny] [source] [dest]

t# access-list 810 permit 30 10, If# ipx access-group 810 out - permits traffic from net 30 to net 10

t# access-list 811 permit -1 -1, -1 = any host, any net ID,

Extended IPX access list: based on source net/node, dest net/node, IPX proto (SAP, SPX etc.), IPX socket

# access-list [number] [permit/deny] [IPX protocol] [source] [socket] [dest] [socket] , # config t

# access-list 910 deny -1 50 0 30 0, # int e0, If # ipx access-group 910 out

Logging: logs source add, source socket, dest add, dest socket, proto type

Monitoring: # sh access-lists (sh list contents), # sh ipx int (sh total int config), # sh run (sh total router config)

I-series specifies Concepts, terminology and services, Q-series specifies switching and signaling.

Basic Rate Interface (BRI) : 2B+1D Chl. 2x64kb B Chl. carries Data, 16kb D chl. carries cntrl & signaling info.(tot 144kb). D chl signaling proto spans phy, dll, Net layers. Config BRI: Need SPID (Service Profile Identifiers), one for each B chl.

Its like Tel no. for each B chl. ISDN Device can access BRI service only after giving SPID no. to the ISDN switch.

# config t, # isdn switch-type basic-dms100, # int bri0, # encap ppp, # isdn spid1 77545, # isdn spid2 77546

Primary Rate Interface (PRI): 23B+1D64 chl. (1.544mb-T1), 30B+ 1D64 (2 mb-E1)

Config PRI: for each ISDN PRI int, need to specify Data link specific info for the T1 controller, this way PRI commtes with ISDN switch, Framing & line coding info is essential. # config t, # controller T1 1/0, # int pri0, # framing esf,

# linecode b8zs, # pri-group timeslots 1-24, Extended Superframe Framing (ESF) is used in T1 ckts, consists 24 frames of 192 data bits each, with bit 193 provides timing & other functions. B8ZS is a binary eight-zero substitution line-coding mechanism guarantees delivery of data of 8 cont. zeros. Time slots 1-24 defines ISDN PRI time slots 1 to 24.

 

上下文章:

 

上一篇文章: CCNABRAINDUMP1(2) 下一篇文章: CCNABRAINDUMP3(1)

相关文章:

  • CCNABRAINDUMP5
  • CCNABRAINDUMP6(2)
  • CCNABRAINDUMP6(1)
  • CCNABRAINDUMP4(2)
  • CCNABRAINDUMP4(1)

相关软件:

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • Cisco试题:验证主机联通性
  • 思科认证考生问答竞选集(2)
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • Cisco试题:保存路由器配置文件
  • 3个CCIE对一个工程师的面试题
  • Cisco试题:OSPF协议
  • Cisco试题:UDP考题分析
  • Cisco试题:虚拟局域网
  • Cisco试题:CCNA-OSI参考模型

Cisco试题阅读排行

  • 思科认证考试(CCNA)考试模拟...
  • CCNABRAINDUMP6(1)
  • Cisco试题:保存路由器配置文件
  • 关于Cisco路由协议题和答案(中文)...
  • CiscoCCNA考试56题(1)
  • Cisco试题库:ccna最新真题(下)(3)
  • 关于Cisco路由协议题和答案(中文)...
  • Cisco试题库:ccna最新真题(下)(1)
  • CCNA认证考试 (collected from Br...
  • CCNA Study Notes1(3)

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 思科考试认证(CISCO) CCNA考试就...
  • 我的CISCO认证学习笔记总结
  • CCNA简介
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco经验介绍:ping命令之解惑
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有