junos内核处理 .txt
junos的核心来自BSD,能处理所有的基本的系统管理功能包括
1)内存管理
保护各个软件模块,管理内存空间[email=root@huajiejie]root@huajiejie>show[/email] task memory brief
memory Size(kb) Avialable When
current in use
max ever used
available
[email=root@huajiejie]root@huajiejie>show[/email] system buffers
显示buffers的使用情况和状态
2)forwarding table
管理转发表项,包括使得PFE的转发表项的拷贝与RE的主拷贝同步
3)内核调度
因为进程的执行相对应它们的权限,因此,我们可以看到CPU的负载情况
[email=root@huajiejie]root@huajiejie>show[/email] chassis routing-engine
routing engine staus
4)路由套字节
在内核与进程之间提供一种通信方式
5)various statistics
[email=root@huajiejie]root@huajiejie>show[/email] system statistics ?
arp
clnl
esis
icmp
icmp6
ip
ip6
mpls
rdp
tcp
tnp
tudp
udp
6)设备驱动